Thursday, May 5, 2011

openvz stop running

Sometimes, updating the o/s of the dedicated server with openvz installed, might trigger change of default kernel to boot from.
To fix it...
sudo vi /boot/grub/menu.lst

Change the line to point to the index of the openvz kernel. the starting index will be 0
Example:
default 1
to:
default 0

Userful command:
/usr/sbin/vzlist -a
/usr/sbin/vzctl
uname -a


No comments: