Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
titleVSS CLI

Using https://vss-cli.eis.utoronto.ca or a local VSS CLI install

  1. Get VM Uuid Uuid (Optional)

    Code Block
    collapsetrue
    vss-cli compute vm ls -f name ecstatic_mccarthy
    uuid                                  name
    ------------------------------------  -----------------------
    501220a5-a091-1866-9741-664236067142  1611T-ecstatic_mccarthy


  2. Get ISO path to mount:

    Code Block
    collapsetrue
    vss-cli compute iso public ls -f name like,%CentOS-7.0%
    path                                                           name
    -------------------------------------------------------------  -------------------------------------
    [vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-DVD.iso         CentOS-7.0-1406-x86_64-DVD.iso
    [vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-NetInstall.iso  CentOS-7.0-1406-x86_64-NetInstall.iso
    [vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-Minimal.iso     CentOS-7.0-1406-x86_64-Minimal.iso


  3. Submit a request to mount the ISO image:

    Code Block
    collapsetrue
    vss-cli compute vm set 501220a5{VmName-a091-1866-9741-664236067142or-Uuid} cd 1 --iso "[vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-DVD.iso" 1


Note

If the ISO file you need is not listed, please follow the article Upload an ISO image to VSS and Load an ISO image in a Virtual Machine.

For more information, please refer to Manage Floppy, ISOs and OVA/OVF Images.

...

Page Properties
hiddentrue


 
Related issues