6.3 To add resources to a storage repository

6.3.1 Adding an assembly

To import an assembly to the storage repository, use the following syntax:

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

For example:

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

For more information on the syntax and usage, see Section A.66, “importAssembly”.

6.3.2 Adding a virtual machine template

To import a virtual machine template to the storage repository, use the following syntax:

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

For example:

OVM> importTemplate Repository name=MyRepository server=MyServer \
  url=http://example.com/OVM_OL5U6_X86_64_PVM_10GB.tgz

For more information on the syntax and usage, see Section A.67, “importTemplate”.

6.3.3 Adding an ISO file

To import an ISO file to the storage repository, use the following syntax:

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

For example:

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

For more information on the syntax and usage, see Section A.68, “importVirtualCdrom”.