SNMP on Sun Solaris 5.8

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring SNMP on Sun Solaris 5.8
# 1  
Old 10-12-2010
SNMP on Sun Solaris 5.8

hello,

I have installer netsnmp on sun solaris 5.10, bur when I write this:

Code:
 
 
/usr/local/bin/snmpwalk -v1 -c public localhost


I have this error:
Code:
 
ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.8 :  failed to open: no such file or directory


can any one help me please

thanks
# 2  
Old 10-12-2010
# 3  
Old 10-13-2010
hi,

have you solaris 10 or solaris 8 ( the title indicates 8 but your description indicates 10) ?

On solaris 10, snmpwalk is on the directory /usr/sfw/bin.

the error message indicates that you probably need to install openssl.
# 4  
Old 10-13-2010
I have two versions installed on 2 machines.
In the solaris 10, it displays me:

Code:
ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.8 :  failed to open: no such file or directory

and in solaris 8:
Code:
ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.7 :  failed to open: no such file or directory

# 5  
Old 10-13-2010
As the error message suggests, you need to install libcrypto.
# 6  
Old 10-13-2010
package libcrypto does not exists on sunfreeware. This libraries is on package openssl
# 7  
Old 10-14-2010
snmpwalk on solaris 10

hello,

I have instlled openssl-1.0.0.a-sol10-sparc-local in my solaris 10 machine, but whe i execute:

Code:
snmpwalk -v1 -c public localhost

I displays me:

Code:
ld.so.1: snmpwalk: fatal: /usr/local/ssl/lib/libcrypto.so.0.9.8:format of ELF date erroneous : ELFDATAEMSB



can you help me please

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

SNMP - cpu core information for Sun SPARC machine

Dears, I'm looking for getting CPU cores information of Sun machines (like: SunFire V880, Fujitsu SPARC T5120, ...) via SNMP, unfortunately i couldn't find the proper OID for that. Can anyone help me with this ? Thanks, (1 Reply)
Discussion started by: Anti_Evil
1 Replies

2. Solaris

snmp on solaris 2.8

Hi All, I was looking for MIBs for getting CPU & Memory Usage from Solaris Machine ( Ver 2.8 ). I came across 2 mibs which provides this info. Those are HOST-RESOURCES-MIB and UCD-SNMP Mibs. But when I query the machine for these mibs, it is not returning any value. I would like to know... (2 Replies)
Discussion started by: lamou23
2 Replies

3. Infrastructure Monitoring

SNMP on Sun Solaris 5.8

hello, I have installed netsnmp-5.1.1-sol8-sparc-local under sun solaris 5.8, but when il write: snmpwalk -v1 -c public localhost memory I have not information about memory, il displays me: End of mib Can any one help me thanks (1 Reply)
Discussion started by: lamou23
1 Replies

4. Infrastructure Monitoring

snmp on solaris

hello, please, can any one help me to find a set of information to configure snmp in solaris 10 to send traps to manager urgent please thanks (4 Replies)
Discussion started by: lamou23
4 Replies

5. Solaris

useful links and help resources for Sun's products and Sun's Solaris

Hi all, Those links might help anyone Knowledge base Video tutorials (0 Replies)
Discussion started by: h@foorsa.biz
0 Replies

6. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

7. Solaris

Net-SNMP-5.4.2.1 issue on Sun Solaris

Hi, I am trying to compile the source code for Net-SNMP-5.4.2.1 using the gcc compiler-3.4.6 and 3.4.3 but I am getting the follwoing error with perl enabled: /bin/sh ../libtool --mode=link gcc -g -O2 -Usolaris2 -Dsolaris2=solaris2 -fno-strict-aliasing -pipe -Wdeclaration-after-statement... (2 Replies)
Discussion started by: tisha
2 Replies

8. Solaris

net-snmp on solaris 8

hello I am running solaris 8 sparc. I installed net-snmp 5.4.1 (compiled it from tar file). When I do snmpwalk from another server, I receive a partial list of OIDs then it stops and gives 'timeout. No response...' another snmpwalk will directly timeouts. I compiled again the binaries... (1 Reply)
Discussion started by: melanie_pfefer
1 Replies

9. UNIX for Dummies Questions & Answers

Sun Solaris 10: How do I create a bootup disc? The Sun website confuses me

Hey there, I am starting a Computer Science Foundation year at the end of this month and am trying to get a little bit ahead of the game. I have always wanted to learn Unix and am currently struggling with creating a boot disc to run Solaris (I have chosen to study this) from as opposed to... (0 Replies)
Discussion started by: Jupiter
0 Replies

10. Solaris

net-snmp-5.1.2 Solaris 9

All, I downloaded and installed the following net-snmp from the sourceforge.net website on a Solaris 9 server with the entire collection installed: net-snmp-5.1.2-SunOS_5.9_sun4u.tar.gz with no errors. I attempt to run snmpget and I get the following error: ld.so.1: snmpget: fatal:... (1 Reply)
Discussion started by: bubba112557
1 Replies
Login or Register to Ask a Question