NetOps Modules are released independently of Lighthouse software or Operations Manager firmware.
These releases are shipped to Amazon's ECR Public Gallery, where they can be fetched by Lighthouse then deployed to all activated nodes by Lighthouse.
Note: If your Lighthouse can't reach the ECR Public Gallery, use the procedure described in this article to upgrade.
From the Lighthouse UI
- Login to the Lighthouse web UI as a Lighthouse Administrator or the root user
- From the menu, select SETTINGS > Services > NetOps Modules
- Click the Synchronize icon
- From the menu, select CONFIGURE NODES > NetOps Modules > Manage Modules
- Click the Redeploy icon
From the Lighthouse CLI
Replace root and default with a Lighthouse Administrator or root credentials, then run:
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"
Comments
0 comments
Article is closed for comments.