Analyzing crash dump or vmcore file in linux step by step.
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
In this post, we will see a common issue while installing module nvidia. Lets see the error message and its solution below. I. Error Message When we try to...
Today in this post, we will look at an interesting article how to stop the pacct service in Linux. 1. Verify if pacct service is disabled on system. ###...
In this post, we will look how to set maximum user processes in linux. I. Check current process limit. user@server02:~> ulimit -a core file size (blocks, -c) unlimited data seg...
Today in this article, we will see an interesting issue what i faced on one of the production server which got rebooted automatically during a SAN switch replacement activity. ...
In this article, we will see how to collect pdump in AIX server. Lets see the steps of collecting pdump on the server. 1. First download the pdump tool from...
Today we will look how to get the process details which is using a particular socket or port in AIX. 1. Get the port number socket details. ngeaix091--> netstat -Aan|...
Processes marked as are zombie(Z in ps command output) processes (also called as “dead” processes) that remain in process table memory because their parent has not destroyed them properly after...