|
|||
Solaris Virtualization Product Overview 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) 13. Creating and Administering Resource Pools (Tasks) 14. Resource Management Configuration Example 15. Resource Control Functionality in the Solaris Management Console 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 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) lx Branded Zone Installation (Task Map) Installing and Booting lx Branded Zones How to Obtain the Linux Archives How to Install an lx Branded Zone How to Install a Subset of the Packages How to Enable Networking in an lx Branded Zone How to Obtain the UUID of an Installed Branded Zone How to Mark an Installed lx Branded Zone Incomplete Halting, Rebooting, Uninstalling, Cloning, and Deleting lx Branded Zones (Task Map) Cloning an lx Branded Zone on the Same System How to Clone an lx Branded Zone How to Clone a Zone from an Existing Snapshot How to Use Copy Instead of ZFS Clone Deleting an lx Branded Zone From the System How to Remove an lx Branded Zone 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) 37. Sun xVM Hypervisor System Requirements 38. Booting and Running the Sun xVM Hypervisor 40. Using virt-install to Install a Domain |
Installing and Booting lx Branded ZonesUse the zoneadm command described in the zoneadm(1M) man page to perform installation tasks for a non-global zone. How to Obtain the Linux ArchivesBefore you can install the lx branded zone, you must first obtain the Linux archives. The archives are distributed in the following forms:
How to Install an lx Branded ZoneThis procedure is used to install a configured lx branded zone. Once the zone is installed, all software configuration and management has to be done by the zone administrator using Linux tools from inside the zone. See Example 33-1, Example 33-2, and Example 33-3 for examples of zone installation command lines using the different distribution paths. If you install from discs or from an ISO image, you must specify Sun package cluster categories. See lx Branded Zone Installation Methods for information on package cluster categories. Note that you can verify a zone prior to installing it. If you skip this procedure, the verification is performed automatically when you install the zone. The procedure is documented in (Optional) How to Verify a Configured Zone Before It Is Installed. You must be the global administrator in the global zone to perform this procedure. Note - In Step 2, if the zonepath is on ZFS, the zoneadm install command automatically creates a ZFS file system (dataset) for the zonepath when the zone is installed. You can block this action by including the -x nodataset parameter.
global# zoneadm -z lx-zone install -d /export/centos_fs_image.tar.bz2Example 33-2 Install Command Using CentOS CDs For CD or DVD installation, volfs must be enabled on your system. You must specify a software cluster package. For example, use development to install a full environment, or type the names of particular clusters. If you do not specify a cluster package, desktop is installed by default. The CD device is /cdrom/cdrom0. global# zoneadm -z lx-zone install -d /cdrom/cdrom0 developmentExample 33-3 Install Command Using CentOS ISO Images You must specify a software cluster package. Use development to install a full environment, or specify particular clusters. If you do not specify a cluster package, desktop is installed by default. The CentOS ISO images reside in the directory /export/centos_3.7. global# zoneadm -z lx-zone install -d /export/centos_3.7 development See AlsoFor more information on datasets, see Solaris ZFS Administration Guide TroubleshootingIf a zone installation is interrupted or fails, the zone is left in the incomplete state. Use uninstall -F to reset the zone to the configured state. How to Install a Subset of the PackagesWhen installing from CD or ISO images, you can install a subset of the packages on the install media. The available subsets are core, server, desktop, developer, and all. You must be the global administrator in the global zone to perform this procedure.
How to Enable Networking in an lx Branded ZoneWhen you install an lx branded zone, networking is disabled. Use a procedure such as this one to enable networking. You must be the zone administrator to perform this procedure.
|
||
|