Minimal installation
installation option will not install the acpid package.
virsh shutdown
command is executed. The virsh shutdown
command is designed to gracefully shut down virtualized guests.
virsh shutdown
is easier and safer for system administration. Without graceful shut down with the virsh shutdown
command a system administrator must log into a virtualized guest manually or send the Ctrl-Alt-Del key combination to each guest.
virsh shutdown
command requires that the guest operating system is configured to handle ACPI shut down requests. Many operating systems require additional configuration on the guest operating system to accept ACPI shut down requests.
Install the acpid package
acpid
service listen and processes ACPI requests.
# yum install acpid
Enable the acpid service
acpid
service to start during the guest boot sequence and start the service:
# chkconfig acpid on # service acpid start
virsh shutdown
command is used.