how to access solaris management console from web browser?
Hi,
I am running Sol9 with the latest patches. The console gui freezes every time I try to admin NIS users in my NIS toolbox. It used to work but now it doesn't. I need to access this thing from a web browser if that's possible since there is no console that I can install on my windows laptop that can connect to the server.
Can this be done? I can't find any info on docs.sun.com on what URL and port to use.
I did find something that says there is a /usr/sadm/bin/smcwebserver but it does not exist on any of my machines.
Help? Please?
Thanks,
Tom
[596 byte] By [
worlok] at [2007-11-14]

On my machine, when I point my browser to http://<hostname>:898 (the management server port) I get a nice message telling me that a web version of the Solaris Management Console is not currently available.Running the console tells me I'm running v2.1 which is what came out of the box.
I think the webserver component you refer to only ships with v3.0 and later. You can go to http://wwws.sun.com/software/solaris/sunmanagementcenter/index.html and download a base version for free to check it out.
By the way, I don't use a remote console to manage remote servers. It's too clunky. My solution for running the SMC remotely is to start an XServer on my laptop, telnet to the Sun host, su - root, set DISPLAY=<mylaptop>:0 and then run smc directly from the host. As long as there's no firewall blocking port 6000 between you and your host, you should be OK. This should be straightforward if you've run any graphical X apps before.
However, I don't administer NIS and my laptop is a Mac. Your mileage may vary considerably.