Server Management - Remote Server Management
1754976 Members
3364 Online
108828 Solutions
New Discussion

ILOrest error when creating a raid

 
SOLVED
Go to solution
Sylwek60
Regular Visitor

ILOrest error when creating a raid

I'm working on a DL325 G11 with an ILO6 and I'm trying to create a RAID0 on 2 SSDs with ILOrest but I'm getting an error message :

 

iLORest > createvolume volume RAID0 1:2:2,1:2:1 --controller 22 --storageid DE041000 --url 10.10.1.5 -u USERID -p XXXXXXXX
Discovering data...Done
CreateVolume path and payload: /redfish/v1/Systems/1/Storage/DE041000/Volumes, {'Links': {'Drives': [{'@odata.id': '/redfish/v1/Systems/1/Storage/DE041000/Drives/0'}, {'@odata.id': '/redfish/v1/Systems/1/Storage/DE041000/Drives/1'}]}, 'RAIDType': 'RAID0'}
No error message returned or unable to parse error response.
An invalid response body was returned: Expecting value: line 1 column 1 (char 0)ERROR : iLO threw iLOResponseError

 

Can anyone help me?

 
4 REPLIES 4
Sebasbin
HPE Pro
Solution

Re: ILOrest error when creating a raid

Hi,

I would suggest to use latest ilo and smartarray controller firmware and ilorest tool 4.6.0.

 

Below the example command/output

 

iLORest > login xx.xxx.xxx.xx -u xxxxxxxx -p xxxxxxx
Discovering data...Done
iLORest > createvolume volume RAID1 2:1:3,2:1:4 --controller=0 --storageid=DE00B000
CreateVolume path and payload: /redfish/v1/Systems/1/Storage/DE00B000/Volumes, {'Links': {'Drives': [{'@odata.id': '/redfish/v1/Systems/1/Storage/DE00B000/Drives/3'}, {'@odata.id': '/redfish/v1/Systems/1/Storage/DE00B000/Drives/4'}]}, 'RAIDType': 'RAID1'}
The operation completed successfully.
Volume created successfully
iLORest > createvolume volume RAID1 2:1:1,2:1:2 --DisplayName hpe --controller=0 --storageid=DE00B000
CreateVolume path and payload: /redfish/v1/Systems/1/Storage/DE00B000/Volumes, {'Links': {'Drives': [{'@odata.id': '/redfish/v1/Systems/1/Storage/DE00B000/Drives/2'}, {'@odata.id': '/redfish/v1/Systems/1/Storage/DE00B000/Drives/5'}]}, 'RAIDType': 'RAID1', 'DisplayName': 'hpe'}
The operation completed successfully.
Volume created successfully
iLORest > storagecontroller --controller=0 --storageid=DE00B000 --logicaldrives
--------------------------------------------------
Volumes on Controller 0 and Storage DE00B000
--------------------------------------------------
        [238]: Name hpe RAIDType RAID1 VUID 600062B212FCF0402CD4DF7488F8836D Capacity 899627876352 Bytes - Health OK
        [239]: Name MR Volume 239 RAIDType RAID1 VUID 600062B212FCF0402CD4DEF5CBABADC9 Capacity 899627876352 Bytes - Health OK
iLORest >


Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo

Sylwek60
Regular Visitor

Re: ILOrest error when creating a raid

Thank you Sebasbin for your reply
yes, after updating the server (Ilo 1.52 -> 1.55°, the command goes through without a hitch

 

Sunitha_Mod
Moderator

Re: ILOrest error when creating a raid

Hello @Sylwek60,

That's awesome! 

We are extremely glad to know the problem has been resolved. 

Thanks,
Sunitha G
I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
dwhickok
HPE Pro

Re: ILOrest error when creating a raid

Hmm, I'm running current firmware and it seems I'm doing everything correctly but something is askew:

iLORest > createvolume volume RAID1 4:3:7,4:3:8 --controller=0 --storageid=DE041000
ERROR : 'DataDrives'
iLORest >

 

iLORest > storagecontroller --storageid=DE041000 --controller=0
---------------------------------------------
Controller 0 Details on Storage Id DE041000
---------------------------------------------
Id: 0
StorageId: DE041000
Name: HPE SR932i-p Gen11
FirmwareVersion: 03.01.26.036
Manufacturer: HPE
Model: HPE SR932i-p Gen11
PartNumber: P47182-001
SerialNumber: **Confidential info erased**
SKU: P47623-001
Status: {'Health': 'OK', 'State': 'Enabled'}
SupportedDeviceProtocols: ['SAS', 'SATA', 'NVMe']
SupportedControllerProtocols: ['PCIe']

iLORest > storagecontroller --storageid=DE041000 --controller=0 --physicaldrives
--------------------------------------------------
Drives on Controller 0 and Storage DE041000
--------------------------------------------------
[4:3:7]: 7.68TB 64G NVMe SSD, Model VO007680KXPTQ, Location 4:3:7, Type SSD, Serial **Confidential info erased**- 7681501126656 Bytes
[4:3:8]: 7.68TB 64G NVMe SSD, Model VO007680KXPTQ, Location 4:3:8, Type SSD, Serial **Confidential info erased**- 7681501126656 Bytes

iLORest > storagecontroller --storageid=DE041000 --controller=0 --logicaldrives
--------------------------------------------------
Volumes on Controller 0 and Storage DE041000
--------------------------------------------------
[161]: Name SR Volume 161 RAIDType None VUID AC:E4:2E:00:35:26:5F:25 Capacity 7681501126656 Bytes - Health OK
[177]: Name SR Volume 177 RAIDType None VUID AC:E4:2E:00:35:2A:A6:4D Capacity 7681501126656 Bytes - Health OK
iLORest >

I work for HPE.