Become superuser, or assume the appropriate role.
Verify that the xvm services are running.
# svcs -a | grep xvm |
If the system displays the following, the services are not running:
disabled Dec_07 svc:/system/xvm/store:default disabled Dec_07 svc:/system/xvm/xend:default disabled Dec_07 svc:/system/xvm/console:default disabled Dec_07 svc:/system/xvm/domains:default |
If the services are not running, verify that you booted an i86xpv kernel.
# uname -i i86xpv |
Reboot if necessary.
If the correct kernel is running, enable the services.
# svcadm enable xvm/store # svcadm enable xvm/xend # svcadm enable xvm/console # svcadm enable xvm/domains |
You are now ready to create guest domains (domUs).