How to see system error messages in AIX ?
Today we will see how to see system error messages in AIX operating system. 1. To see all error messages # errpt | more or, havui201# errpt | pg IDENTIFIER...
In this post, we will look at a small and interesting issue where when we do “df” to see the filesystem usage, we are not able to see the details...
Recently i have faced an interesting issue when i was trying to mount a NFS partition. The NFS partition was failed to mount with some strange error message “System call...
Today we will look at an interesting warning messages on our DNS server and found the requests are coming from some random source say, XXX.XX.X.XX. 1. Issue Details named-security.log:11-Apr-2020 07:41:26.657...
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...