Versions Compared

Key

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

For more information about snapshot management, please refer to the VSS Guidelines.

...


ITS Private Cloud Portal

  1. Login

...

  1. to https://

...

  1. vss-portal.eis.utoronto.ca

  2. Look for the VM to edit and click Image Modified

  3. Click on the Snapshot button:

...

  1. Image Added
  2. Select the date and time the snapshot will taken at:

...

  1. Image AddedImage AddedImage Added
  2. Select the lifetime for the snapshot (72 hours max):

...

  1. Image Added

...

  1. Click OK and you should see a snapshot request number at the bottom of the screen:

...

  1. Image Added
  2. You will get a confirmation email for the request submission, when the snapshot has been created and deleted.

...

Command-Line Interface (vss-cli)

The following steps should guide you through the process of requesting a virtual machine snapshot using the VSS CLI either local install or either viahttps://vss-cli.eis.utoronto.ca or a local ITS Private Cloud Command Line Interface vss-cli

  1. Run vss-cli configure

...

  1.  to configure your VSS credentials. If you have already done this, please go to next step.

Look for the virtual machine UUID (identifier) to submit the snapshot request:

Code Block
vss compute vm ls --filter name torvalds
uuid                                  name
------------------------------------  -----------------------
50125399-17eb-f466-cef3-61592022569a  1712Q-cocky_torvalds_2
50124670-bfd4-95bc-1d6e-ea3c20ab0bbb  1610Q-cocky_torvalds_15
  1. Use the vss-cli compute vm set <name-or-vm-id> snapshot command to submit a snapshot request as follows:

    Code Block
    vss-cli --wait compute vm set 

...

  1. {name-

...

  1. or-

...

  1. vm-id} snapshot

...

  1.  mk \
    --description "Before difficult upgrade" --timestamp "

...

  1. 2020-

...

  1. 04-

...

  1. 27 

...

  1. 16:

...

  1. 53" \
    --lifetime 72
  2. Once the request is submitted, you can follow up the request status with the vss-cli request

...

  1. snapshot command:

    Code Block
    vss-cli request snapshot ls --sort created_on,desc
      id  created_on                   updated_on               

...

  1.     status     vm_moref    vm_name          action    snapshot.from_date           

...

  1. snapshot.to_

...

  1. date
    ----  ---------------------------  ---------------------------  ---------  ----------  ---------------  --------  ---------------------------  ---------------------------
     

...

  1.  10  

...

  1. 2020-

...

  1. 04-

...

  1. 27 Mon 

...

  1. 16:

...

  1. 53:

...

  1. 34 

...

  1. EDT  

...

  1. 2020-

...

  1. 04-

...

  1. 28 Tue 

...

  1. 16:

...

  1. 52:00 EDT  PROCESSED  vm-2183     2004T-Frontend2  DONE    

...

  1.   

...

  1. 2020-

...

  1. 04-27 Mon 16:53:00 EDT  2020-04-28 Tue 16:53:00 EDT

  2. You will get a confirmation email for the request submission, when the snapshot has been created and deleted.

  3. For more information about how to Revert or Delete a Snapshot using the CLI, please refer to the CLI

...

  1. documentation here.

Filter by label (Content by label)
showLabelsfalse
max5
spacesVSSPublic
showSpacefalse
sortmodified
typepage
reversetrue

...

labels

...

vm snapshot
cqllabel in ( "vm" , "snapshot" ) and type = "page" and space = "VSSPublic"

...


Page Properties
hiddentrue


Related issues