Unsolved

1 Rookie

 • 

4 Posts

1300

April 17th, 2021 13:00

problems using racadm storage init

I created a virtual disk but then have problems initialising it. What am I doing wrong?

racadm>>storage createvd:RAID.Integrated.1-1 -rl r10 -rp ra -wp wb -dcp default -name fst -pdkey:Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1,Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1,Disk.Bay.2:Enclosure.Internal.0-1:RAID.Integrated.1-1,Disk.Bay.3:Enclosure.Internal.0-1:RAID.Integrated.1-1
STOR094 : The storage configuration operation is successfully completed
and the change is in pending state.
To apply the configuration operation immediately, create a configuration job
using the --realtime option.
To apply the configuration after restarting
the server, create a configuration job using the -r option.
To create the necessary real-time and restart jobs, run the jobqueue command.
For more information about jobqueue command, run the
'racadm help jobqueue' command.

racadm>>storage init:Disk.Virtual.0:RAID.Integrated.1-1 -speed full
ERROR: STOR099 : Unable to find the FQDD Disk.Virtual.0:RAID.Integrated.1-1
because an invalid FQDD is entered or an operation is pending on the specified FQDD.
Do the following and then retry the operation:
1) Make sure the FQDD entered is valid.
2) Make sure an operation is not pending on the FQDD identified in the message.
For more information refer to the RACADM Command Line Reference Guide.

 

Using the idrac gui to perorm the init works finr, however I have a hundred servers to install. I wish to use racadm not the idrac gui.

How do I get the init command to work?

4 Operator

 • 

3K Posts

April 17th, 2021 20:00

In racadm, we need to apply create VD operation before trying initialize the VD. You can run below racadm command to apply create VD operation. Once VD is created you can initialize the VD using second command you mentioned on your post.

 racadm jobqueue create RAID.Integrated.1-1 -s TIME_NOW --realtime

You can run below command to monitor the job progress

racadm jobqueue view -i

0 events found

No Events found!

Top