General Issues: Troubleshooting

Binary Version:
- Why don't I have access to the NSG web gui
- " sh: chkconfig: not found" is repeated in the Linux command line
Why don't I have access to the NSG web gui
If you cannot access the NSG webgui, verify:
- you are accessing port 8888 in your browser
-> http://<nsg-ip-address>:8888 - The NSG Web service is running
-> service nsg-webgui start - Firewall not preventing access
-> /etc/init.d/iptables stop (redhat) - no other service is using port 8888 on system
-> netstat -nlp
(kill any process using port 8888, at your discretion)
TARBALL USERS: - libssh2 is installed
-> yum install libssh2 (redhat)
-> apt-get install libssh2 (debian/ubuntu)
or
download: http://www.libssh2.org/download/
" sh: chkconfig: not found" is repeated in the Linux command line
You system is missing chkconfig. This is a typical scenario in Debian/ubuntu installations.
Install chkconfig by:
-> apt-get install chkconfig (Debian/ubuntu)