I'm having a similar issue with a PERC H710P Adapter (PCI Slot 6) and it appears that it does not support realtime configurations.
C:\ >racadm jobqueue create RAID.Slot.6-1 -s TIME_NOW --realtime ERROR: STOR081 : The job could not be created because the reboot type selected for the job creation and the reboot type required for pending operations do not match. Change the reboot type for job creation and retry the operation.
C:\ >racadm storage get controllers:RAID.Slot.6-1 RAID.Slot.6-1 Status = Ok Name = PERC H710P Adapter (PCI Slot 6) FirmwareVersion = 21.3.5-0002 DriverVersion = 6.805.03.00 RealtimeConfigurationCapability = Incapable <==I think this is the issue
I would not suggest running racadm with the "-r pwrcycle -s TIME_NOW -e TIME_NA" options because in my case, it immediately rebooted my production server (unless that is what you are intending to do).
DELL-Shine K
4 Operator
•
3K Posts
1
September 4th, 2018 23:00
There is no need to reboot the server to import foreign disks using racadm. This can be done in 2 steps
Run below command to initiate clear foreign config
racadm raid importconfig:RAID.Slot.6-1
Run below command to apply the setting real time (Without reboot)
racadm jobqueue create RAID.Slot.6-1 -s TIME_NOW --realtime
This command will return job id and you can track that job to track the status of import
Note : Ensure you have latest iDRAC FW installed on the server
hQWeedEater
2 Posts
0
September 5th, 2018 12:00
Thank you very much for your help.
The --realtime operator did not work for me - I assume because of my FW version but this is helpful moving forward.
TrademarkQ
5 Posts
0
December 20th, 2022 07:00
I'm having a similar issue with a PERC H710P Adapter (PCI Slot 6) and it appears that it does not support realtime configurations.
C:\ >racadm jobqueue create RAID.Slot.6-1 -s TIME_NOW --realtime
ERROR: STOR081 : The job could not be created because the reboot type selected for the job creation and the reboot type required for pending operations do not match.
Change the reboot type for job creation and retry the operation.
C:\ >racadm storage get controllers:RAID.Slot.6-1
RAID.Slot.6-1
Status = Ok
Name = PERC H710P Adapter (PCI Slot 6)
FirmwareVersion = 21.3.5-0002
DriverVersion = 6.805.03.00
RealtimeConfigurationCapability = Incapable <==I think this is the issue
I would not suggest running racadm with the "-r pwrcycle -s TIME_NOW -e TIME_NA" options because in my case, it immediately rebooted my production server (unless that is what you are intending to do).