A.42 create ServerController

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

Syntax

create ServerController ipAddress=value userName=value [ password=value ] name=value [ description=value ] on Serverinstance

Where instance is:

{ id=value | name=value }

Description

This command creates 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.57 Configuring IPMI for an Oracle VM Server

OVM> create ServerController ipAddress=192.168.10.3 userName=admin password=password \
  name=MyServerController description="IPMI controller for MyServer1" on Server name=MyServer1

See Also