How to upgrade firmware for disks inside servers?


 
Thread Tools Search this Thread
Operating Systems Solaris How to upgrade firmware for disks inside servers?
# 1  
Old 12-01-2010
How to upgrade firmware for disks inside servers?

Hi All,

Recently I'm being request by customer to upgrade firmware for one of the disk but not from storage and is from server it self.

The patch no is 116370-15, when I found it, I only see instructions on how to download for storage disks but not for server disks.

All guru here please help me if there is any special way to upgrade the disk firmware for server.

I only done for servers/systems patch upgrade and servers flashprom upgrade.

Thanks....
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to upgrade firmware of a system that doesn't boot?

any ideas ??????? (2 Replies)
Discussion started by: livehho
2 Replies

2. AIX

Firmware upgrade

Hi. I just migrated a 5.3 box to 6.1 (standalone, no HMC). This is a System p5 520 Power 5 box The migration process went smooth but at the end when the server rebooted it never came up. So the bootup process never completes. It gets stuck at the screen with the big AIX logo saying it's loading... (6 Replies)
Discussion started by: livehho
6 Replies

3. HP-UX

Help with firmware upgrade on blade BL870c

Hi gurus, I was more on the Sun side and now am getting exposure to the HP-UX side of the world. I have to upgrade firmware on BL870c blade. Can some one point to a url or give procedure to follow as I couldn't find much on the web. Thanks Momin (1 Reply)
Discussion started by: momin
1 Replies

4. Solaris

Zone Servers Level Upgrade

Hi All, I am planning to do the Solaris level upgrade from "Solaris 10 1/06 s10s_u1wos_19a" to "Solaris 10 10/09 s10s_u8wos_08a" with 7 Non-global zones on it..... I have done Level upgrade for Solaris 10 boxes without Non-global zones..... Can any one let me know, whether it is possible... (8 Replies)
Discussion started by: indradev
8 Replies

5. Shell Programming and Scripting

getting number of disks inside a solaris zone

Friends, I am really stuck on this one. In solaris i can get the number of disks using this command --> pfexec format | egrep -v "Searching|AVAILABLE|Specify|^$|@" | wc -l But when applying this command inside a solaris zone ,the format command doesnt work. any ideas on how i can go about it (1 Reply)
Discussion started by: achak01
1 Replies

6. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

7. AIX

If the firmware upgrade code are same for 9117-570 and 9110-510?

When I try to download firmware for pseries (power5 cpu), I found it seems the firmware upgrade code are same for 9117-570 and 9110-510. If they are the same current firmware level and want to upgrade to same firmware. Am I right? Because it descript: This package provides new firmware for... (3 Replies)
Discussion started by: rainbow_bean
3 Replies

8. Solaris

V490 firmware upgrade

Hi, I going to upgrade the firmware for sunfire v490 server, current fw level is 4.15.6 and to be upgraded to 4.30. can anyone share the pre and post firmware upgrade activity procedure and backout plan Thanks rjs (2 Replies)
Discussion started by: rajasekg
2 Replies

9. AIX

How to find all device on p570 when need do device firmware upgrade?

I need upgrade firmware for the device of p570, when I go to IBM FIX download website, there are a lot of device of p570 listed. How can I know what device I have on my p570? (4 Replies)
Discussion started by: rainbow_bean
4 Replies

10. AIX

DS4300 firmware upgrade with AIX

Hi Guys, It's me again with this unending support of AIX43 ML 9. I finally able to test a migration from SSA to SAN, no problem. One problem, I bought some expansion of DS4300, two arrays. The IBM tech told me that before I can connect to the existing DS4300, I need to upgrade the firmware... (1 Reply)
Discussion started by: itik
1 Replies
Login or Register to Ask a Question
REDHAT-UPGRADE-TOOL(8)					  redhat-upgrade-tool User Manual				    REDHAT-UPGRADE-TOOL(8)

NAME
redhat-upgrade-tool - Red Hat Upgrade tool SYNOPSIS
redhat-upgrade-tool [OPTIONS] SOURCE DESCRIPTION
redhat-upgrade-tool is the Red Hat Upgrade tool. The redhat-upgrade-tool client runs on the system to be upgraded. It determines what packages are needed for upgrade and gathers them from the source(s) given. It also fetches and sets up the boot images needed to run the upgrade and sets up the system to perform the upgrade at next boot. The actual upgrade takes place when the system is rebooted, using the boot images set up by redhat-upgrade-tool. The upgrade initrd starts the existing system (mostly) as normal, lets it mount all the local filesystems, then starts the upgrade. When the upgrade finishes, it reboots the system into the newly-upgraded OS. OPTIONS
Optional arguments -h, --help Show a help message and exit. -v, --verbose Print more info. -d, --debug Print lots of debugging info. --debuglog DEBUGLOG Write debugging output to the given file. Defaults to /var/log/redhat-upgrade-tool.log. --reboot Automatically reboot to start the upgrade when ready. SOURCE These options tell redhat-upgrade-tool where to look for the packages and boot images needed to run the upgrade. At least one of these options is required. --device [DEV] Device or mountpoint of mounted install media. If DEV is omitted, redhat-upgrade-tool will scan all currently-mounted removable devices (USB disks, optical media, etc.) --iso ISO Installation image file. --network VERSION Online repos matching VERSION (a number or "rawhide") Multiple sources may be used, if desired. Additional options for --network --enablerepo REPOID Enable one or more repos (wildcards allowed). --disablerepo REPOID Disable one or more repos (wildcards allowed). --addrepo REPOID=[@]URL Add the repo at URL. Prefix URL with @ to indicate that the URL is a mirrorlist. --instrepo REPOID Get upgrader boot images from the repo named REPOID. The repo must contain a valid .treeinfo file which points to the location of usable kernel and upgrade images. Cleanup commands --resetbootloader Remove any modifications made to bootloader configuration. --clean Clean up everything written by redhat-upgrade-tool. EXAMPLES
redhat-upgrade-tool --network 7.0 --instrepo <repo URL> Upgrade to RHEL 7.0 by downloading all needed packages and data from the specified repository. redhat-upgrade-tool --device --network 7.0 Upgrade to RHEL 7.0 using install media mounted somewhere on the system, fetching updates from the network if needed. EXIT STATUS
0 Success. 1 Cancelled by user, failure writing files to disk, or other unknown error 2 Failed to download/copy files from the given SOURCE 3 RPM upgrade transaction test failed BUGS
The --iso image must be on a filesystem listed in /etc/fstab. AUTHORS
Will Woods <wwoods@redhat.com> redhat-upgrade-tool 11/08/2013 REDHAT-UPGRADE-TOOL(8)