Start a Conversation

Unsolved

This post is more than 5 years old

72382

November 17th, 2015 07:00

iDRAC FWUpdate with racadm fails

HI all,

some specs first:

iDRAC8, Current Firmware: V2.10.10.10

RACADM ,V8.2, x64

I try to update the iDRAC Firmware with V2.21.21.21 and the racadm remote connection.

Syntax:

racadm.exe -r 1.2.3.4 -u MyUser -p MyPassword fwupdate -u -p -d FW_V2.21.21.21.exe

After some time I get the error message:

ERROR: Unable to transfer image file to RAC.

Most the time, next try with same syntax will give:

ERROR: Remote host is not reachable or connection is interrupted.

Also there is a firewall between the racadm.exe host and the iDRAC.

Only TCP/443 and TCP/5900 are allowed.

Is there any other port necessary?

Is there any user/admin rights missing?

Wich interfaces are required for this type of FW update? (Telnet, SSH, IPMI,....)

Any help/info is much appreciated!

Thanks!

4 Operator

 • 

3K Posts

November 17th, 2015 08:00

While using racadm fwupdate command you need to provide firmimg.d7 file.

You can download below file. Double click to extract the files to a folder

http://downloads.dell.com/FOLDER03412563M/1/iDRAC-2.21.21.21-A00.exe

After this you can run below command to update iDRAC

racadm.exe -r 1.2.3.4 -u MyUser -p MyPassword fwupdate -p -u -d firmimg.d7

23 Posts

November 18th, 2015 06:00

Thanks for reply!

But the error messages and problems are still the same.

Regards,

ubruns

4 Operator

 • 

3K Posts

November 18th, 2015 09:00

Can you login to iDRAC GUI and check whether you can update firmware from iDRAC GUI. You need to use same firmimg.d7 file here

23 Posts

November 19th, 2015 01:00

HI there!

Currently test it with the firmimg.d7 file as you mentioned.

Yes, I could upload the file using the webgui.

And same errors as stated in the first post if I use this file with racadm.

Any other ideas?

Thanks,

ubruns

2 Posts

August 30th, 2016 15:00

Issue occurs with racadm 8.0.1, 8.1, and 8.2 and have tested multiple iDRAC versions 2.21.21.21,2.30.30.30, and 2.40.40.40.

The error occurs whether running the command through several switches or with a management station plugged directly into the dedicate iDRAC management port.

Issue also occurs with both of the following commands:

_____________________________________________________________

C:\RACADM>racadm.exe -r 192.168.0.120 -i update -f firmimg.d7

        The Copying Operation has begun,

        This might take several minutes to complete, depending on the network.

        Do not interrupt the operation.

ERROR: Unable to transfer update file to the RAC.

ERROR:  The Copy Operation Failed.

        The network connection may have been interrupted.

        Ensure connectivity to iDRAC and try again.

_____________________________________________________________

C:\RACADM>racadm.exe -r 192.168.0.120 -i fwupdate -p -u -d c:\firmimg.d7

Transferring firmware image file to the RAC. Please wait...

then

ERROR: Unable to transfer image file to the RAC.

13 Posts

August 31st, 2016 03:00

Hi, 

 If the firmware update is failing through remote racadm, Please try to update the same using either local or firmware racadm. 

Steps:

1.Using telnet or ssh, login to idrac ip.

2. Enter the idrac credentials to get into iDRAC shell. 

3.enter the command "racadm" to enter racadm prompt. 

4. Give help command which lists out all the idrac supported commands. 

5. You'll see fwupdate and update commands in the racadm prompt.

6. Now to see the usage of these commands type, help fwupdate or help update. 

7. This will give the usage for the firmware update commands which is self explanatory.

You can also download racadm command line reference guide from support.dell.com for detailed info on this. 

  

 

23 Posts

August 31st, 2016 08:00

Hi SUSHMABHAT!

This is not what I (maybe also the others) want.

If I use your was, I cant upload the files from local storage.

I will need some http/ftp/CIFS share to download the files from there.

I don't have a share.
So that is not what I want.
Also this is hard to script. (need updates on hundreds of servers).

Before you ask: OME is currently not a choice.

Ulli

2 Posts

August 31st, 2016 09:00

Local works fine.  

22 Posts

March 14th, 2018 08:00

any resolution here? I'm having the same issue. 

22 Posts

March 14th, 2018 10:00

did you find out if other ports needed to be open for file transfer?

4 Operator

 • 

3K Posts

March 15th, 2018 20:00

Can you provide below details

  1. Server Model
  2. Current iDRAC FW version
  3. Exact racadm command used and output message
  4. Racadm version

22 Posts

March 16th, 2018 12:00

M620s and M630s

current: 2.41

racadm -r $idrac -u root -p $rootpw fwupdate -p -u -d firmimg.d7

 

Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

                                                                             

                                                                             
	The Copying Operation has begun,
	This might take several minutes to complete, depending on the network.
	Do not interrupt the operation.
ERROR: Unable to transfer update file to the RAC.
    + CategoryInfo          : NotSpecified: (ERROR: Unable t...ile to the RAC. 
   :String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    + PSComputerName        : pcname
 
ERROR: 	The Copy Operation Failed.
	The network connection may have been interrupted.
	Ensure connectivity to iDRAC and try again.

 

4 Operator

 • 

3K Posts

March 17th, 2018 03:00

Are you running racadm command from Windows or Linux machine. Let me know the racadm version used.

Can you try below command and share the result

racadm -r $idrac -u root -p $rootpw update -f firmimg.d7

22 Posts

March 18th, 2018 10:00

Windows racadm 7.3.0

 

Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

                                                                             

                                                                             
	The Copying Operation has begun,
	This might take several minutes to complete, depending on the network.
	Do not interrupt the operation.
ERROR: Unable to transfer update file to the RAC.
    + CategoryInfo          : NotSpecified: (ERROR: Unable t...ile to the RAC. 
   :String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    + PSComputerName        : servername
 
ERROR: 	The Copy Operation Failed.
	The network connection may have been interrupted.
	Ensure connectivity to iDRAC and try again.
   

 

4 Operator

 • 

3K Posts

March 18th, 2018 20:00

Looks like you are using old version of racadm. Can you try the same with racadm 9.1.0

You can download same from below link

http://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverId=N3GC9 

Note : I will recommend to uninstall current version of racadm and install 9.1.0

No Events found!

Top