How to mount a NFS share permanently in IBM AIX ?
Today in this article, we will check how to mount a NFS share permanently on an IBM AIX server. On linux and solaris, we have fstab and vfstab files to...
Today we will see a quick way how to increase the pagefile size/swap size on an IBM AIX server. Lets see it step by step. 1. Check current pagefile size...
Today we will see some quick commands to see CPU, memory, and swap/pagefile usage in AIX. Lets have a look at them one by one. 1. CPU Usage To analyze...
Many of the times we observe below error message while running some VCS command from some user. Error Message ngeuser@ngeaix001> hagrp -clear vxfen -sys ngeaix001 VCS WARNING V-16-1-50104 Command (hagrp...
Today in this article we will look how to remove a logical volume from a VG on IBM AIX server. Lets have a look at this one by one to...
We usually give sudo access via /etc/sudoers.conf file using visudo command. However sometimes we need to grant specific command access to users with limited options. In this case, it is...
Today in this article, we will look at an interesting tip to print all columns of a file except first. Lets look the command stepwise to understand how it works....
Today in this article, we will check how to replace MMV faulty Disk in IBM ESS server. Lets have a look step by step how to proceed with this. 1....
Today in this article, we will see how to remove all emergency fixes from an IBM AIX server using a single command. Lets see this step by step. 1. Check...
Today we will see how to create a new filesystem in IBM AIX server. The default filesystem that we create in AIX is JFS i.e Journalling Filesystem, and currently Version...