A.77 edit RepositoryExport

Edits a repository export.

Syntax

edit RepositoryExport instance name=value [ description=value ] [ options=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of an export on an Oracle VM Server to enable access for a third party back up tool to back up the contents of an OCFS2-based storage repository .

Options

The following table shows the available options for this command.

Option

Description

name=value

A name to identify the export on the file server.

description=value

Optional description for the export on the file server. value is a maximum of 4,000 characters.

options=value

The parameters to include in the NFS mount configuration, for example: rw, async, no_root_squash, wdelay.

{ id=value | name=value }

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

Examples

Example A.99 Editing a repository export on an Oracle VM Server

OVM> edit RepositoryExport name="My NFS Export" name=MyExport \
  options="rw, async, no_root_squash"

See Also