Re: NET-SNMP in windows vista

2010-05-27 Thread Bart Van Assche
 On Thu, May 27, 2010 at 10:50 AM, Toro  wrote:

> Myabe I forget something, but, I remember how I installed NET-SNMP agent in
> Windows XP. Now, I'm trying to install the NET-SNMP agent in Windows Vista,
> but I'm unable to do it.
> I only get a bunch of errors, I googled for it, but no luck.
>
> So, the question is, Is possible to install NET-SNMP agent on a MS Windows
> Vista machine?, and, if it's possible, I can get help with my error on this
> mailing list?
>

The following worked for me:
* Run the Net-SNMP 5.4.2.1 installer (see also
http://sourceforge.net/projects/net-snmp/files/).
* Open the Windows explorer and go to C:\usr.
* Right-click on registeragent.bat and select "Run as administrator".
* Right-click on registertrapd.bat and select "Run as administrator".

Bart.
--

___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: NET-SNMP in windows vista

2010-05-27 Thread Toro
Thanks for the answer, I try it, and the result is:
*
Original:
C:\Users\victor>net start "net-snmp agent"
El servicio de Net-SNMP Agent está iniciándose.
El servicio de Net-SNMP Agent no ha podido iniciarse.

Error de sistema.

Error de sistema 1067.

El proceso ha terminado de forma inesperada. *

--Translated:

*C:\Users\victor>net start "net-snmp agent"
Starting Net-SNMP Agent service.
Could not start Net-SNMP Agent service.

System error.

System error 1067.

Unexpected en of process. *


¿any idea?

2010/5/27 Bart Van Assche 

>  On Thu, May 27, 2010 at 10:50 AM, Toro  wrote:
>
>> Myabe I forget something, but, I remember how I installed NET-SNMP agent
>> in Windows XP. Now, I'm trying to install the NET-SNMP agent in Windows
>> Vista, but I'm unable to do it.
>> I only get a bunch of errors, I googled for it, but no luck.
>>
>> So, the question is, Is possible to install NET-SNMP agent on a MS Windows
>> Vista machine?, and, if it's possible, I can get help with my error on this
>> mailing list?
>>
>
> The following worked for me:
> * Run the Net-SNMP 5.4.2.1 installer (see also
> http://sourceforge.net/projects/net-snmp/files/).
> * Open the Windows explorer and go to C:\usr.
> * Right-click on registeragent.bat and select "Run as administrator".
> * Right-click on registertrapd.bat and select "Run as administrator".
>
> Bart.
>
--

___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: NET-SNMP in windows vista

2010-05-27 Thread Bart Van Assche
 On Thu, May 27, 2010 at 4:32 PM, Toro  wrote:

> Thanks for the answer, I try it, and the result is:
> *
> Original:
> C:\Users\victor>net start "net-snmp agent"
> El servicio de Net-SNMP Agent está iniciándose.
> El servicio de Net-SNMP Agent no ha podido iniciarse.
>
> Error de sistema.
>
> Error de sistema 1067.
>
> El proceso ha terminado de forma inesperada. *
>
> --Translated:
>
> *C:\Users\victor>net start "net-snmp agent"
> Starting Net-SNMP Agent service.
> Could not start Net-SNMP Agent service.
>
> System error.
>
> System error 1067.
>
> Unexpected en of process. *
>

Which output appears or which dialogs pop up if you run the following
command in a command window:

c:\usr\bin\snmpd.exe -f -Lo

?
--

___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: NET-SNMP in windows vista

2010-05-27 Thread Toro
Thanks again, I try that command and the result is:

*Microsoft Windows [Versión 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\victor>c:\usr\bin\snmpd.exe -f -Lo
_  *<-blink

And just stop there, nothing more is showed. Then, i open and other CMD
windows an try the other command (net start "net-snmp agent") but the result
was the same.

2010/5/27 Bart Van Assche 

>  On Thu, May 27, 2010 at 4:32 PM, Toro  wrote:
>
>> Thanks for the answer, I try it, and the result is:
>> *
>> Original:
>> C:\Users\victor>net start "net-snmp agent"
>> El servicio de Net-SNMP Agent está iniciándose.
>> El servicio de Net-SNMP Agent no ha podido iniciarse.
>>
>> Error de sistema.
>>
>> Error de sistema 1067.
>>
>> El proceso ha terminado de forma inesperada. *
>>
>> --Translated:
>>
>> *C:\Users\victor>net start "net-snmp agent"
>> Starting Net-SNMP Agent service.
>> Could not start Net-SNMP Agent service.
>>
>> System error.
>>
>> System error 1067.
>>
>> Unexpected en of process. *
>>
>
> Which output appears or which dialogs pop up if you run the following
> command in a command window:
>
> c:\usr\bin\snmpd.exe -f -Lo
>
> ?
>
--

___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: NET-SNMP in windows vista

2010-05-29 Thread Bart Van Assche
Hello Toro,

Please verify whether all Net-SNMP service settings are OK and also check
the security settings of snmpd.exe. Has everyone been granted execute access
on snmpd.exe instead of only a single user ?

Bart.

On Thu, May 27, 2010 at 5:34 PM, Toro  wrote:

> Thanks again, I try that command and the result is:
>
> *Microsoft Windows [Versión 6.0.6001]
> Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
>
> C:\Users\victor>c:\usr\bin\snmpd.exe -f -Lo
> _  *<-blink
>
> And just stop there, nothing more is showed. Then, i open and other CMD
> windows an try the other command (net start "net-snmp agent") but the result
> was the same.
>
> 2010/5/27 Bart Van Assche 
>
>>  On Thu, May 27, 2010 at 4:32 PM, Toro  wrote:
>>
>> Thanks for the answer, I try it, and the result is:
>>> *
>>> Original:
>>> C:\Users\victor>net start "net-snmp agent"
>>> El servicio de Net-SNMP Agent está iniciándose.
>>> El servicio de Net-SNMP Agent no ha podido iniciarse.
>>>
>>> Error de sistema.
>>>
>>> Error de sistema 1067.
>>>
>>> El proceso ha terminado de forma inesperada. *
>>>
>>> --Translated:
>>>
>>> *C:\Users\victor>net start "net-snmp agent"
>>> Starting Net-SNMP Agent service.
>>> Could not start Net-SNMP Agent service.
>>>
>>> System error.
>>>
>>> System error 1067.
>>>
>>> Unexpected en of process. *
>>>
>>
>> Which output appears or which dialogs pop up if you run the following
>> command in a command window:
>>
>> c:\usr\bin\snmpd.exe -f -Lo
>>
>> ?
>>
>
>
--

___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users