A.45 create ServerUpdateGroup

Creates an Oracle VM Server update group in a server pool.

Syntax

create ServerUpdateGroup name=value [ description=value ] on ServerPool instance

Where instance is:

{ id=value | name=value }

Description

This command creates an Oracle VM Server update group in a server pool. This allows you to override the default update group for a server pool. The default update groups:

  • For x86-based server pools, have the ID of GlobalX86ServerUpdateConfiguration.

  • For SPARC-based server pools, have the ID of GlobalSparcServerUpdateConfiguration.

When you have created a server update group for a server pool, you should then assign the update repository using the create ServerUpdateRepository command. To update an Oracle VM Server, use the upgrade command.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name to identify the server update group.

description=value

Optional description for the server update group. 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=MyServerPool.

Examples

Example A.61 Creating an update group for a server pool

OVM> create ServerUpdateGroup name=MyServerUpdateGroup on ServerPool name=MyServerPool

See Also