system_powerdown -- send system power down event
This has an effect similar to the physical power button on a modern PC. The VM will get an ACPI shutdown request and usually shutdown cleanly.
ACPI
VM ÂÊ¿¡ ACPI µ¥¸ó¼³Ä¡ & ±¸µ¿
# yum-y install acpid
# chkconfig acpid on
# /etc/init.d/acpid start
HOST Àåºñ¿¡¼...
# echo 'system_powerdown' | socat - UNIX-CONNECT:/vm1.monitor