Storage Management module LUN workflows
The LUN folder contains the following workflows, which you can use to interface with a target storage system. This section describes the workflows, their inputs, and their outputs
Create LUN workflow
This workflow creates a Logical Unit Number (LUN) for the storage system.
Create LUN workflow inputs
Create LUN workflow outputs
Output | Description |
---|---|
success status | Indicates whether the workflow finished successfully |
status message | Provides a workflow-specific explanation for the value of success status |
output | Contains a string or XML value when the workflow finishes successfully |
Delete LUN workflow
This workflow removes a LUN.
Delete LUN workflow inputs
Back to top
Sample Delete LUN workflow NetApp SAN storage input XML
<storage-container-name-or-id>TestDataset_1</storage-container-name-or-id>
<force>true</force>
<dataset-member-parameters>
<dataset-member-parameter>
<dp-node-name>root</dp-node-name>
<object-name-or-id>aus-netapp-01:/vol1</object-name-or-id>
</dataset-member-parameter>
</dataset-member-parameters>
</storage>
Sample Delete LUN workflow EMC storage input XML
<storage-system-name>CKM00102400340</storage-system-name>
<lun-name>0030 </lun-name>
</storage>
Delete LUN workflow outputs
Output | Description |
---|---|
success status | Indicates whether the workflow finished successfully |
status message | Provides a workflow-specific explanation for the value of success status |
output | Contains a string or XML value when the workflow finishes successfully |
Resize LUN workflow
This workflow changes the size of a LUN.
Resize LUN workflow inputs
Sample Resize LUN workflow NetApp storage input XML
<target-host>devsim1</target-host>
<force>true</force>
<path>/vol/san_dataset_2/lun1/lun1</path>
<size>40000000</size>
<storage-unit>GB</storage-unit>
</storage>
Sample Resize LUN workflow EMC storage input XML
<storage-system-name> </storage-system-name>
<lun-name>LUN 30 </lun-name>
<size> 20 </size>
<storage-unit>MB</storgae-unit>
<composite-type>2</composite-type>
</storage>
Resize LUN workflow outputs
Output | Description |
---|---|
success status | Indicates whether the workflow finished successfully |
status message | Provides a workflow-specific explanation for the value of success status |
output | Contains a string or XML value when the workflow finishes successfully |