A.18 create AccessGroup

Creates a SAN storage access group.

Syntax

create AccessGroup name=value [description=value] on SanServer instance

Where instance is:

{ id=id | name=name }

Description

This command creates a SAN storage access group. Generic storage plug-ins are not supported with this command.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name for the access group.

description=value

Optional description for the access group.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MySANServer.

Note

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.

Examples

Example A.25 Creating an access group on a SAN server

OVM> create AccessGroup name=MyGroup on SanServer name=MyISCIServer

See Also