3PAR InForm® OS 2.3.1 CLI Administrator's Manual (320-200180 Rev B, February 2010)

5.4
Modifying a Domain
3PAR InForm CLI Administrator’s Manual InForm OS Version 2.3.1
To view a system object’s domain association, issue the showhost, showvv, or showcpg
commands.
5.5 Modifying a Domain
For any existing domain, you can change the domain’s name or add comments to that domain
using the
setdomain command. Refer to the InForm OS Command Line Interface Reference
for details about the command.
5.5.1 Changing a Domain Name
To change a domain’s name, issue the setdomain -name <name> <domain_name>
command, where:
<name> is the new name you wish to assign the domain.
<domain_name> is the name of the domain you are re-naming.
Once changed, users and comments previously belonging to the old domain name are
displayed as belonging to the new domain name. All previous associations, objects, and
settings (default settings, etc.) are also transferred.
5.5.2 Adding Comments to a Domain
If a comment was not added to a domain during its creation and you wish to add a note to
that domain, issue the
setdomain -comment <comment> <domain_name> command,
where:
<comment> is the comment you are adding to the specified domain.
<domain_name> is the name of the domain to which you are adding a comment.
The comment length is restricted to 511 characters.
NOTE: To set your system output to display domain information, you must first set
the TPDLISTDOM environment variable, the
-listdom global option, or if you
are working in a Tcl shell, issue the
setclienv listdom 1 command. See
3.2.10 Listing Domains on page 3.15 for further information.