Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: If the Cloudfon CX runs on a Cloud platform such as AWS, and the cloud platform has the firewall itself, you MUST open the ports on the cloud platform firewall too.

Note: All of the following Linux commands must be executed in the same working path, which is assumed to be /root/cloudfon_cx in this example.

...

Restart the selected service of cloudfon-cccx

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh restart -s [Service Name]

Stop cloudfon-cc cx Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh stop

Stop the selected service of cloudfon-cccx

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh stop -s [Service Name]

Start cloudfon-cc cx Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh start

Start the selected service of cloudfon-cccx

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh start -s [Service Name]

Uninstall cloudfon-cc cx Services

Code Block
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh rm

...