A.8 add FileSystem

Adds a file system to an access group.

Syntax

add FileSystem instance to AccessGroup instance

Where instance is:

{ id=value | name=value }

Note that if the instance name contains forward slashes, these must be escaped using an additional forward slash. This is illustrated in the examples for this command.

Description

This command adds a file system to an access group.

A file system may only be associated with one access group. If you create a new access group for a file system that is already associated with an existing access group, the file system is disassociated from the original access group.

Options

The following table shows the available options for this command.

Option

Description

{ id=value | name=value }

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

Examples

Example A.9 Adding a file system to an access group

OVM> add FileSystem name="nfs on 10.172.76.125://mnt//vol2//repo03" to AccessGroup \
  name=MyAccessGroup

See Also