EMC RAID GROUP delete volume error

35 views
Skip to first unread message

Yuyang Wang

unread,
May 16, 2015, 8:20:41 AM5/16/15
to smi-s-devel...@googlegroups.com
hi all:

while i delete the lun in raid group ,get this error:

Supplied storage volume does not have an associated storage pool.

who konw how to  fix it ?
thanks!

(localhost:5988) ? im
ObjectPath: Symm_StorageConfigurationService.CreationClassName="Symm_StorageConfigurationService",Name="EMCStorageConfigurationService",SystemCreationClassName="Symm_StorageSystem",SystemName="CLARiiON+FCN00133500104"
Method Name[?]: EMCReturnToStoragePool
Input parameter name ('-' to quit) [?]: TheElements
Parameter TheElements is an array parameter.
 Types supported: uint16, uint32, uint64, string, reference, instance, datetime
Type[?]: reference
Value []: Symm_StorageVolume.CreationClassName="Symm_StorageVolume",DeviceID="00002",SystemCreationClassName="Symm_StorageSystem",SystemName="CLARiiON+FCN00133500104"
Value []:
Input parameter name ('-' to quit) [?]: -
++++ Testing invokeMethod: Symm_StorageConfigurationService.CreationClassName="Symm_StorageConfigurationService",Name="EMCStorageConfigurationService",SystemCreationClassName="Symm_StorageSystem",SystemName="CLARiiON+FCN00133500104" ++++
Error: One or more parameter values passed to the method are not valid. (com.emc.cmp.osls.se.array.func.EMC_StorageConfigurationService.EMCReturnToStoragePool():3648 C:ERROR_CLASS_SOFTWARE F:ERROR_FAMILY_INVALID_PARAMETER Supplied storage volume does
 not have an associated storage pool)
In 0.061004 Seconds

Peter Lamanna

unread,
May 16, 2015, 9:46:07 PM5/16/15
to smi-s-devel...@googlegroups.com

Hi Yuyang,

 

The storage volume must be bound to a storage pool first.  Do a GetInstance, gi, on the storage volume and look at the EMCIsBound property.  It should be False.  Next call the EMCBindElement method on the same Symm_StorageConfigurationService instance.  Again, do a a gi.  The EMCIsBound property should now be True.  Repeat your call to EMCReturnToStoragePool.  If you do another gi call on the StorageVolume it should fail because the volume has now been deleted.

 

I hope this helps.

 

Regards,

Peter

--
You received this message because you are subscribed to the Google Groups "SMI-S Developers Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smi-s-developers-...@googlegroups.com.
To post to this group, send email to smi-s-devel...@googlegroups.com.
Visit this group at http://groups.google.com/group/smi-s-developers-group.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages