Friday, May 24, 2019

If your server has static ip and its getting change by its own


============================================
If your server has static ip and its getting change by its own 
============================================

 dracut -vf
 dracut -vf /boot/initramfs-3.10.0-514.10.2.el7.x86_64.img
 dracut -f /boot/initramfs-3.10.0-514.10.2.el7.x86_64.img
 grub2-mkconfig -o /boot/grub2/grub.cfg
 init 6

No comments:

Post a Comment

kubernetes Pod Scheduling

 ===================   Deployment ================= 1.) Deployment without any nodeName or nodeSelector, pod will spread among all of the av...