How to find Linux Server iLO/iDRAC IP with Command-line

How to find Linux Server iLO/iDRAC IP with Command-line

Every Linux admin should know What is iLO/iDRAC IP in a server? and How do I find server iLO/iDRAC IP? In this article, we are going to learn how to find Server iLO/iDRAC IP with the command-line. Introduction What is iLO in a server? Integrated Lights-Out (iLO) is a proprietary embedded server management technology from Hewlett-Packard …

Read more

Linux OS patching commands: checklist for Pre and Post server Reboot

Linux OS patching commands checklist for Pre and Post server Reboot

Every Linux admin should know what all action/checklist needs to be performed before/after the Linux OS Patching and server reboot. In this article, we are going to learn Linux OS patching commands Checklist for Pre and Post server Reboot. Introduction Linux Host Patching is a feature in Enterprise Manager Grid Control that helps in keeping …

Read more

hwclock Command: Time maintenance on Linux

hwclock Command: Time maintenance on Linux

In this lesson we’re going to discuss time maintenance on Linux. Introduction Now when you initially setup a Linux system you’re prompted to configure your system time along with your time zone. When you do this you’re probably not overly concerned about these settings because they don’t really seem all that critical to the functioning …

Read more

How to manipulate Process Priority in Linux using nice and renice Commands

manipulate Process Priority in Linux using nice and renice Commands

This lesson we’re going to talk about how you prioritize processes they’re running on a Linux system. In my previous article, I had explained following concepts and I would request you to read that guides: How Linux handles Processes How to Kill a Process (Terminate a running process) in Linux Introduction Now remember Linux is …

Read more

How to Kill a Process (Terminate a running process) in Linux

How to Kill a Process (Terminate a running process) in Linux

Let’s spend a few minutes discussing How you go about killing a running process on a Linux system from the shell prompt. Introduction Now normally you don’t do this instead you would use the appropriate exit function that’s coded into nearly all applications to end its process. For example, if I were in the vi …

Read more