Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Eaton Network-M2 fail to load even with Github nut

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
dvb
Posts: 6
Joined: 2020-01-05 15:39

Eaton Network-M2 fail to load even with Github nut

#1 Post by dvb »

Hello,

I have an issue using "nut" and "Eaton 5PX" with Networkcard-M2.
I installed nut from GitHub, this version supports this new "M2 card" from Eaton :
- with my second UPS (using old network-card, not M2), all is OK.
- with M2 card, driver begins to load, but get stucks and never finish to load :

Code: Select all

    sudo /usr/local/ups/sbin/upsdrvctl start
    Network UPS Tools - UPS driver controller 2.7.4.1
    Network UPS Tools - Generic SNMP UPS driver 1.12 (2.7.4.1)
    >> System stops here. << 
/var/state/ups :

Code: Select all

    snmp-ups-MGE.pid
    >> Nothing else << 
I double checked all files.conf without finding anything :

Adding to /usr/local/ups/etc/nut.conf

Code: Select all

    MODE=standalone
Adding to /usr/local/ups/etc/ups.conf

Code: Select all

    [MGE]
    driver = snmp-ups
    port = 192.168.200.252
    desc = "Eaton Evolution S3000"
    community = public
Adding to /usr/local/ups/etc/upsd.conf

Code: Select all

    LISTEN 127.0.0.1 3493
Adding to /usr/local/ups/etc/upsd.users

Code: Select all

    [admin]
    password = me
    allowfrom = localhost
    upsmon master
    actions = SET
    instcmds = ALL

    [ups]
    password = me
    allowfrom = localhost
    upsmon master
    actions = SET
    instcmds = ALL

    [test]
    password = me
    allowfrom = localhost
    upsmon master
    actions = SET
    instcmds = ALL 
Running with theses commands :

Code: Select all

  sudo /usr/local/ups/sbin/upsdrvctl start
    sudo /etc/init.d/nut-server start
    /usr/local/ups/bin/upsc -l 
Does M2 card need a password before loading ?
Could you please help me to fix this issue ?

Thank you.

Post Reply