12-30-2009 10:27 AM
Hi,
I want to ask some questions:
1- How to know the current version of NSM OS on appliance through command line?
2- How to reboot, shutdown, start stop Guisvr etc through cli?
Thanks
12-31-2009 06:31 AM
I'm not sure about the CLI for OS version (haven't bother to look into it in the pass
). However, most likely the box is reachable from a web browser, so point your web browser to https://<ip of nsm> and it should provide you a login page. Login with the admin account and it has some info on the screen, which I think includes the version.
To restart the GuiSvr/DevSvr, do the following:
1) get to root (I think nsm account also works)
2) there are 2 scripts in /etc/init.d depending on if you want to restart the gui or dev server. Don't have the actual name right now, but look int /etc/init.d and you'll see the 2 files. There are options to stop, restart, start, status.
-Mike
01-01-2010 04:57 AM
i know the commands of NSM , but i don't know if it will work for NSM-Xpress as well:
/etc/init.d/devSvr ( restart start stop)
/etc/init.d/guiSvr ( restart start stop)
01-02-2010 09:13 AM
Yes, the above commands posted by SSHSSH will work on NSM-Xpress also.
01-02-2010 12:56 PM
Thanks for both