Openvz VPS Yönetimi – VPS Açılmama Sorunu
Aşağıdaki yazımız sizlere karışık gelebilir. Terimleri bilmemeniz durumunda işlemleri uygulamayınız bizlerden iletişim kısmı üzerinden destek isteyiniz.
To know logs of vps issues
tail -f /var/log/vzctl.log
showing status
[root@ovz-charlie ~]# vzctl status 54637
CTID 54637 exist mounted down
solution:
vi /etc/sysconfig/vz-scripts/54637.conf
Add the following,
DISK_QUOTA=yes
If you set the above value to “no”. The quota will be off.
then vzctl start 54637 will work fine
refer: http://bobcares.com/blog/?p=107
container laready locked issue
FIX:-Container is already locked
/vz/lock/CTID.lck
increase QUOTAUGIDLIMIT parameter
You may increase QUOTAUGIDLIMIT parameter using ‘vzctl’ utility on a node: