Start a Conversation

Solved!

Go to Solution

3093

September 19th, 2018 04:00

Can not configure iDRAC via wsman

Hi

I try to change a password for root user via openwsman util but it always returns error RAC011 "Job already exists Cannot process more Sets".

The request:

wsman invoke -a ApplyAttributes http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardService?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_iDRACCardService,SystemName=DCIM:ComputerSystem,Name=DCIM:iDRACCardService -h 192.168.0.120 -P 443 -u root -p calvin -c Dummy -N root/dcim -vV -o -j utf-8 -y basic -J attributes.xml 2>&1

attributes.xml:

 
  
  
   iDRAC.Embedded.1
   
  
  
   Users.2#Password
  
  
  
   new_password
  

 

The iDRAC response:

 


http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardService/ApplyAttributesResponse
uuid:78468f23-762a-162a-8002-a705d05b30bc
uuid:cb4add81-7628-1628-800f-68791d359f54



Job already exists Cannot process more Sets
RAC011
2


 

I several times deleted all jobs with racadm:

racadm jobqueue delete -i JID_CLEARALL_FORCE

and reset iDRAC after that.

It does not help. 

I performed reset the iDRAC to factory settings and it does not help too.

 

But in the same time when I use racadm util or web interface I can change any settings successfully.

iDRAC firmware version is  2.60.60.60, server model is R220.

 

Could you help me to find reason why I can not configure drac with wsman?

14 Posts

March 28th, 2019 07:00

Finally I found the solution.

 

After command:

racadm systemerase idrac

 any configuration requests via wsman perform successfully.

Moderator

 • 

6.2K Posts

September 19th, 2018 11:00

Hello

When you are using jobs to make changes you need to tell the iDRAC/LCC to run the job. Skimming through your post, it looks like you are creating the job without running it. The iDRAC support page should have documentation that will assist with how to use jobs to perform tasks.

http://www.dell.com/idracmanuals/

Thanks

14 Posts

September 19th, 2018 12:00

Thanks for response.

Usually this kind of job does not require running job to apply changes.

Anyway I tried to create a job but I got an error RAC035: No pending configurations.

Request: 

wsman invoke -a CreateTargetedConfigJob -k Target=iDRAC.Embedded.1 -k ScheduledStartTime=TIME_NOW -k UntilTime=TIME_NA http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardService?CreationClassName=DCIM_iDRACCardService,SystemName=DCIM:ComputerSystem,Name=DCIM:iDRACCardService,SystemCreationClassName=DCIM_ComputerSystem -h 192.168.0.120 -P 443 -u root -p calvin -c Dummy -N root/dcim -vV -o -j utf-8 -y basic 2>&1

Response

  
  
    
   http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
   
    
   http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardService/CreateTargetedConfigJobResponse
   
    
   uuid:a3aaac80-763e-163e-8002-ff81173e16fa
   
    
   uuid:7ef46cbd-7644-1644-a7be-504620359f54
   
  
  
  
  
    
   
      
    No pending configurations.
    
      
    RAC035
    
      
    2
    
    
   
  
  

 

If I try to repeat the configuration request I'll have the same error: "Job already exists Cannot process more Sets"

No Events found!

Top