HowTo :: list existing VEs
SSH to the master server and run the following command:
/usr/sbin/vzlist -a
The -a switch tells the vzlist utility to output both running...
How can I change a VE time or timezone?
Stop VE:
/usr/sbin/vzctl stop 12345
Start VE:
/usr/sbin/vzctl start 12345
In HD node, run:
/usr/sbin/vzctl set 12345...
Not rated
05 Apr, 2012
Views: 92
Unable to open pty: No such file or directory
In some cases, you won't abe able to enter a VE from the dedicated server, or directly SSH to that VE. If you try to enter a VE from the dedicated...
Not rated
05 Apr, 2012
Views: 119
HowTo: determine load and memory usage for a VE
SSH to the server and run the following commad (one single line):
grep oomguarpages /proc/user_beancounters | awk '{s=$2;t=$3;u=$4; {print...