Solved: Why Linux Server rebooted when all LUN paths failed ?
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. ...
In this category, you can see all articles related to Unix or Linux operating System.
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...
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...