Start a Conversation

Solved!

Go to Solution

311

October 10th, 2022 01:00

possible to cancel iDRAC configuration profile import?

Hi there,

I have initiated an iDRAC job on one of my servers....  Configure: Import Server Configuration Profile

Unfortunately it is 'Paused' at 20% completion as it requires a server reboot, which I cannot do at the moment.

Is it possible for me to cancel the job somehow?

Many thanks....

6 Posts

October 10th, 2022 23:00

Hi Chris,

The GUI would let me delete every job except the profile import.

However, the below worked via RACADM...

racadm jobqueue delete -i JID_CLEARALL_FORCE

RAC1032: JID_CLEARALL_FORCE job(s) was cancelled by the user.

The only notable thing was that following me running the command, I was kicked out of the iDRAC and had to login again.

Not sure if the iDRAC might have rebooted, but it seems ok now.

Moderator

 • 

8.8K Posts

October 10th, 2022 06:00

Mostavern,

 

If you do it via the gui you would need to access the iDrac and then on the Job Queue tab, select all jobs and then delete them. To do it via racadam command you would use 


racadm -r -u root -p jobqueue delete -i JID_CLEARALL_FORCE

 

Let me know if this helps.

No Events found!

Top