snmpwalk on solaris 8

hello,

I want to know how can I find the path of snmpwalk under sun solaris 5.8.
I have snmp protocol installed.when I write this on a terminal I have this result:

bash: snmpwalk: command not found

but when I wrote this command At a distance,it works good.

urgent

please help me
thanks

Hi lamou23,

You may want to use ptree. I suggest you man ptree, if not familiar with command.

I hope this is of help.

from a terminal where it works try

which snmpwalk

it should tell you the path to the command. in my soalris 10 box it happens to be in usr local bin.

But im note sure if it was that you where looking for.

I have tried this command:

/usr/ucb/whereis -b snmpwalk

It returns:

 
snmpwalk:

a a distance i can excute snmpwalk but in the localhost,I can't make it!!!

Brute force:

find / -name snmpwalk