Posts

Showing posts from January, 2015

Patching Linux Server

In this blog we are going to Patch Linux Machine Using up2date and yum. We are going to take backup of important fine and necessary steps after patching, backout plan if system crashed Backup of your important files ·          Take the back-up of the following files/commands. ·          Common for all revisions: ·          uname -a ·          ifconfig – a ·          fdisk -l ·          uptime ·          cat /etc/hosts ·          cat /etc/fstab ·          df -h ·          cat /etc/grub.conf ·          cat /etc/sysctl.conf ...