Sponsored Content
Operating Systems Solaris How do i update firmware on X4500?? Post 302256761 by bharu_sri on Monday 10th of November 2008 01:34:37 PM
Old 11-10-2008
How do i update firmware on X4500??

I have solaris X4500 with ILOM version 1.1.1. I want to update the firmware. I know that we need to use

load -source tftp://tftpserver/image file

But I do not understand what is the IP address of the tftp server that we need to type in there.

Kindly, help me with this.

Thank you
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to do firmware update

Hi, am a new comer to the AIX side. i had 3 specific questions. 1) what is firmware 2) how to locate the firmware running on a unix server 3) how to do firmware update(is it something i download from IBM site) thanks everybody for taking the time and plz reply. karthik (5 Replies)
Discussion started by: karthikosu
5 Replies

2. Solaris

Error while upgrading firmware on X4500.

I get an error message when I try to upgrade the firmware. The error message is displayed below. Image has no uboot. DO NOT RESET OR YOU WILL BRICK THE ILOM. Please retry with the correct image I do not understand anything about this message. May I know what does it mean ? How can I get rid... (6 Replies)
Discussion started by: bharu_sri
6 Replies

3. Solaris

Error updating Firmware in X4500

I have X4500 machine with solaris 10 OS and software version 5.10. The firmware version is 1.1.1 and I am planning to upgrade the firmware. C H A P T E R 1 - Flash Upgrading Your Server to Software Release 1.2 I referred to the above link to do so. But, I do not understand what is the... (6 Replies)
Discussion started by: bharu_sri
6 Replies

4. Solaris

Problem with Upgrading firmware on X4500

I have X4500 running solaris 10 with 5.10 version. The ILOM version is 1.1.1 and I want to upgrade the firmware. I setup the TFTP server on my machine using the following link. A P P E N D I X C - Updating the Firmware I could install the tftp server and could transfer a file as well. When I... (1 Reply)
Discussion started by: bharu_sri
1 Replies

5. Solaris

firmware update on t5120

Hi, I am using 3 t5120 sparc systems, OS solaris 10. I am confused by update manager behaviour and sun support. Sun support guy, tells me install patch : 136932-09 (#136932-09: Hardware/PROM: SPARC Enterprise T5120 & T5220 Sun System Firmware with LDOMS support) When I checked... (4 Replies)
Discussion started by: upengan78
4 Replies

6. AIX

Update firmware HBA

Hello I have a question I have several partitions P550 Aix 5.3 and I need to update the HBA firmware, in some partitions I have two HBA and in others I have one HBA only. My question is if I have to reboot my partitions after update the firmware level. and If I can do it online or I have... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

7. Solaris

Update MX000 XCP firmware

how can we download the firmware form the host to the XSCF , My host is not configured with either FTP,HTTPS or proxy server. Someone told me we can do it with getflashimage but i did not find any info getflashimage man page to do it. Any help will be appreciated. (3 Replies)
Discussion started by: fugitive
3 Replies

8. AIX

System P firmware update

I am interested whether should AIX Admin make upgrade of firmware on power systems or IBM support should do it thanks in advance :-) (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

9. Solaris

How to Update BIOS and ILOM Firmware

Hi, Can you pls. provide me detailed procedure on how to update system BIOS and ILOM Firmware for x4100 M2 servers. Thanks. :) (1 Reply)
Discussion started by: chozie
1 Replies

10. Hardware

2540 firmware update

Hi Guys and Gals, does anyone know how to update the firmware on the drives in a storagetek 2540? Thanks in advance Rgrds Martin (0 Replies)
Discussion started by: callmebob
0 Replies
fwupgrade(8)						      System Manager's Manual						      fwupgrade(8)

