Search found 50 matches

by golden3
2017/05/22 04:52:49
Forum: CentOS 6 - Security Support
Topic: Security updates while restarting an centOS 6.9
Replies: 1
Views: 1939

Security updates while restarting an centOS 6.9

While every time doing an server maintenance team is reporting an security updates take more time on it , Can anyone describe the security update logs where we might be cross verify to confirm on it. ( Which path to check the security updates ) , Since system will report whatever we do the changes r...
by golden3
2017/05/12 05:29:47
Forum: CentOS 7 - Software Support
Topic: Installation of php getting curl#56 - "Recv failure
Replies: 2
Views: 4969

Installation of php getting curl#56 - "Recv failure

I'm getting error while installing an php in centOS7 . . [root@Snipe-IT ~]# yum install php Loaded plugins: fastestmirror, langpacks http://dl.atrpms.net/el7-x86_64/atrpms/stable/repodata/repomd.xml: [Errno 14] curl#56 - "Recv failure: Connection reset by peer" Trying other mirror. One of the config...
by golden3
2017/04/10 12:21:45
Forum: CentOS 7 - Software Support
Topic: ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists
Replies: 3
Views: 34785

ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists

In Centos7.3 i have configured , MySQL NDB cluster after installing an tomcat not able to start an mysql service,

while giving the command to "service mysql start" its showing the error , anyone idea on this ?

ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists
by golden3
2017/04/03 07:40:54
Forum: CentOS 6 - Software Support
Topic: Too many open files in tomcat catalina.err
Replies: 6
Views: 3948

Re: Too many open files in tomcat catalina.err

@TrevorH So you are recommending to increase an ulimit ? right
by golden3
2017/03/30 05:31:15
Forum: CentOS 6 - Software Support
Topic: Too many open files in tomcat catalina.err
Replies: 6
Views: 3948

Re: Too many open files in tomcat catalina.err

@TrevorH

ulimit adjustment is universal , If we change it might be affect server performance, so my question 'ulimit' is a only solution to avoid the issue either any dependency of API related issue (Apache / Tomcat) .Also it was running tomcat on it .
by golden3
2017/03/28 06:09:41
Forum: CentOS 6 - Software Support
Topic: Too many open files in tomcat catalina.err
Replies: 6
Views: 3948

Too many open files in tomcat catalina.err

I have an application running on tomcat and sometimes in centos 6.8 & I have the error below facing . Mar 28, 2017 10:46:27 AM org.apache.catalina.core.ApplicationContext log SEVERE: Failed to locate resource [/WEB-INF/web.xml] in context [] java.io.FileNotFoundException: /home/user123/public_html/W...
by golden3
2017/01/07 04:19:56
Forum: CentOS 6 - Software Support
Topic: Increasing an database hits connections in centos servers
Replies: 3
Views: 1551

Re: Increasing an database hits connections in centos servers

Find the below details

max_connections=5000
max_user_connections=2000

And Peripheral description no new entry .

Let me know if you need any other information beyond this.

Thanks
by golden3
2016/12/31 06:24:17
Forum: CentOS 6 - Software Support
Topic: Increasing an database hits connections in centos servers
Replies: 3
Views: 1551

Increasing an database hits connections in centos servers

Team, Scenario : While accessing more tabs in browsers for valuating some process and modifying its got staled and logout , use this command to monitor an MySql connection numbers in shell terminal " watch -n 1 'netstat -anp |grep 3306 |wc -l' " for further refference Let me know what are all the th...
by golden3
2016/12/09 11:09:28
Forum: CentOS 6 - General Support
Topic: Centos 6.8 getting mysql failed after install the MySQL 8.0
Replies: 2
Views: 2811

Centos 6.8 getting mysql failed after install the MySQL 8.0

I'm not able to start the mysqld service after update the mysql 5.7 version to mysql 8.0 , Find the below details to solve the issue earliest . MySQL Daemon failed to start. Starting mysqld: [FAILED] tail -f /var/log/mysqld.log 2016-12-09T04:34:57.244451Z mysqld_safe Starting mysqld daemon with data...