starting snmp...?

Chandrashekhar M Chandru.Mullaparthi@REDACTED
Mon Apr 3 15:28:25 CEST 2000


Prasanna Kumar Galla wrote:
> 
> I have the erlang package at..
> c: \ programfiles \ erl47.4.1
> on windows95.
> 
> now my aim is to start snmp agent in the shell
> and load the existing MIB "Ex1-MIB.mib" provided in examples
> 
> just help me in this reg.

% erl -snmp snmp_db_dir '"./snmp"' -snmp snmp_config_dir '"./config"'

 ( assuming ./snmp is your snmp_db_dr and ./config is your 
   snmp_config_dir )
Erlang (BEAM) emulator version 4.8.2

Eshell V4.8.2  (abort with ^G)
1> application:start(snmp).

> also clarify..
> whether i should create 2 directories -one for snmp_db_dir ,the other
> for snmp_config_dir....
> or else i should set any of the existing directories...
You can specify an existing dir - and you can specify the same dir for
both. 

hth
Chandru



More information about the erlang-questions mailing list