ISO镜像上传工具基本使用示例

下面是ISO镜像上传工具的基本使用方法的示例。第一条命令列出了OVIRTMANAGER中可用的ISO存储域,使用的用户是admin@local。第二条命令通过NFS共享将ISO镜像文件上传到了指定的ISO存储域。

  1. # engine-iso-uploader list
  2. Please provide the REST API password for the admin@internal oVirt Engine user
  3. (CTRL+D to abort):
  4. ISO Storage Domain Name | Datacenter | ISO Domain Status
  5. ISO-DOMAIN | Default | active
  6. ISO_DOMAIN | iscsi | active
  7. ISO_DOMAIN | local_datacenter | active
  8. # engine-iso-uploader --iso-domain=[ISODomain] upload \
  9. [CentOS-6.5-x86_64.iso]
  10. Please provide the REST API password for the admin@internal oVirt Engine user
  11. (CTRL+D to abort):