Imports and adds a virtual CDROM/ISO file to a storage repository.
Syntax
importVirtualCdrom
Repository
instanceurl=
[
valueproxy=
]value
Where is:
instance
{
id=
|
valuename=
}value
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 |
|---|---|
| The storage repository in which to import the virtual CDROM/ISO file. |
| The URL of the virtual CDROM/ISO file. Note that if you quote this argument, the forward slashes in the URL should be escaped. This is illustrated in the example. |
| The IP address or hostname of a proxy server to use when importing the virtual CDROM/ISO file. |
{
|
The instance of the object using either the
|
Examples
Example A.148 Importing a virtual CDROM/ISO file to a storage repository
OVM> importVirtualCdrom Repository name=MyRepository url="http:////example.com//myiso.iso"
Note that, in the above example, forward slashes are used to escape the forward slashes that appear in the URL. Hence the doubling up of forward slashes.

