A.124 refresh

Refreshes configuration information about an object in Oracle VM Manager.

Syntax

refresh { AccessGroup | Assembly | FileServer | FileSystem | PhysicalDisk | Repository | Server | StorageArray } instance

Where instance is:

{ id=value | name=value }

Description

This command reads the configuration information about the object and updates the Oracle VM Manager database repository.

When refreshing the file systems or a file server with non-uniform exports, all of the refresh servers for the file server must be available. If a refresh server is out of commission and you need to perform a refresh, you can remove that refresh server from the file server and add an alternate that has access to the same set of exports on the file server. For more information on uniform and non-uniform exports, please refer to What are Uniform and Non-uniform Exports? in the Oracle VM Concepts Guide.

Options

The following table shows the available options for this command.

Option

Description

{ AccessGroup | Assembly | FileServer | FileSystem | PhysicalDisk | Repository | Server | StorageArray }

The object to be refreshed.

{ id=value | name=value }

The instance of the object using either the id or name option, for example name=MyServer. Note that if the object name contains forward slashes, these must be escaped using an additional forward slash. This is illustrated in the examples for this command.

Examples

Example A.161 Refreshing a file server

OVM> refresh FileServer name=MyNFSServer 

Example A.162 Refreshing a storage array

OVM> refresh StorageArray name=MyISCSIServer

Example A.163 Refreshing a physical disk

OVM> refresh PhysicalDisk id=0004fb000018000035ce16ee4d58dc4d

Example A.164 Refreshing a file system

OVM> refresh FileSystem name="nfs on 10.172.76.125://mnt//vol1//repo01"

Example A.165 Refreshing a storage repository

OVM> refresh Repository name=MyRepository

See Also