A.83 edit ServerUpdateRepository

Edits an Oracle VM Server update repository.

Syntax

edit ServerUpdateRepository instance [ repositoryName=value ] [ url=value ] [ enabled= { Yes | No } ] [ pkgSignatureType= { NONE | GPG | CA } ] [ pkgSignatureKey=value ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits an Oracle VM Server update repository.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

repositoryName=value

A name for the server update repository. This may only contain alphanumeric characters and underscores. No spaces are permitted.

url=value

The URL to access the repository.

If you enclose the URL in quotes, you must escape each forward slash (/) with another, for example:

url="http:////10.172.77.200//ovs"

enabled= { Yes | No }

Whether to enable the repository.

pkgSignatureType= { NONE | GPG | CA }

The signature type to verify the validity of the repository, either GPG key (or GnuPG key), CA (Certificate Authority). Use NONE if there is no verification required.

pkgSignatureKey=value

The verification signature for the repository, for example, the location of the GPG key using any of the HTTP, FTP, FILE or HTTPS protocols.

If you enclose the value for the option in quotes, you must escape each forward slash (/) with another, for example:

pkgSignatureKey="http:////10.172.77.200//ovs//RPM-GPG-KEY"

name=value

A name to identify the server update repository.

description=value

Optional description for the server update repository. 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.108 Editing an Oracle VM Server update repository

OVM> edit ServerUpdateRepository url=http://10.172.77.200/ovs enabled=No pkgSignatureType=GPG \
   pkgSignatureKey=http://10.172.77.200/ovs/RPM-GPG-KEY-oracle

See Also