Unix, Linux, DevOps , Cloud computing and BigData Knowledge-Base
A chroot on Unix operating systems is an operation that changes the apparent root directory for the current running process and its children. A program that is run in such a modified environment cannot name and cannot access files outside the designated directory tree. Chroot sftp...
Guidelines to Implement Audit Rules: – Consolidate your rules where possible. – The system call rules are loaded into a matching engine that intercepts each syscall that all programs on the system makes. – It is very important to only use syscall rules when you have...
MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation.This article describe the procedure to install mysql and perform initial configuration required as part of many third party application installations.
In Enterprise Linux Environment, External storage often permits devices to be accessed by multiple physical paths. This improves redundancy and availability. SAN environment Red Hat Enterprise Linux provides the device-mapper-multipath component to manage multipath capable storage and to present multipath devices to applications running on the...
This post will help you to gather necessary information required to troubleshoot a LDOM issue. And this post doesn’t cover the actual problem resolution found during the data analysis.
This article will help you to gather necessary information required to understand and troubleshoot Solaris Network related issues. And Resolving the issues found during the Data analysis is not covered in this article.
The Server Environment which has Linux Servers installed on HP, occasionally encounter the issue of unexpected server reboot without any related log in system logs. And There are no kernel panics and no perfornamce issues ( SAR reports the usage utilization is normal) except the below...
This article will introduce several Tunable Parameters, that we can customize for Network Tuning purpose in Redhat Enterprise Linux.
Multicast is method of sending IP packetes to a group of interested receivers. Compared with broadcast, the packets are only sent to the members of a multicast group with the help of multicast router.
CLOSE_WAIT is the state for the TCP connection after the remote side has requested a shut down(FIN), and the TCP connection is waiting for the local application to close the socket. There is no timeout for a thread in CLOSE_WAIT state. So need to find out...