NetOps Module Management

The NetOps modules, IP Access and Secure Provisioning, Automation Gateway, are stored in a private repository. Periodically, module updates and new modules may become available.

Note:You can upgrade NetOps Modules without upgrading Lighthouse software.

Upgrade Modules from the UI

  1. Launch an HTTPS browser session to Lighthouse Login using root and the secure password set earlier.

  2. You may also log in as a Lighthouse Administrator user, if you have configured one.

  3. From the menu, select SETTINGS -> Services -> NetOps Modules.

  4. Click the Synchronize widget.

  5. From the menu, select CONFIGURE -> NetOps Modules -> Manage Modules.

  6. Click the Redeploy icon.

Upgrade Modules from the CLI

Log in to the Lighthouse CLI as root.

Or

Log in as a Lighthouse Administrator and become root with:sudo -i

Replace default with your root password and run:

PROCEDURE for Lighthouse CLI

Replace root and default with a Lighthouse Administrator or root credentials, then run the following:

USERNAME=root

PASSWORD=default

/etc/scripts/netops_sync_handler

token=$(curl -k -L -d '{"username":"'$USERNAME'","password":"'$PASSWORD'"}' "https://127.0.0.1/api/v3.0/sessions/" | python -c 'import sys, json; print json.load(sys.stdin)["session"]')

curl -k -L -H "Content-Type: application/json" -H "Authorization: Token $token" "https://127.0.0.1/api/v3.0/netops/modules/dop/redeploy"