Create host
The create host command creates a new host.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin role.
Syntax
create host userLabel="<var id="GUID-03BC5658-C240-4EF1-B16E-9C7678F0C6FD__V1110097" className="keyword varname">hostName</var>"
[hostGroup=("<var id="GUID-03BC5658-C240-4EF1-B16E-9C7678F0C6FD__V1110098" className="keyword varname">hostGroupName</var>" | defaultGroup)]
[hostType=(hostTypeIndexLabel | hostTypeIndexNumber)]
Parameters
Parameter | Description |
---|---|
userLabel | The name that you want to give the host that you are creating. Enclose the host name in double quotation marks (" "). |
hostGroup | The name of the host group in which you want to create a new host. Enclose the host group name in double quotation marks (" "). (If a host group does not exist, you can create a new host group by using the create hostGroup command.) The defaultGroup option is the host group that contains the host to which the volume is mapped. |
hostType | The index label or the index number that identifies the host type. Use the show storageArray hostTypeTable command to generate a list of available host type identifiers. If the host type has special characters, enclose the host type in double quotation marks (" "). |
Notes
You can use any combination of alphanumeric characters, hyphens, and underscores for the names. Names can have a maximum of 30 characters.
A host is a computer that is attached to the storage array and accesses the volumes on the storage array through the host ports. You can define specific mappings to an individual host. You also can assign the host to a host group that shares access to one or more volumes.
A host group is an optional topological element that you can define if you want to designate a collection of hosts that share access to the same volumes. The host group is a logical entity. Define a host group only if you have two or more hosts that share access to the same volumes.
If you do not specify a host group in which to place the host that you are creating, the newly defined host belongs to the default host group.