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