Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Clone List Info

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

Activity Parameters

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

Parameters:

  • Snapshot (text box editor type) (type: string): the name of the snapshot.
  • Volume (text box editor type) (type: string): the name of the volume. 

The Read Only Output variable are the possible output values that the activity will provide:

  • 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. 

Activity Parameters

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

Parameters:

  • Path (text box editor type) (type: string): the path of the clone to split from the underlying parent. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Status (type: string): outputs the status or the operation.

     

Execution:

Copy Cancel 

This activity canceles the coping process of LUN. 

Activity Parameters

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

Parameters:

  • Job UUID (text box editor type) (type: string): specifies the universally unique ID (UUID) of the job that started this copy operation.  
  • Lun Index (text box editor type) (type: string): specifies an additional unique element identifying one LUN among many that could be possibly copied as part of a job. LUN Index is an identifier ordered by the LUN path arrays provided during create. For LUN copy operations that involve only one LUN, the lun-index value of zero is always correct.  

The Read Only Output variable are the possible output values that the activity will provide:

  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Status (type: string): outputs the status or the operation.
     

Execution:


Copy Info 

This activity copies LUN Info. 

Activity Parameters

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

Parameters:

  • Destination Path (text box editor type) (type: string): specify the destination path where the LUN will be copied.   
  • Max Throughput (text box editor type) (type: string): specify the maximum amount of data in bytes, that can be transferred per second in support of this operation. This mechanism can be used to throttle a transfer, to reduce its impact on the performance of the source and destination nodes. Default zero, indicating no throttling. NOTE: the specified value will be rounded up to the nearest megabyte. 
  • Promote Early (text box editor type) (type: string): specifies that the destination needs to be promoted early. Deafult: FALSE. If the destination is promoted early, the new LUN will be visible immediately. Snapshots of the volume containing the new LUN cannot be taken until the LUN copy operation reaches 'Moving Data' status. If the destination is promoted late, the new LUN will be visible onl,y after it has been fully framed. The LUN copy job will not block snapshots of the volume containing the new LUN. 
  • Reference Path (text box editor type) (type: string): specify the reference path for LUN to be copied. 
  • Source Path (text box editor type) (type: string): specify the source path. 
  • Source VServer (text box editor type) (type: string): specify the name of the VServer hosting the LUNs to be copied, Default: same as destination-vserver (intr-Vserver copy). 

The Read Only Output variable are the possible output values that the activity will provide:

  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Status (type: string): outputs the status of the operation.
     

Execution:


Create By Size 

This activity creates a LUN by specific parameters.  

Activity Parameters

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

Parameters:

  • Comment (text box editor type) (type: string): specify a description for the LUN being created. The comment can be at most 254 characters.    
  • Foreign Disk (text box editor type) (type: string): specify the foreign disk serial number. New size of the LUN will be of exact capacity as that of the Foreign Disk. For Foriegn Disk LUN Import, the LUN and Foreign Disk must be of the exact same capacity. Either size or foreign-disk must be provided for Data ONTAP Cluster-Mode. E.g.  "6000B5D0006A0000006A020E00040000". 
  • OS Type (text box editor type) (type: string): specify the oS type of the LUN being created. E.g. "vmware" if you are using ESX Server and your LUNs will be configured with VMFS.
  • Path (text box editor type) (type: string): specify the path for LUN to be created. 
  • Prefix Size (text box editor type) (type: Int32): specify the size of the prefix stream for this lun in bytes. Certain OS types store a small portion of the data corresponding to partition tables in the prefix systems. The default size is based on the OS type. Giving a value here overrides the default, but it is strongly recommended to avoid changing the default size. The value in this field must be multiple of 512 bytes. Note that this value has no effect when the lun OS Type is image.  
  • Qos Policy Group (text box editor type) (type: string): specify the name of the Qos Policy Group. If left empty, the system will not monitor and control the traffic to it.  
  • Size (text box editor type) (type: Int32): specify the new size for the LUN in bytes. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Actual Size (type: Nullable<decimal>): outputs the actual size of the new created LUN. 
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Status (type: string): outputs the status of the operation.

     

Execution:


Destroy 

This activity destroys the specified LUN. This operation will fail if the LUN is currently mapped and is online. The force option can be used to destroy it regardless of being online or mapped.   

Activity Parameters

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"

The Read Only Output variable are the possible output values that the activity will provide:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:


Get Max Size 

This activity returnes the maximum size of the specified LUN.   

Activity Parameters

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

Parameters:

  • Path (text box editor type) (type: string): specify the path of the volume or qtree. E.g. "/vol/dvol1/lun1"
  • Snapshot (text box editor type) (type: string): specify the name of the snapshot.  
  • OS Type (text box editor type) (type: string): specify the OS type. E.g. "vmware"

The Read Only Output variable are the possible output values that the activity will provide:

  • Status (type: string): outputs the status of the operation.
  • Error Number (type: Int32): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • WithCompleteSnapshot (type: string): outputs maximum possible size for LUN with snapshot reserve assuming 100% fractional reserve.
  • WithoutSnapshotReserve (type: string): outputs maximum possible size for LUN without snapshot reserve. 
  • WithSnapshotReserve (type: string): outputs maximum possible size for LUN with snapshot reserve. 
     

Execution:




  • No labels