Storage Management module storage service workflows
You can use the workflows contained in the Storage Service folder to manage storage services. This section describes the following Storage Management module storage service workflows, their inputs, and their outputs
Attach Storage Service to Dataset workflow
This workflow attaches a storage service to a dataset.
Attach Storage Service to Dataset workflow inputs
Sample Attach Storage Service to Dataset workflow storage XML
<storage-container-name-or-id>test1</storage-container-name-or-id>
<storage-service-name-or-id>nas sla</storage-service-name-or-id>
<assume-confirmation>true</assume-confirmation>
<storage-service-node-list>
<storage-service-node-attributes>
<dp-node-name>Backup</dp-node-name>
<old-dp-node-name>Primary data</old-dp-node-name>
</storage-service-node-attributes>
<storage-service-node-attributes>
<dp-node-name>Backup</dp-node-name>
<old-dp-node-name>Primary data</old-dp-node-name>
</storage-service-node-attributes>
</storage-service-node-list>
</storage>
Detach Storage Service from Dataset workflow
This workflow detaches a storage service from a dataset.
Detach Storage Service from Dataset workflow inputs
Input parameter | Description | Required |
---|---|---|
configuration name | Specifies a configuration group defined in the module configuration | Yes |
storage | Detaches a storage service from a dataset <storage> <dataset-name-or-id>test1</dataset-name-or-id> <assume-confirmation>true</assume-confirmation> </storage> | Yes |
assume-confirmation | Determines whether confirmation is given for all resolvable conformance actions that require user confirmation | No |
dataset-name-or-id | Specifies the name or identifier of the dataset object | Yes |
username | Specifies the NetApp DataFabric Manager logon user name | Conditional; required if dynamic targeting is used |
password | Specifies the NetApp DataFabric Manager logon password | Conditional; required if dynamic targeting is used |
encryption type | Determines whether the logon password is encrypted | Conditional |
protocol | Specifies the communication protocol used by the adapter | No |
port | Specifies the port on which NetApp DataFabric Manager is enabled | No |
target | When you use dynamic targeting: Specifies the host name or IP address of the NetApp DataFabric Manager <configs> <config name="02"> <target>172.19.224.103</target> <user-name>root</user-name> <password>bmcbmc</password> <protocol>http</protocol> <port>8088</port> </config> </configs> | Conditional |