How to check if a NFS server is reachable from NFS client ?
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...
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...
The hung task is detected by linux kernel by parsing processes with uninterruptible sleep state(which are waiting for some event or resource and is usually not going to move forward)...
Today in this article we will look how to search a paragraph like content, or say get some lines before the searched text and few lines afterwards. In linux, we...
Today we will see how to reboot an AIX server, a RHEL server, and a Solaris box. Lets have a look at it one by one. I. Rebooting IBM AIX...
In this article we will look for tcpdump examples which are useful to accomplish our day to day tasks. Lets have a look at various examples step by step. 1....
In this article, we will see how to find files/directory older than say 15 days and delete those files. The tip is very useful and we use this every alternate...