How to remove all emergency fixes from IBM AIX server in one go ?
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 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...
Usually we are aware that maximum length for a filename under Linux is 255 bytes. And everyone assumes that 255 bytes means we can have a filename upto 255 characters....
Today lets see quickly how to print a sequence of 100 numbers using while loop in bash shell on Linux. Printing sequence of 100 numbers a. Empty the file. [root@ngelinux001...
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...
In this article, we will look steps how to extend a VXFS(Veritas Filesystem) on an IBM AIX or Linux box. Lets have a look step by step how to perform...
Today in this article, we will see how to check the status of all disks on a HP Proliant server. We will check it out both on server CLI and...
In this article, we will see how to verify if a NFS server is reachable from NFS client. I assume the NFS server is reachable i.e. ping works fine and...
Today in this article, we will see an interesting issue what i faced on one of the production server which got rebooted automatically during a SAN switch replacement activity. ...
Today we will look at one of the useful tip to understand how to extend logical volume on RHEL/CentOS with a single command on production servers. Lets see the process...
Today in this article, we will look how to verify if kernel.hung_task_panic parameter is working fine or not as we have checked in below article. https://ngelinux.com/what-is-hung-task-and-how-to-panic-our-rhel-centos-system-when-a-task-remains-hanged-for-specific-period-of-time/ Lets test this...