This is an old revision of the document!


APC Smart-UPS 2200 RM with AP9606 management card

Upgraded to latest firmware by uploading aos325.bin and sumx326.bin via FTP.

ftp://ftp.apc.com/apc/public/hardware/webcard/firmware/sumx/v326/

I used the following patch to fix apcupsd: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655741

<code>

— a/src/drivers/snmplite/apc-mib.cpp +++ b/src/drivers/snmplite/apc-mib.cpp @@ -307,6 +307,8 @@

     break;

case CI_Overload: + if (data.str.len() < 9) + break;

     Dmsg1(80, "Got CI_Overload: %c\n", data.str[8]);
     if (data.str[8] == '1')
        ups->set_overload();

</CODE>

  • reference/apcups.1386621220.txt.gz
  • Last modified: 2014/11/13 10:50
  • (external edit)