Edits an access group on a file server.
edit NfsAccessGroup
instance
name=value
[
description=value
]
Where instance is:
{
id=id
|
name=name
}
This command edits an access group on a file server.
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
|
Example A.57. Editing an access group on a file server
OVM> edit NfsAccessGroup name=MyNFSAccessGroup name="My new NFS Server name" \ description="This is my NFS access group"