Skip to content

Instantly share code, notes, and snippets.

@uebayasi
Last active August 29, 2015 13:56
Show Gist options
  • Save uebayasi/8822882 to your computer and use it in GitHub Desktop.
Save uebayasi/8822882 to your computer and use it in GitHub Desktop.

Setup

  • Figure out network configuration
    • Static IP
    • BOOTP-only
    • DHCP-only
    • BOOTP&DHCP
  • Configure
    • If BOOTP/DHCP
      • Give address and router address

Control

Use SNMP.

XXX

Firmware update

Use FTP.

http://forums.apc.com/message/5902

  • Prepare firmware files
    • Download firmware from APC
    • Extract two files
      • apc_*_aos_*.bin
      • apc_*_rpdu_*.bin
  • Prepare AP7900
    • Enable FTP
  • Update AP7900
    • Update apc_*_aos_*.bin first
      • FTP login
      • Be binary mode
      • Put apc_*_aos_*.bin file
      • FTP logout
      • Wait a few minutes for AP7900 to reboot
    • Update apc_*_rpdu_*.bin next
      • FTP login
      • Be binary mode
      • Put apc_*_rpdu_*.bin file
      • FTP logout
      • Wait a few minutes for AP7900 to reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment