Versions Compared

Key

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

Clone List Info

This activity lists all LUN clones with valid backing snapshots in the given snapshot. 

...

  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Paths List (type: list<string>): outputs a list of LUN clones with their properties. 
  • Status (type: string): outputs the status or the operation.


 
 

In order to extract the values from the output collection Clone List (in our case the output is a List(Of String) ), Custom For Each activity should be used to iterate through the elements of the collection OR Get Element From Collection activity in order to extract a specific element from the output collection:

 

 


Execution: 

Clone Split 

This activity clones a LUN Cluster. 

...

The Destroy activity parameters can be provided by manual inserted values or via IN arguments or variables: 


Parameters:

  • Force (text box editor type) (type: boolean): specify whether to destroy a LUN regardless of it being onl,ine or mapped. If False, destroying an online and mapped LUN will fail.     
  • Path (text box editor type) (type: string): specify the path for LUN to be destroyed. E.g. "/vol/dvol1/lun1"

...