- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: red hat 9 hp agents
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
07-03-2003 11:23 PM
07-03-2003 11:23 PM
just wondering when the rh9 agents will become available, because installing the rh8 agents (in particular the ucd-snmp package) doesn't seem to work.
maybe there's a tweak to get them going? just wondering..
cheers..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 04:10 AM
07-08-2003 04:10 AM
Re: red hat 9 hp agents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 09:59 AM
07-08-2003 09:59 AM
Re: red hat 9 hp agents
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 12:37 AM
07-10-2003 12:37 AM
Re: red hat 9 hp agents
hpasm-6.40.0-16.Redhat8_0.i386.rpm
cpqacuxe-6.40-11.0.i386.rpm
cmanic-6.40.0-3.i686.rpm
cmastor-6.40.0-8.i386.rpm
cpq_cciss_RedHat80-2.4.46-7.i386.rpm
cpq_cpqarray_RedHat80-2.4.26-7.i386.rpm
on a RedHat 9 machine.
The log from the installation has been attached.
The only major error is that the cciss module
isn't updated.
I've run "hpasm activate".
However, if I try to connect to
https://servername:2381, I can log in, but I
get a lot of messages like: servername received a message with incorrect Message Authentication Code. If the error occurs frequently, contact the website administrator. The page appears
after a while, but there are no items
underneath the "Failed & Degraded Items" box.
What have I done wrong? How do I fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 01:20 AM
07-10-2003 01:20 AM
Re: red hat 9 hp agents
ucd-snmp-4.2.5-7cmaX.76.Redhat8_0.i386.rpm
ucd-snmp-devel-4.2.5-7cmaX.76.Redhat8_0.i386.rpm
ucd-snmp-utils-4.2.5-7cmaX.76.Redhat8_0.i386.rpm
But, when trying to install these packages (maybe first remove your current snmp-net packages) you get some errors (will check later today wich one) and you can proceed installing but still snmp won't function correctly. (and result, can't use agents correctly)
please keep us posted on your issues, I'm having the same problem. (and am sure many of us.. )
g'luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 03:10 AM
07-10-2003 03:10 AM
SolutionIf you install the ucd-snmp packages, they
will complain of missing libelf.so.0 and
librpm*-4.1.so libraries.
I took the files:
libelf.so.0
libelf.so.0.8.2
librpm-4.1.so
librpmio-4.1.so
librpmdb-4.1.so
from /usr/lib of a rh80 installation and
placed on the rh9 machine, and I installed
the ucd-snmp rpms with --nodeps.
It runs! But after a few minutes, the snmpd
program stops:
$ gdb /usr/sbin/snmpd
(gdb) run -f
Starting program: /usr/sbin/snmpd -f
[New Thread 1077872384 (LWP 3517)]
[New Thread 1086266672 (LWP 3524)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1077872384 (LWP 3517)]
0x4002bf9f in search_subtree_vars () from /usr/lib/libucdagent.so.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 05:36 AM
07-10-2003 05:36 AM
Re: red hat 9 hp agents
from the src.rpm, under RedHat 9, but
it still fails (having removed the
libelf and librpm symlinks).
I test it with:
snmpwalk -v 1 localhost public enterprises.compaq
and the snmpd process dies after a few
tries. Hm...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 11:13 PM
07-10-2003 11:13 PM
Re: red hat 9 hp agents
I have two almost identical ML370 machines,
one installed with rh8.0, and one with rh9
(eventually both will run rh9 in production).
snmpwalk -v 1 localhost public enterprises.compaq
works without problems on the rh8.0 machine,
on the rh9 it will crash snmpd after a short
while. If I repeat this, it doesn't necessarily
stop at the same place in the MIB.
I've tried compiling ucd-snmp with -O0 instead
of -O2, no difference.
So if this is a memory overflow/timing problem,
I give up :-(
Mogens