Enabling Sun's Web Console to be remotely access
1) Verify the service is online, starting if necessarysvcs -a webconsole
If you see a status of offline, use
svcadm enable webconsole
svccfg -s webconsole setprop options/tcp_listen = boolean: true
3) Refresh the service to pick up the new property value
svcadm refresh webconsole
4) Restart the process (this may take a min or two to complete)
svcadm restart webconsole
5) Access the service using https://<hostname>/:6789**
There are 166 comments on this page. [Display comments]