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 2 Next »

Activities

  • Lun Clone List Info 
  • Lun Clone Split
  • Lun Copy Cancel
  • Lun Copy Info
  • Lun Create By Size
  • Lun Destroy
  • Lun Get Max Size



Lun Clone List Info

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

Activity Parameters

The Lun 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:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
  • Clone List (type: collection<string>): outputs a collection of LUN clones with their properties. 

 

 

In order to extract the values from the output collection Clone List (in our case the output is a Collection(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: 

 

Lun Clone Split 

This activity clones a LUN Cluster. 

Activity Parameters

The Lun 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:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:

 

Lun Copy Cancel 

This activity canceles the coping process of LUN. 

Activity Parameters

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

Parameters:

  • JobUuid (text box editor type) (type: string): specifies the universally unique ID (UUID) of the job that started this copy operation.  
  • LunIndex (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:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:


Lun Copy Info 

This activity copies LUN Info. 

Activity Parameters

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

Parameters:

  • DestinationPath (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:

  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:


Lun Create By Size 

This activity creates a LUN by specific parameters.  

Activity Parameters

The Lun 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. 
  • APIStatus (type: string): outputs the API Status.
  • Error Number (type: string): outputs the error number.
  • Failure Reason (type: string): outputs the failure reason.
     

Execution:



  • No labels