HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Trying to update BL p-classs chassis firmware
Operating System - Linux
1829378
Members
4657
Online
109991
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-16-2009 05:48 PM
09-16-2009 05:48 PM
Trying to update BL p-classs chassis firmware
I am new to blades and so far finding them frustrating. I have f/w 2.30 and need to move to 2.40.
I'm told that cpqblru it the tool for Lunux. I have installed it on two Suse 9 blades and one RedHat 4 blade then stage the firmware sj02_40rt.bin from SP36448.EXE on the blades. In call cases "cpqblru -a sj02_40rt.bin" comes back immediately with no output. Running the command with -v2 gives the same result. Md5sum on the bin file matches.
[root@localhost update]# cpqblru -v2 -l sj02_40rt.bin
[root@localhost update]# echo $?
244
[root@localhost update]# ls -l sj02_40rt.bin
-rw-r--r-- 1 root root 427436 Jul 12 23:59 sj02_40rt.bin
Any ideas?
hpasmd is running BTW.
[root@localhost log]# ps -ef |grep hpasmd
root 4622 1 0 00:11 ? 00:00:02 hpasmd
I'm told that cpqblru it the tool for Lunux. I have installed it on two Suse 9 blades and one RedHat 4 blade then stage the firmware sj02_40rt.bin from SP36448.EXE on the blades. In call cases "cpqblru -a sj02_40rt.bin" comes back immediately with no output. Running the command with -v2 gives the same result. Md5sum on the bin file matches.
[root@localhost update]# cpqblru -v2 -l sj02_40rt.bin
[root@localhost update]# echo $?
244
[root@localhost update]# ls -l sj02_40rt.bin
-rw-r--r-- 1 root root 427436 Jul 12 23:59 sj02_40rt.bin
Any ideas?
hpasmd is running BTW.
[root@localhost log]# ps -ef |grep hpasmd
root 4622 1 0 00:11 ? 00:00:02 hpasmd
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2009 10:46 PM
09-17-2009 10:46 PM
Re: Trying to update BL p-classs chassis firmware
Maybe this customer advisory will help.
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01202980〈=en&cc=us&taskId=101&prodSeriesId=3454580&prodTypeId=15351
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01202980〈=en&cc=us&taskId=101&prodSeriesId=3454580&prodTypeId=15351
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 02:17 PM
09-22-2009 02:17 PM
Re: Trying to update BL p-classs chassis firmware
Hi Sameer,
That first bullet point sure sounds like what's happening. I have installed the latest utilities from HP via a compress tar archive.
psp-8.20.sles9.i686.en.tar.gz
This was suggested by an HP backline engineer after I ran into conflicts with hpasm and hprsm. Hprsm requires hpasm, but when hpasm was installed hprsm refused to install due to file conflicts with hpasm.
rpm -ivh hprsm-7.9.0-108.sles9.i586.rpm
Preparing... ########################################### [100%]
file /opt/compaq/server/bin/cmarackd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /opt/compaq/server/bin/cmasm2d from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /opt/compaq/server/etc/cmarackd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /sbin/cpqblru from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /sbin/cpqriisd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/lib/libcpqipmb.so.1.0 from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/share/man/man4/cpqblru.4.gz from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/share/man/man4/cpqriisd.4.gz from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
Any idea why that would happen? The install docs for hprsm lists a dependent package of hpasm.
That first bullet point sure sounds like what's happening. I have installed the latest utilities from HP via a compress tar archive.
psp-8.20.sles9.i686.en.tar.gz
This was suggested by an HP backline engineer after I ran into conflicts with hpasm and hprsm. Hprsm requires hpasm, but when hpasm was installed hprsm refused to install due to file conflicts with hpasm.
rpm -ivh hprsm-7.9.0-108.sles9.i586.rpm
Preparing... ########################################### [100%]
file /opt/compaq/server/bin/cmarackd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /opt/compaq/server/bin/cmasm2d from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /opt/compaq/server/etc/cmarackd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /sbin/cpqblru from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /sbin/cpqriisd from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/lib/libcpqipmb.so.1.0 from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/share/man/man4/cpqblru.4.gz from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
file /usr/share/man/man4/cpqriisd.4.gz from install of hprsm-7.9.0-108.sles9 conflicts with file from package hpasm-8.0.0-173.sles9
Any idea why that would happen? The install docs for hprsm lists a dependent package of hpasm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 03:05 PM
10-02-2009 03:05 PM
Re: Trying to update BL p-classs chassis firmware
I think the utilities do not work with Suse 9. HP came out and upgraded the firmware by connecting directly to the chassis.-
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP