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

Back to top


Create LUN workflow outputs

Output

Description

success status

Indicates whether the workflow finished successfully
Valid values: success, failure

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


Back to top

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>
  		<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>
  	<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
Valid values: success, failure

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

Back to top

Resize LUN workflow

This workflow changes the size of a LUN.

Note

You can only increase the size of an EMC Clariion LUN using the same size increment specified during the LUN creation.



Resize LUN workflow inputs



Sample Resize LUN workflow NetApp storage input XML

<storage>
	  <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>
 <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
Valid values: success, failure

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

Back to top

Was this page helpful? Yes No Submitting... Thank you

Comments