Creates a SAN storage access group.
create AccessGroup
name=value
[
description=value
]
on SanServer
instance
Where instance is:
{
id=id
|
name=name
}
This command creates a SAN storage access group. Generic storage plug-ins are not supported with this command.
The following table shows the available options for this command.
Option | Description |
|---|---|
name= | A name for the access group. |
description= | Optional description for the access group. |
{
id= |
The instance of the object using either the
|
Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.
Example A.25. Creating an access group on a SAN server
OVM> create AccessGroup name=MyGroup on SanServer name=MyISCIServer