Setting up
Choose which branch to follow:
- default - Last stable release, including hotfix releases
- develop - Last stable development snapshot
- feature/<name> - One of the feature-testing releases. See full list for details
Set up etc/upgrade.conf
BRANCH=<branch name>
Stopping NOC daemons
All NOC daemons must be stopped during upgrade. Stop noc-launcher daemon
OS | CLI Command |
---|---|
Linux | /etc/init.d/noc-launcher stop |
Solaris | svcadm disable noc-launcher |
FreeBSD | /usr/local/etc/rc.d/noc stop |
Upgrading NOC
/opt/noc# ./scripts/upgrade
Starting NOC daemons
Start noc-launcher daemon to restore NOC operations
OS | CLI Command |
---|---|
Linux | /etc/init.d/noc-launcher start |
Solaris | svcadm enable noc-launcher |
FreeBSD | /usr/local/etc/rc.d/noc start |