Document Information
Preface
Solaris Virtualization Product Overview
Part I Resource Management
1. Introduction to Solaris Resource Management
2. Projects and Tasks (Overview)
3. Administering Projects and Tasks
4. Extended Accounting (Overview)
5. Administering Extended Accounting (Tasks)
6. Resource Controls (Overview)
7. Administering Resource Controls (Tasks)
8. Fair Share Scheduler (Overview)
9. Administering the Fair Share Scheduler (Tasks)
10. Physical Memory Control Using the Resource Capping Daemon (Overview)
11. Administering the Resource Capping Daemon (Tasks)
12. Resource Pools (Overview)
13. Creating and Administering Resource Pools (Tasks)
14. Resource Management Configuration Example
15. Resource Control Functionality in the Solaris Management Console
Part II Zones
16. Introduction to Solaris Zones
17. Non-Global Zone Configuration (Overview)
18. Planning and Configuring Non-Global Zones (Tasks)
19. About Installing, Halting, Cloning, and Uninstalling Non-Global Zones (Overview)
20. Installing, Booting, Halting, Uninstalling, and Cloning Non-Global Zones (Tasks)
21. Non-Global Zone Login (Overview)
22. Logging In to Non-Global Zones (Tasks)
23. Moving and Migrating Non-Global Zones (Tasks)
24. About Packages and Patches on a Solaris System With Zones Installed (Overview)
25. Adding and Removing Packages and Patches on a Solaris System With Zones Installed (Tasks)
26. Solaris Zones Administration (Overview)
27. Administering Solaris Zones (Tasks)
28. Troubleshooting Miscellaneous Solaris Zones Problems
Part III Branded Zones
29. About Branded Zones and the Linux Branded Zone
30. Planning the lx Branded Zone Configuration (Overview)
31. Configuring the lx Branded Zone (Tasks)
32. About Installing, Booting, Halting, Cloning, and Uninstalling lx Branded Zones (Overview)
33. Installing, Booting, Halting, Uninstalling and Cloning lx Branded Zones (Tasks)
34. Logging In to lx Branded Zones (Tasks)
35. Moving and Migrating lx Branded Zones (Tasks)
36. Administering and Running Applications in lx Branded Zones (Tasks)
Part IV Sun xVM
37. Sun xVM Hypervisor System Requirements
38. Booting and Running the Sun xVM Hypervisor
39. Xvnc
40. Using virt-install to Install a Domain
41. xVM System Administration
42. Troubleshooting Miscellaneous Sun xVM Problems
Developers: Using DTrace With the Hypervisor
Glossary
Index
|
Verifying System Elements
How to Verify Devices in /dev/xen
How to Verify That the Required Packages Are InstalledThe following packages must be installed to use the hypervisor and install and
manage domains on your system.
- Verify that the following xvm software packages are installed on the system:
# pkginfo | grep xvm
system SUNWxvmdomr Hypervisor Domain Tools (Root)
system SUNWxvmdomu Hypervisor Domain Tools (Usr)
system SUNWxvmh Hypervisor Header Files
system SUNWxvmhvm Hypervisor HVM
system SUNWxvmr Hypervisor (Root)
system SUNWxvmu Hypervisor (Usr)
- Verify that the virtinst software package is installed on the system:
# pkginfo | grep virtinst
system SUNWvirtinst virt-install
- Verify that the libvert software package is installed on the system:
# pkginfo | grep virtinst
system SUNWlibvirt libvirt
- Verify that the urlgrabber software package is installed on the system:
# pkginfo | grep SUNWurlgrabber
system SUNWurlgrabber urlgrabber
How to Verify That the xvm Hypervisor Services Are Started
- Become superuser, or assume the Primary Administrator 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).
|