3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)

6.2
Creating a Domain
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
provides instructions on creating domains and describes the administration tasks associated
with maintaining domains.
6.2 Creating a Domain
X To create a domain, issue the createdomain <domain_name> command, where
<domain_name> is the name you wish to assign the domain. The <domain_name> can be
a maximum of 31 characters in length.
X If you wish to add an informational note to a domain during its creation, issue the
createdomain -comment <comment> <domain_name> command, where <comment>
is the text of the note you wish to add about the domain being created. The comment
length is restricted to 511 characters.
You can create up to 1024 domains within a single InServ system.
For additional information about Domains, refer to the InForm OS Concepts Guide.
6.3 Viewing Domains
From time to time, you may wish to view the domains in your system. Additionally, when
managing your domain objects as described in 6.6 Managing Domain Objects on page 6.4, you
may need to view the objects’ domain associations.
To view the domains in your system, issue the showdomain -d command. Refer to the
InForm OS Command Line Interface Reference for details about this command.
To view a system object’s domain association, issue the showhost, showvv, or showcpg
commands.
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.14 for further information.