- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cmanic & hprsm - BUG??
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
03-22-2006 09:29 AM
03-22-2006 09:29 AM
cmanic & hprsm - BUG??
FROM: cmanic-7.4.0-7.rhel4.linux.txt
-------------------------------------
"2) The HP NIC Agents are configured to start at the same runlevels as the snmpd daemon. Ensure the snmpd daemon is configured to start at the desired runlevels before installing the HP NIC Agents,..."
-------------------------------------
OH REALLY?
#rpm -Uvh cmanic-7.4.0-7.rhel4.linux.rpm
Preparing... ########################################### [100%]
1:cmanic ########################################### [100%]
cmanic installation: snmpd Start script is detected at runlevels 3
cmanic installation: cmanic Start script is installed at runlevels 2 3 4 5
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
cmanic installation: snmpd restarted
cmanic installation: Foundation agent (cmafdtn) restarted
So, it found the runlevel of snmpd as 3, but decided to install at runlevel 2345 anyways?
That's fine:
"...otherwise the HP NIC Agents will need to be manually configured after installation using chkconfig or a similar utility."
So let's do that.
[root@sparvmwp001 installed]# chkconfig --list cmanic
cmanic 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@sparvmwp001 installed]# chkconfig --list hprsm
hprsm 0:off 1:off 2:off 3:on 4:off 5:off 6:off
[root@sparvmwp001 installed]# chkconfig --levels 1245 cmanic off
[root@sparvmwp001 installed]# chkconfig --list hprsm
hprsm 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@sparvmwp001 installed]# chkconfig --list cmanic
cmanic 0:off 1:off 2:off 3:on 4:off 5:off 6:off
[root@sparvmwp001 installed]# chkconfig --levels 1245 hprsm off
[root@sparvmwp001 installed]# chkconfig --list cmanic
cmanic 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@sparvmwp001 installed]# chkconfig --list hprsm
hprsm 0:off 1:off 2:off 3:on 4:off 5:off 6:off
That looks great! Turning of cmanic for 245 seems to have tripped hprsm to now 'on' at runlevels 245. And, turning hprsm back off for 245?? You guessed it!!! It turns cmanic back on for 245!
Can anyone make sense of this? Thanks in advance for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 09:48 AM
03-22-2006 09:48 AM
Re: cmanic & hprsm - BUG??
strace -o cmanic.out chkconfig --levels 1245 cmanic off
strace -o hprsm.out chkconfig --levels 1245 hprsm off
Let's check what is doing. Attach the resulting files.
You can of course disable the service directly deleting the file from the corresponding rcX.d directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 09:54 AM
03-22-2006 09:54 AM
Re: cmanic & hprsm - BUG??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 09:54 AM
03-22-2006 09:54 AM
Re: cmanic & hprsm - BUG??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 01:10 AM
03-23-2006 01:10 AM
Re: cmanic & hprsm - BUG??
When you execute chkconfig, it reads all files in /etc/init.d and looks like resets all services to the defaults found in the init files. The chkconfig should only configure the specified service. Maybe this is a bug. Try updating the chkconfig package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 06:58 AM
03-23-2006 06:58 AM
Re: cmanic & hprsm - BUG??
chkconfig
It doesn't do this for any other service HP/or other that I can see. hpasm and hpsmhd runlevels stay the same. Therefore i can't see how it is a chkconfig issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:55 AM
03-23-2006 07:55 AM
Re: cmanic & hprsm - BUG??
vmware, cmanic, ipmi, hprsm.
Seems that all are installed after the default installation. What is the content of /etc/init.d? Can you post these files on a tar/zip/gzip file?
I don't know what is happening here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 08:32 AM
03-23-2006 08:32 AM
Re: cmanic & hprsm - BUG??
I also just noticed that when you start|stop hpasm, that package starts|stops hprsm & cmanic anyway!!! So, there is absolutely no reason to have cmanic & hprsm be active! From my understanding, when you boot, things are only executed and therefore if you had cmanic & hprsm off for that run level, it wouldn't matter because they would get started in hpasm (if that is set to start) and they wouldn't get executed because they are a K.
Also of note is that
# hpaducli -v
7.40.1.0
/usr/sbin/hpaducli: line 9: 27750 Segmentation fault $HPADU_LIB_INSTALLATION_DIR.hpaducli $*
These HP utilities seem to be a "piece of work"... with no tangible support from HP or any place to submit bug reports.
Here is the latest reply from HP's team of support professionals:
"Thank you for contacting Hewlett-Packard's ISS Solutions Center.
Current support version of Red hat is the following
Minimum Supported Red Hat Updates
â ¢ Red Hat Enterprise Linux 4 initial release (single core processors)
â ¢ Red Hat Enterprise Linux 4 Update 1 (dual core processors)
â ¢ Red Hat Enterprise Linux 3 Update 2 (SCSI model and single core processors only)
â ¢ Red Hat Enterprise Linux 3 Update 5 (SAS model or dual core processors only)
This was found at the following link
Once again, thank you for contacting Hewlett-Packard's ISS Solutions Center."
They were posed with the same question I posted on this forum. Very helpful information. They might as well have told me how many calories are in a peanut-butter & jelly sandwich!
A partial sysreport has been uploaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 09:26 AM
03-24-2006 09:26 AM
Re: cmanic & hprsm - BUG??
Particularly:
# chkconfig: - 99 1
..
# Default-Start:
# Default-Stop:
Fixed the issue.