NAME
fwupgrade - Updates the system firmware from a loadable firmware image (*.exe or *.sys) SYNOPSIS
/sbin/fwupgrade [-a] [-e] [-ignore] [-q] [-r] [-s] [-v] [-t CD-ROM_path] [-i path] /sbin/fwupgrade [-v] -f firmware_filename OPTIONS
Forces a firmware update without comparing the current firmware with the source firmware. Updates only if the current firmware is not equivalent to the source firmware. Specifies the path of the (*.exe or *.sys) firmware image. This is only used when you use a firmware image that is not on the distribution CD-ROM. For example, an image obtained from a web site download. You must ensure that the firmware image is the correct one for the target system, and verify that the image has the necessary support. This is indicated by bit1 and bit2 in the Flags column of the smmtable.txt file. Specifies the mount point of the target disk during an installation. This switch is to be used exclusively by the Tru64 UNIX install program. This switch suppresses error messages that are displayed if no firmware files are found on the distribution media, and causes the fwupgrade program to exit successfully. Does not upgrade the firmware, but displays information about the success of the desired operation. This enables you to to query fwupgrade to verify planned actions, such as ensuring whether the firmware really needs to be upgraded, or finding out if the target system supports a soft-reset. Resets the machine by software and reboots after the upgrade. The utility will exit with an error status if the system hardware does not support this feature. Sets silent mode, in which the firmware is upgraded without prompting you. If there is an error, the program also exits silently without prompting you. When this switch is used, you are not prompted for confirmation for the upgrade to proceed. Specifies the path of the mounted Firmware CD. If the -s option is not specified, you will be prompted to enter this path. Sets verbose mode, in which additional information is dis- played. DESCRIPTION
The fwupgrade command provides a means of updating the system firmware when a (*.exe or *.sys) loadable firmware update image is available. A firmware upgrade will shut down the system and require a full hardware reset. If the source firmware image does not support the loadable firmware update functionality, fwupgrade will exit with error status. The system must provide a SAVE_ENV callback that complies with the Alpha SRM. You can tell if the SAVE_ENV callback exists by executing the command: # consvar -a The SAVE_ENV is supported on the target system if the following message is displayed: Console environment variables saved If the SAVE_ENV is not supported on the target system, the following message is displayed: Failed to save environment variables Your programs can either check the return status of consvar -a or the return status of: setsysinfo(SSI_PROM_SAVE_ENV,...). See the setsysinfo(2) reference page for more information. EXIT STATUS
If you confirm that the firmware is to be upgraded, and no errors occur setting up the upgrade process, then fwupgrade will reboot the sys- tem rather than exit. An exception is that there is no reboot performed when the -i option is used. Instead, a status of 0 is returned. If you query whether the process would be successful, or if an upgrade request fails, the exit values are: Success. Firmware is adequate and supported. Failure. Firmware is not supported. Firmware needs to updated (when queried). EXAMPLES
To find out all information about your current firmware, platform, and the source firmware: # /sbin/fwupgrade -v -q Current Firmware: 4.10-0 Platform: 17-2-1091 Unable to open smmtable.txt at '/'. What is the mount point for the firmware CD? /mnt Firmware CD Version: 4.0 Distribution Firmware: 4.10-0 LFU File: /dev/rz2a at alpha1000/as1000_e4_v4_8.exe LFU Support: Y Soft Reset: Y System Firmware does not need to be upgraded To upgrade the firmware: # ./fwupgrade -t /mnt Current Firmware: 4.7-0 Are you sure that you wish to update the system firmware from 4.7-0 to 4.10-0?(yes/no)yes fwupgrade:Rebooting to update the system firmware... Terminated # syncing disks... done rebooting.... (transferring to monitor) FILES
The loadable firmware update images provided by Compaq. Typically, these are distributed on a firmware CD-ROM. If you obtain firmware images from a source other than the firmware CD-ROM (such as a www server) you should verify that they are the correct images for the tar- get system. A file provided with the firmware CD-ROM, used to determine the presence of the firmware CD-ROM and information about source firmware. SEE ALSO
Commands: consvar(8) Functions: setsysinfo(2) fwupgrade(8)
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy