| 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) System and Space Requirements Restricting the Size of the Branded Zone Branded Zone Network Address lx Branded Zone Configuration Process lx Branded Zone Configuration Components Resources Included in the Configuration by Default Using the zonecfg Command to Create an lx Branded Zone Branded Zone Configuration Data 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 Glossary Index |       	 
             
zonecfg ModesThe concept of  a scope is used for the user interface. The
scope can be either global or resource specific. The default scope is global. In the global scope, the add subcommand and the select subcommand are used to
select a specific resource. The scope then changes to that resource type. For the add subcommand, the end or cancel subcommands are used to complete the resource specification.For the select subcommand, the end or cancel subcommands are used to complete the resource modification.
 The scope then reverts back to global. Certain subcommands, such as add, remove, and set,  have different semantics in
each scope. zonecfg Interactive ModeIn interactive mode, the following subcommands are supported. For detailed information about semantics
and options used with the subcommands, see the zonecfg(1M) man page for options.
For any subcommand that could result in destructive actions or  loss of
work, the system requests user confirmation before proceeding. You can use the -F
(force) option to bypass this confirmation. helpPrint general help, or display help about a given resource. zonecfg:lx-zone:net> helpcreateBegin configuring an in-memory configuration for the specified new branded zone. With the -t template option, to create a configuration that is identical to the specified template. The zone name is changed from the template name to the new zone name. To create a Linux branded zone, use: zonecfg:lx-zone> create -t SUNWlxWith the -b option, to create a blank configuration for which you can set the brand. zonecfg:lx-zone> create -b
zonecfg:lx-zone> set brand=lxWith the -F option, to overwrite an existing configuration.
exportPrint the configuration to standard output, or to the output file specified, in a form that can be used in a command file.addIn the global scope, add the specified resource type to the configuration. In the resource scope, add a property of the given name with the given value. See How to Configure the lx Branded Zone and the zonecfg(1M) man page for more information.setSet a given property name to the given property value. Note that some properties, such as zonepath, are global, while others are resource specific. Thus, this command is applicable in both the global and resource scopes.selectApplicable only in the global scope. Select the resource of the given type that matches the given property name-property value pair criteria for modification. The scope is changed to that resource type. You must specify a sufficient number of property name-value pairs for the resource to be uniquely identified.clearClear the value for optional settings. Required settings cannot be cleared. However, some required settings can be changed by assigning a new value.removeIn the global scope, remove the specified resource type. You must specify a sufficient number of property name-value pairs for the resource type to be uniquely identified. If no property name-value pairs are specified, all instances will be removed. If more than one exists, a confirmation is required unless the -F option is used. In the resource scope, remove the specified property name-property value from the current resource.endApplicable only in the resource scope. End the resource specification. The zonecfg command then verifies that the current resource is fully specified. If the resource is fully specified, it is added to the in-memory configuration and the scope will revert back to global. If the specification is incomplete, the system displays an error message that describes what needs to be done.
cancelApplicable only in the resource scope. End the resource specification and reset the scope to global. Any partially specified resources are not retained.deleteDestroy the specified configuration. Delete the configuration both from memory and from stable storage. You must use the -F (force) option with delete. 
 Caution - This action is instantaneous. No commit is required, and a deleted zone cannot be reverted. 
infoDisplay information about the current configuration or the global resource properties zonepath, autoboot, and pool. If a resource type is specified, display information only about resources of that type. In the resource scope, this subcommand applies only to the resource being added or modified.verifyVerify current configuration for correctness. Ensure that all resources have all of their required properties specified.commitCommit current configuration from memory to stable storage. Until the in-memory configuration is committed, changes can be removed with the revert subcommand. A configuration must be committed to be used by zoneadm. This operation is attempted automatically when you complete a zonecfg session. Because only a correct configuration can be committed, the commit operation automatically does a verify.revertRevert configuration back to the last committed state.exitExit the zonecfg session. You can use the -F (force) option with exit. A commit is automatically attempted if needed. Note that an EOF character can also be used to exit the session.
 zonecfg Command-File ModeIn command-file mode, input is taken from a file. The export subcommand described
in zonecfg Interactive Mode is used to produce this file. The configuration can
be printed to standard output, or the -f option can be used to
specify an output file. |