A.133 remove FileSystem

Removes a file system from an access group.

Syntax

remove FileSystem instance from AccessGroup instance

Where instance is:

{ id=value | name=value }

Note that if you need to quote the instance name and it contains forward slashes, you need to escape those forward slashes with additional forward slashes. This is illustrated in the example for this command.

Description

This command removes a file system from an 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=MyFileSystem.

Examples

Example A.175 Removing a file system from an access group

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

See Also