- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Firmware version
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
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
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
06-07-2002 07:23 AM
06-07-2002 07:23 AM
Firmware version
Is there any command(other then GUI interface) to know the PDC(Processor Depandednt Code)Firmware version?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 07:26 AM
06-07-2002 07:26 AM
Re: Firmware version
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 07:28 AM
06-07-2002 07:28 AM
Re: Firmware version
If you have STM installed on your system, try,
echo 'selclass qualifier cpu;info;wait;infolog' |cstm >/tmp/cpu_info.txt
more /tmp/cpu_info.txt
Looks for "PDC Firmware Revision:"
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 07:28 AM
06-07-2002 07:28 AM
Re: Firmware version
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x79308f960573d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:42 AM
06-07-2002 10:42 AM
Re: Firmware version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 05:21 PM
06-08-2002 05:21 PM
Re: Firmware version
For the PDC-levels, use /usr/sbin/cstm
at the cstm-prompt:
cstm> map
Look for the CPU and write down the number listed in front of the CPU (I'm Dutch, still working on my english grammar ;) )
cstm> sel dev (
In my situation
cstm> sel dev 55; info
Then you give the il-command (information log)
cstm> il
And all you cpu-info, including PDC-level, will shown.
Good Luck,
greetz Timo