AIX: How to get top 15 Processes using high swap usage.
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...
In this category, you can see all articles related to Unix or Linux operating System.
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...
In this article we will look at an interesting error i faced recently while starting a Oracle RAC cluster resource. The general command to start a resource is like below,...
Today we will see an interesting issue where the logs are collected in /var/adm/messages as per rsyslog.conf. However the log file size in increasing infinitely and is not rotating. It...
Today we will discuss an interesting thing how to take GUI of any remote server via port forwarding. This tip is usually helpful to open ILO of a server which...
Today we will look at an interesting topic to know how to set user password to never expire in Linux. 1. Check current password expiry [root@ngelinux etc]# chage -l saket...
Today we will look at an interesting article how to change a faulty drive on our Linux server deployed in production. There are two approaches to achieve this: First Approach...