- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Firmware revisions
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:12 AM
тАО09-13-2004 01:12 AM
Firmware revisions
I have 6 systems in my setup. I want to collect different firmware revisions they are running. How to do it? Different means whatever the firmware it may have?
And then I want to know which firmware revision I should upgrade the current one to? I really appreciate all the answers I get on this forum. Please advise about this too.
Thanks and regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:36 AM
тАО09-13-2004 01:36 AM
Re: Firmware revisions
What kind of systems do you have. This question is specific to the type of hardware you have. On K-class servers, you can only update PDC (processor). On Servers like N-class, L-class etc., along with PDC, you may have to update the firmware of GSP etc., For cell-based servers, there are quite a few components involved. But PDC is common for all. You can get the firmware from the OS using the following small script.
/usr/sbin/cstm << EOF > /tmp/pdc$$
map
selclass type processor
info
wait
infolog
EOF
for PDC in $(awk '/PDC Firmware Revision/ {print $4}' /tmp/pdc$$|sort|uniq)
do
echo $PDC
done
rm /tmp/pdc$$
Rest, you will have to access the GSP/MP.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:36 AM
тАО09-13-2004 01:36 AM
Re: Firmware revisions
Thanks and regard
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:40 AM
тАО09-13-2004 01:40 AM
Re: Firmware revisions
If you are talking about the GSP firmware, you can see it on the GSP HElp.
Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:42 AM
тАО09-13-2004 01:42 AM
Re: Firmware revisions
I have L-Class and N-Class system mainly. And one K-Class.
I know something like I have to upgrade Disk, disk array, PDC, Fibre channel, CPU etc firmware revisions from ITRC.
But how to know the current revisions and then which one shall it be upgraded to? That is what i want to know. Please advise
Thanks and rgds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 02:07 AM
тАО09-13-2004 02:07 AM
Re: Firmware revisions
there seems to be some problem with my STM. I get the follwoing output if run as suggested by Sridhar. Please see below and advise
# cat pdc6951
Running Command File (/usr/sbin/stm/ui/config/.stmrc).
-- Error --
This User Interface (UI) is not compatible with Unit Under Test (UUT)
crdushp5.crdus.na.jnj.com. The UI version is A.42.00. A UI with version of at
least x.44.00 is required.
-- Information --
Support Tools Manager
Version A.42.00
Product Number B4708AA
(C) Copyright Hewlett Packard Co. 1995-2002
All Rights Reserved
Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.
-- Information --
Aborting all open command files.
cstm>map
* * * N O C U R R E N T S Y S T E M * * *
cstm>selclass type processor
^-- (SelClass) is currently disabled. --
cstm>info
^-- (Information) is currently disabled. --
cstm>wait
cstm>infolog
^-- (InfoLog) is currently disabled. --
cstm>EOF
^-- Syntax error --
Unknown command: (EOF)
cstm>
Thanks and rgdz
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 02:07 AM
тАО09-13-2004 02:07 AM
Re: Firmware revisions
On L-class and N-class servers, you can update the PDC using the patches. For GSP, you will have to use "XU" utility to update the firmware of GSP.
For K-class, the you will need to make a bootable media (like tape/CD) with the firmware image.
For fiber channel etc., I would install the latest software revision from the Application CDs.
For disks, arrays tools will be provided via OS to update their firmware. Look at the following for the latest firmware revisions and the corresponding documentation.
itrc.hp.com -> patches -> firmware
You can search there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 02:09 AM
тАО09-13-2004 02:09 AM
Re: Firmware revisions
Installing OnlineDiag should be regularly done along with the patches. Update the version of OnlineDiag on your systems.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 02:59 AM
тАО09-13-2004 02:59 AM
Re: Firmware revisions
On some of the devices (DLT tapes for example) you can use the xstm to update the firmware as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 06:49 AM
тАО09-13-2004 06:49 AM
Re: Firmware revisions
Like help gives nothing.
Thanks and regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:50 PM
тАО09-13-2004 07:50 PM
Re: Firmware revisions
On the console do:
Console Login: Ctrl+B (to enter in GSP)
GSP Host Name:
GSP> HE (this will enter in Help mode)
After that you get something like this:
GSP> HE
HE
==== GSP Help ============================================(Administrator)===
Hardware Revision 8 Firmware Revision A.01.12 Oct 23 2002,13:53:42
GSP Help System
....