How to track where umount: /custom: target is busy ?
Lets see how to track where a partition is busy when it does not allow us to umount. I. Error Message [root@ngelinux001 ~]# umount /custom umount: /custom: target is...
Lets see how to track where a partition is busy when it does not allow us to umount. I. Error Message [root@ngelinux001 ~]# umount /custom umount: /custom: target is...
In this post, lets see an interesting error message and its resolution. The issue occurred in my case after upgrading OpenSSH. I. Error The file /var/adm/auth.log file on the servers...
Lets see today how to share a NFS partition temporarily from a AIX NFS server to various clients. The post would be very useful to you as it took me...
Today in this article, we will look how to increase maximum allocation size of a LV in IBM AIX. Sometimes when we try to increase a filesystem on IBM AIX...
Today we will look at an interesting article to understand how to change disk parameter in IBM AIX OS. We will change queue depth of the disk to 8 to...
Today we will see how to increase LP count of an AIX filesystem. LP count is a limit set in a particular LV where we can’t increase the size of...
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...
Today we will look at an interesting topic to understand the meaning of value stored in /proc/sys/kernel/panic file. I. File Path /proc/sys/kernel/panic II. Meaning The value stored in this file...