How to increase filesystem/logical volume in AIX ?
Today we will the steps to know how we can increase the filesystem in AIX. AIX is far more flexible than linux/solaris, and provide on the fly filesystem increase/shrink facility....
Today we will the steps to know how we can increase the filesystem in AIX. AIX is far more flexible than linux/solaris, and provide on the fly filesystem increase/shrink facility....
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|...
Today in this article, we will look how to set TAB auto-completion and, How to set PS1 variable to see hostname and current working directory on IBM AIX server. 1....
Today we will look a small however useful tip to see swap usage in AIX. Here we will also check the top 15 processes sing high swap space on the...
Today we will look how yo turn on multithreading on AIX server. The steps are quite easy to work out and the specialty of AIX server is that everything can...
Today we will look how to set full core generation in AIX. 1. Setting full core generation to true in AIX # chdev -a fullcore=true -lsys0 2. To verify...
I recently encountered a small silly mistake while helping the team to install OHS on server. This article shows how to solve this small silly mistake while performing this action....
Today we will how to scan new storage in AIX, once the LUNs are allocated by storage team. 1. Scan new storage after LUNs allocated. # To scan after storage...
Today we will look at an interesting article how to correct missing disk issue in IBM AIX. Suppose you got an alert that there is some disk not available on...