# 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~hel
5.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:
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.