Server Management - Remote Server Management
1825551 Members
2476 Online
109681 Solutions
New Discussion

redfish storagecontroller deletevolume is not working

 
lv22
Regular Visitor

redfish storagecontroller deletevolume is not working

Hello

I try to delete all volume with redfish like :

"url": "https://@IPILO/redfish/v1/Systems/1/Storage/DE00B000/Actions/Storage.ResetToDefaults"

with

"body": {
"ResetType": "ResetAll"
},

 

I get : 

"MessageId": "Base.1.18.Success"

 

But all volumes are still there ; none deleted

Ilo 6 1.56 Jan 27 2024

FirmwareVersion: 1.512

HPE SR932i-p Gen11

6 REPLIES 6
yesheswini_s
HPE Pro

Re: redfish storagecontroller deletevolume is not working

Hi @lv22 ,

Please check whether you have used the 'DELETE' method as specified in this guide.



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
lv22
Regular Visitor

Re: redfish storagecontroller deletevolume is not working

Hi ,

With :

"url": https://@IP_ILO/redfish/v1/Systems/1/Storage/DE00B000/Volumes/101
And
"method": "DELETE"

I get : Status code was 405 and not [200, 201]: HTTP Error 405: Method Not Allowed
thutchings
HPE Pro

Re: redfish storagecontroller deletevolume is not working

Hello,

I tested this out in the lab and this worked for me. I issued POST to "https://<iLO IP>/redfish/v1/Systems/1/Storage/DE00C000/Actions/Storage.ResetToDefaults" with the following body:

{
"ResetType": "ResetAll"
}

I previously had a raid 10 configured on an SR416ie-m Gen11 on a SY480 Gen11 running iLO 6 FW 1.56. After issuing this, I went into the array config utility and I see that the four drives that were configured in the raid 10 were then showing as unconfigured drives.

Can you confirm what firmware version is running on your SR932i-p Gen11? I can't find the version you mentioned. The version in use on the SR416ie-m Gen11 in my lab environment is 03.01.23.072 and is not quite a year old.


Regards



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
lv22
Regular Visitor

Re: redfish storagecontroller deletevolume is not working

Hello,

I’ve got :

  • FirmwareVersion: 03.01.23.072

Best Regards

BPSingh
HPE Pro

Re: redfish storagecontroller deletevolume is not working


Please update firmaware to 03.01.26.036 and check if you see any difference. 

https://support.hpe.com/connect/s/softwaredetails?language=en_US&collectionId=MTX-29921b6ba8e14e7c&softwareId=MTX_2cf07d395a4a41049425af68c8&tab=releaseNotes



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
support_s
System Recommended

Query: redfish storagecontroller deletevolume is not working

Hello,

 

Let us know if you were able to resolve the issue.

 

If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo