Start a Conversation

Unsolved

This post is more than 5 years old

C

105716

January 13th, 2014 11:00

Racadm command to view LC jobqueue on iDRAC6?

On iDRAC7 I can run:

racadm jobqueue view

and that will show me the lifecycle controller jobs.

On iDRAC6 that command is not valid so is there a way to see the queue with a racadm command on iDRAC6? There is noting discussing job or queue or jobqueue in the racaadm command pdf for 6.

4 Operator

 • 

3K Posts

January 13th, 2014 22:00

Cameron,

                 iDRAC6 does not have any racadm commands for viewing job queue. You can use below WSMAN command to get job status

 

winrm e cimv2/root/dcim/DCIM_LifecycleJob -u:root -p:calvin -r:https://< iDRAC IP >/wsman -skipCNCheck -SkipCACheck -encoding:utf-8 -a:basic

615 Posts

January 14th, 2014 02:00

Thank you for the command. Wish I didn't need to access a windows machine to do that.

January 14th, 2014 05:00

All winRM commands have a wsman linux version. See section 10.2.3:

http://en.community.dell.com/techcenter/extras/m/white_papers/20066181.aspx

high level

http://www.delltechcenter.com/LC

steve

615 Posts

January 14th, 2014 09:00

Excellent!

Thanks Steve looks like I have some work to do. Will I need to get openwsman compiled on my server for those scripts to run?

615 Posts

January 14th, 2014 10:00

Very helpful. Thank you!

No Events found!

Top