A.19 checkUpToDate

Checks whether the Oracle VM Server software is up-to-date according to the server update repository.

Syntax

checkUpToDate Server instance

Where instance is:

{ id=value | name=value }

Description

This command checks whether the Oracle VM Server software is up-to-date according to the server update repository. This command sets the Up To Date parameter of the Server object, and does not display any output other than a success or failure message. This command may be useful to check whether an Oracle VM Server is up-to-date in between any regular checking by the recurring job that checks for available updates. To see the value of the Server object's Up To Date parameter, use the show Server command. To update an Oracle VM Server, use the upgrade command.

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=MyServer.

Examples

Example A.26 Checking whether an Oracle VM Server is up-to-date

OVM> checkUpToDate Server name=MyServer    

See Also