A.88 removeNfsRefreshServer

Removes an export server from a file server.

Syntax

removeNfsRefreshServer FileServer instance nfsRefreshServer=value

Where instance is:

{ id=id | name=name }

Description

This command removes a refresh server from a file server. The refresh server is an Oracle VM Server that is used to refresh the file systems on an NFS file server. A file server must have at least one refresh server assigned to it.

Options

The following table shows the available options for this command.

Option

Description

FileServer instance

The name or ID of the file server.

nfsRefreshServer=value

The name or ID of the Oracle VM Server to be removed as a refresh server.

{ id=id | name=name }

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

Examples

Example A.121 Removing a refresh server from a file server

OVM> removeNfsRefreshServer FileServer name=MyNFSServer nfsRefreshServer=MyServer1

See Also