Storage Management module virtual storage system workflows
The Virtual Storage System folder contains workflows that manage virtual storage systems. This section describes the following Storage Management virtual storage system workflows, their inputs, and their outputs:
Create Virtual Storage System workflow
This workflow creates a virtual storage system. This workflow supports dynamic targeting. See About dynamic target support in OA Storage Management for details about dynamic targeting.
Create Virtual Storage System workflow inputs
Sample Create Virtual Storage System workflow storage input XML
<name>testfiler</name>
<resource-name-or-id>172.1.1.1</resource-name-or-id>
<ip-address>172.1.1.2</ip-address>
<allowed-protocols>
<protocol>nfs</protocol>
<protocol>iscsi</protocol>
<protocol>cifs</protocol>
</allowed-protocols>
<ipspace>default-ipspace</ipspace>
</storage>
Delete Virtual Storage System workflow
This workflow deletes a virtual storage system. This workflow supports dynamic targeting. See About dynamic target support in OA Storage Management for details about dynamic targeting.
Setup Virtual Storage System workflow
This workflow sets up a virtual storage system. This workflow supports dynamic targeting. See About dynamic target support in OA Storage Management for details about dynamic targeting.
Setup Virtual Storage System workflow inputs
Sample Setup Virtual Storage System workflow storage input XML
<vfiler-name-or-id>testfiler</vfiler-name-or-id>
<allowed-protocols>
<protocol>nfs</protocol>
<protocol>iscsi</protocol>
<protocol>cifs</protocol>
</allowed-protocols>
<cifs-domain-password>root@123</cifs-domain-password>
<cifs-domain-user>root</cifs-domain-user>
<cifs-workgroup-name>WORKGROUP</cifs-workgroup-name>
<ip-bindings>
<ip-binding-info>
<interface></interface>
<ip-address></ip-address>
<mtu-size></mtu-size>
<netmask></netmask>
<partner-interface></partner-interface>
<prefix-length></prefix-length>
<vlan-identifier></vlan-identifier>
</ip-binding-info>
</ip-bindings>
<root-password>root@123</root-password>
<run-cifs-setup>true</run-cifs-setup>
<script-path></script-path>
<vfiler-template-name-or-id>test</vfiler-template-name-or-id>
</storage>