I have a DBA who asked that I startup a process for him (requires root priv). That process is start_peer. When I start this process, I get the following:
phxha05# ./start_peer -a
./start_peer[24]: /usr/ucb/whoami: not found.
./start_peer[61]: test: 0403-004 Specify a parameter with this command.
Starting master_peer ...
./master_peer CONFIG.master NOV >master_peer.out 2>&1 &
Done!
Starting encap_peer ...
./encap_peer -t 1162 -s 1160 -c CONFIG.encap >encap_peer.out
2>&1 &
Done!
start_peer: Error: /usr/lib/snmp/snmpdx doesn't exist or
start_peer: not executable. Exiting..
. Exiting..
The error that I am concerned with is the last one - ...snmpdx doesnt exist... the specified location/file does not exist on my system (actually I checked several - its not on any of them). My search for answers has yet to yield anything helpful. If anyone can tell me where I might find this and/or what I need to do to install it, I'd really appreciate it.
scott
phxha05# ./start_peer -a
./start_peer[24]: /usr/ucb/whoami: not found.
./start_peer[61]: test: 0403-004 Specify a parameter with this command.
Starting master_peer ...
./master_peer CONFIG.master NOV >master_peer.out 2>&1 &
Done!
Starting encap_peer ...
./encap_peer -t 1162 -s 1160 -c CONFIG.encap >encap_peer.out
2>&1 &
Done!
start_peer: Error: /usr/lib/snmp/snmpdx doesn't exist or
start_peer: not executable. Exiting..
. Exiting..
The error that I am concerned with is the last one - ...snmpdx doesnt exist... the specified location/file does not exist on my system (actually I checked several - its not on any of them). My search for answers has yet to yield anything helpful. If anyone can tell me where I might find this and/or what I need to do to install it, I'd really appreciate it.
scott