A.18 changeServerAgentPassword

Changes the Oracle VM Agent password on an Oracle VM Server.

Syntax

changeServerAgentPassword Server instance oldPassword=value newPassword=value confirmPassword=value

Where instance is:

{ id=value | name=value }

Description

This command changes the Oracle VM Agent password on an Oracle VM Server.

Options

The following table shows the available options for this command.

Option

Description

oldPassword=value

The existing password for the Oracle VM Agent on the Oracle VM Server. The password is displayed as asterisks.

newPassword=value

The new password for the Oracle VM Agent on the Oracle VM Server. The password is displayed as asterisks.

confirmPassword=value

The new password for the Oracle VM Agent on the Oracle VM Server. The password is displayed as asterisks.

{ id=value | name=value }

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

Examples

Example A.25 Changing the Oracle VM Agent password on an Oracle VM Server

OVM> changeServerAgentPassword Server name=MyServer oldPassword=***** \
  newPassword=******* confirmPassword=*******

See Also