Koozali.org: home of the SME Server

help hp-snmp-agents~hel5.i386.rpm

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #15 on: June 12, 2010, 04:07:30 PM »
mgb, I have asked you to answer a simple question. Why don't you do that instead of posting a lot of new information that has no context. Please answer my earlier question:
What does the following say on your server after upgrading?

Code: [Select]
db yum_repositories print | grep '^sme' | cut -d= -f1 | while read repo
do
    db yum_repositories getprop $repo MirrorList
done
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)


Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mgb

  • *****
  • 558
  • +0/-0
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #18 on: June 12, 2010, 10:15:13 PM »
# cat /etc/redhat-release
SME Server release 7.5
Thanks all for helping
Skype yosii2009

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #19 on: June 13, 2010, 10:23:51 AM »
# cat /etc/redhat-release
SME Server release 7.5
If that is the case everything should be fine with your server, your repositories are configured for SME Server 7 which your machine is. So I am unsure why you named this topic:

"help hp-snmp-agents~hel5.i386.rpm"

as in all your posts you are referencing rhel4. If you are on SME Server 7.x as you seem to be you need the rhel4 version.

Now you need to find out what packages are needed for your version of the agents software. There is an instruction on the HP site you linked to in one of your earlier posts ( http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=428936&swItem=MTX-e1cce408d3dc490a9999f2d652&prodNameId=428935&swEnvOID=2025&swLang=8&taskId=135&mode=4&idx=1 ), could you please post the output of:

Code: [Select]
rpm -qp -–requires hp-snmp-agents-8.1.0-110.rhel4.i386.rpm
Judging from your earlier post you will at least need a package called hp-health:

--> Processing Dependency: hp-health for package: hp-snmp-agents
--> Processing Dependency: libhpasmintrfc.so.2 for package: hp-snmp-agents
--> Processing Dependency: libhpev.so.1 for package: hp-snmp-agents
--> Finished Dependency Resolution
Error: Missing Dependency: hp-health is needed by package hp-snmp-agents
Error: Missing Dependency: libhpasmintrfc.so.2 is needed by package hp-snmp-agents
Error: Missing Dependency: libhpev.so.1 is needed by package hp-snmp-agents
[root@linuxm 4]#
4 ls
bcm5700-8.3.14a-1.src.rpm                hp-vt-1.1.1-3.rhel4.linux.rpm
cpq_cciss-2.6.20-33.rhel4.i686.rpm       linux-iscsi-boot-4.1.33-1.src.rpm
e1000-8.0.16-1.src.rpm                   linux-iscsi-install-4.1.33-1.i386.rpm
e1000e-1.0.15-1.src.rpm                  mptlinux-3.12.14.00-5.rhel4.i686.rpm
hp-lpfc-8.0.16.40-6.noarch.rpm           netxtreme2-5.0.24-1.src.rpm
hp-OpenIPMI-8.5.0-1.rhel4.i386.rpm       tg3-3.99h-1.src.rpm
hp_qla2x00src-8.01.03p5-21.linux.rpm     vlan_init-1.0.1e-1.linux.rpm
hp-snmp-agents-8.1.0-110.rhel4.i386.rpm

You will need to download that as well as it does not seem available in your directory. Search for that package and download the rhel4 version. You probably will need some other packages as well. But please first post the output of the command I provided to you above.

« Last Edit: June 13, 2010, 10:58:06 AM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mgb

  • *****
  • 558
  • +0/-0
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #20 on: June 13, 2010, 10:50:36 AM »
rpm -q qp requires hp-snmp-agents-8.1.0-110.rhel4.i386.rp
package qp is not installed
package requires is not installed
package hp-snmp-agents-8.1.0-110.rhel4.i386.rpm is not installed
Thanks all for helping
Skype yosii2009

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #21 on: June 13, 2010, 11:00:26 AM »
rpm -q qp requires hp-snmp-agents-8.1.0-110.rhel4.i386.rp
There was a typo in my command, but you made a few additional typos as well. Please copy-paste the following line and execute that:
Code: [Select]
rpm -qp --requires hp-snmp-agents-8.1.0-110.rhel4.i386.rpm
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mgb

  • *****
  • 558
  • +0/-0
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #22 on: June 13, 2010, 11:35:41 AM »
Important Notice
HP server 385 is broken
Replaced by another server DL360 G4


