A.79 edit ServerController

Edits a server controller object to configure IPMI on an Oracle VM Server.

Syntax

edit ServerController instance ipAddress=value userName=value [ password=value ] name=value [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a server controller object to configure IPMI on an Oracle VM Server.

Options

The following table shows the available options for this command.

Option

Description

virtualIP=value

The IP address of the IPMI.

userName=value

The user name for the IPMI.

password=value

An optional password for the IPMI.

name=value

A name to identify the server control object.

description=value

Optional description for the server control object. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.102 Editing IPMI configuration for an Oracle VM Server

OVM> edit ServerController id=mgtCtl_00:e0:81:4d:40:c6:00:e0:81:4d:40:c7:ff:ff:ff:ff \
  ipAddress=192.168.10.4 userName=admin password=password name=MyServerController

See Also