Modifying a storage pool
You can modify an IBMTSSVC_ConcreteStoragePool instance by changing the pool name.
About this task
To modify an IBMTSSVC_ConcreteStoragePool instance, follow these steps:
Procedure
- Select the IBMTSSVC_ConcreteStoragePool instance that you want to modify from an IBMTSSVC_Cluster.
- Identify the IBMTSSVC_StoragePoolSetting instance that contains the parameter settings of the IBMTSSVC_ConcreteStoragePool Setting instance. You can do this by calling the IBMTSSVC_StorageCapabilities.CreateSetting() method or by enumerating the IBMTSSVC_StoragePoolSetting that is associated through IBMTSSVC_StorageSettingsGeneratedFromCapabilities to the IBMTSSVC_StorageCapabilities that is associated to the IBMTSSVC_ConcreteStoragePool that is being modified.
- Modify the name of the selected IBMTSSVC_ConcreteStoragePool by calling IBMTSSVC_StorageConfigurationService.CreateOrModifyPool with a new element name.