rpm -qp --requires hp-snmp-agents-8.1.0-110.rhel4.i386.rpm/bin/bash
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/bin/sh
config(hp-snmp-agents) = 8.1.0-110.rhel4
hp-health
libbz2.so.1
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.2.3)
libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.2)
libc.so.6(GLIBC_2.3.4)
libcmacommon.so.1
libcmapeer.so.1
libcpqci.so.1
libcpqipmb.so.1
libcrypto.so.4
libdl.so.2
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libelf.so.1
libgcc_s.so.1
libgcc_s.so.1(GCC_3.0)
libhpasmintrfc.so.2
libhpev.so.1
libm.so.6
libm.so.6(GLIBC_2.0)
libnetsnmp.so.5
libnetsnmpagent.so.5
libnetsnmphelpers.so.5
libnetsnmpmibs.so.5
libpopt.so.0
libpthread.so.0
libpthread.so.0(GLIBC_2.0)
libpthread.so.0(GLIBC_2.1)
librpm-4.3.so
librpmio-4.3.so
libsensors.so.3
libstdc++-libc6.2-2.so.3
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(GLIBCXX_3.4)
libwrap.so.0
libz.so.1
net-snmp
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Thanks all for helping
Skype yosii2009

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #23 on: June 13, 2010, 02:13:01 PM »
Then it should be pretty simple on a fully up-to-date SME Server it shoud be:

Download hp-snmp-agents
Download hp-health
Then run
Code: [Select]
yum localinstall hp-snmp-agents-8.5.0.17-19.rhel4.i386.rpm hp-health-8.5.0.23-23.rhel4.i386.rpmThat should install everything without problems as it does on my test server.

To be honest I think you should have been able to find this out yourself as the error message in one of your first posts already states what you are missing:

Code: [Select]
Error: Missing Dependency: hp-health is needed by package hp-snmp-agents
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mgb

  • *****
  • 558
  • +0/-0
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #24 on: June 13, 2010, 04:14:43 PM »
Thanks for the answer
is work
/etc/init.d/hp-asrd start                              Starting HP Advanced Server Recovery Daemon                [  OK  ]


lite-mgmt]# /etc/init.d/hp-snmp-agents start                          Starting Health agent (cmahealthd):                     [  OK  ]
   Starting Standard Equipment agent (cmastdeqd):          [  OK  ]
   Starting Host agent (cmahostd):                         [  OK  ]
   Starting Threshold agent (cmathreshd):                  [  OK  ]
   Starting RIB agent (cmasm2d):                           [  OK  ]
   Rack Infrastructure Info Srv (cpqriisd) requires hp_ilo [FAILED]
   Starting Rack agent (cmarackd):                         [  OK  ]
   Starting SNMP Peer (cmapeerd):                          [  OK  ]
   Starting Storage Event Logger (cmaeventd):              [  OK  ]
   Starting FCA agent (cmafcad):                           [  OK  ]
   Starting SAS agent (cmasasd):                           [  OK  ]
   Starting IDA agent (cmaidad):                           [  OK  ]
   Starting IDE agent (cmaided):                           [  OK  ]
   Starting SCSI agent (cmascsid):                         [  OK  ]
   Starting NIC Agent Daemon (cmanicd):                    [  OK  ]
[root@linuxm lite-mgmt]#
Thanks all for helping
Skype yosii2009

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #25 on: June 13, 2010, 06:05:51 PM »
Thanks for the answer
is work
You're welcome. I hope you learned something along the way, both on SME Server and on how to raise a question in order to get the answer you are after. Good luck!
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline mgb

  • *****
  • 558
  • +0/-0
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #26 on: June 14, 2010, 06:52:24 AM »
Question about Disk SCSI
Come can be seen PHPSYSINFO 2 SCSI
 
The current situation can not see the disks SCSI
type thm phpsysinfo
"IDE Devices - hda: HL-DT-ST GCR-8240N
SCSI Devices none"

Thank you for your patience
Thanks all for helping
Skype yosii2009

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: help hp-snmp-agents~hel5.i386.rpm
« Reply #27 on: June 14, 2010, 02:46:09 PM »
for a new question, please open a new thread.
and add [solved] on subject of this one.

thank you.

Jáder
...