A.66 importAssembly

Imports and adds an assembly to a storage repository.

Syntax

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

Where instance is:

{ id=id | name=name }

Description

This command imports and adds an assembly 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 assembly.

server= { id | name }

The Oracle VM Server to use to perform the assembly import job. This can be either the name or the ID.

url=value

The URL of the assembly.

{ id=id | name=name }

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

Examples

Example A.85 Importing an assembly to a storage repository

OVM> importAssembly Repository name=MyRepository server=MyServer \
  url=http://example.com/assemblies/myassembly.ova

See Also