Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

Use the command below to get the node on this container. 

Shell

/usr/local/voipnow/bin/nodeconfig --scenario activate --controller <infrastructure controller ip> --sessionkey <sessionkey>

The command is the one you got when you assigned the role on the offline node.

...

VoipNow must know where MySQL is installed. For this, you must set the following shell environment variables.

Shell

export ALT_DB_HOST=<hostname>
export ALT_DB_PORT=<port>
export ALT_DB_USER=<user>
export ALT_DB_PASSWD=<password>
export ALT_DB_NAME=<database>

Download and run the installer.
Shell

curl -o "http://www.4psa.com/software/voipnow35installer.sh"   -o voipnowinstaller.sh -L

Update the MySQL master node

To update the MySQL Master node, you muse use the provided script and take the steps below. Run the command below.

Shell

curl -o "http://www.4psa.com/software/voipnow35installer.sh"   -o voipnowinstaller.sh -L

Ensure that the MySQL node has the following environment variables.
Shell
export ALT_DB_HOST=<hostname>
export ALT_DB_PORT=<port>
export ALT_DB_USER=<user>
export ALT_DB_PASSWD=<password>
export ALT_DB_NAME=<database>

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.