A.68 importVirtualCdrom

Imports and adds a virtual CDROM/ISO file to a storage repository.

Syntax

importVirtualCdrom Repository=instance server= { id | name } url=value

Where instance is:

{ id=id | name=name }

Description

This command imports and adds a virtual CDROM/ISO file to a storage repository.

Options

The following table shows the available options for this command.

Option

Description

Repository=instance

The storage repository in which to import the virtual CDROM/ISO file.

server= { id | name }

The Oracle VM Server to use to perform the virtual CDROM/ISO file import job. This can be either the name or the ID.

url=value

The URL of the virtual CDROM/ISO file.

{ id=id | name=name }

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

Examples

Example A.87 Importing a virtual CDROM/ISO file to a storage repository

OVM> importVirtualCdrom Repository name=MyRepository server=MyServer \
  url=http://example.com/isos/myiso.iso

See Also