A.22 create NfsAccessGroup

Creates an access group on a file server.

Syntax

create NfsAccessGroup name=value [description=value] on FileServer instance

Where instance is:

{ id=id | name=name }

Description

This command creates an access group on a file server.

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=MyNFSServer.

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.29 Creating an access group on a file server

OVM> create NfsAccessGroup name=MyNFSAccessGroup on FileServer name=MyNFSServer

See Also