ในกรณีที่ VPS Server นั้นใช้ LVM (Logical Volume Management) ไม่สามารถ start VPS node ได้ ด้วยเหตุผล จากการ Reboot , ไฟฟ้าดับ อื่นๆ ปัญหามาจาก VPS Server นั้นไม่สามารถ connect LVM storage ได้
เนื่องจาก LVM ไม่ Active
วิธีแก้ปัญหาให้ ssh login เข้าไปที่เครื่อง VPS Server โดยตรง
และรันคำสั่งดังต่อไปนี้ เพื่อ active LVM (ต้องใช้สิทธิ์ root)
# vgchange -ay
เมื่อ LVM online หรือ active แล้ว
ให้ไปที่ XenCenter
ไปที่ VPS Server ตัวที่มีปัญหา
คลิ๊กขวาที่ LocalSR หรือ Local Storage จากนั้นคลิ๊กปุ่ม "Repair" เพื่อให้ VPS Server connect LVM Local Storage
จากนั้นจึงมาไล่ start vps node ให้ครบทุก node
การแก้ปัญหาให้แก้ไขไฟล์ /etc/rc.d/rc.sysinit
# vi /etc/rc.d/rc.sysinit
แล้วค้นหาบรรทัดดังต่อไปนี้
# if [ -x /sbin/lvm.static ]; then
# action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure
# fi
แก้ไขโดยเอาเครื่องหมาย # หรือ un-comment
if [ -x /sbin/lvm.static ]; then
action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure
fi
จากนั้น save file