HP 3PAR OS 3.1.3 Command Line Interface Reference

6 Change Command
changedomain
DESCRIPTION
The changedomain command changes the currentdomain CLI environment parameter.
SYNTAX
changedomain [<domain>]
AUTHORITY
Any role in the system.
OPTIONS
None
SPECIFIERS
<domain>
Name of the domain to be set as the working domain for the current CLI session. If the <domain>
parameter is not present or is equal to -unset, then the working domain is set to no current
domain.
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
The following example shows how to change the current domain Win:
cli% changedomain Win
The following examples shows two methods to unset the current domain:
cli% changedomain -unset
cli% changedomain
NOTES
This command is equivalent to the setclienv currentdomain <domain> command.
changedomain 57