Work Around (webconsole hangs):
Do the following after upgrade:
# /usr/share/webconsole/private/bin/wcremove -i console
Stopping console process...
Removing console instance configuration files...
# ls //var/webconsole/domains/console/conf
//var/webconsole/domains/console/conf: No such file or directory
# svcadm clear system/webconsole:console
# smcwebserver start
Console service is already running
# svcs -vx
svc:/application/print/server:default (LP print server)
State: disabled since Fri Aug 15 12:36:19 2008
Reason: Disabled by an administrator.
See: http://sun.com/msg/SMF-8000-05
See: man -M /usr/share/man -s 1M lpsched
Impact: 2 dependent services are not running:
svc:/application/print/rfc1179:default
svc:/application/print/ipp-listener:default
#
Date Modified: 2008-08-15 20:02:23 GMT+00:00
..the "already running" message because the service is "enabled"; that is, it started automatically when you cleared it...
So, the workaround can just be:
/usr/share/webconsole/private/bin/wcremove -i console
svcadm clear system/webconsole:console
Work Around (runs on local only):
Do the following after upgrade:
# svccfg -s svc:/system/webconsole setprop options/tcp_listen = true
# svcadm refresh svc:/system/webconsole
Stopping console process...
# svcadm clear system/webconsole:console
# smcwebserver start
Console service is already running
# svcs -vx
svc:/application/print/server:default (LP print server)
State: disabled since Fri Aug 15 12:36:19 2008
Reason: Disabled by an administrator.
See: http://sun.com/msg/SMF-8000-05
See: man -M /usr/share/man -s 1M lpsched
Impact: 2 dependent services are not running:
svc:/application/print/rfc1179:default
svc:/application/print/ipp-listener:default
#Date Modified: 2008-08-15 20:02:23 GMT+00:00
..the "already running" message because the service is "enabled"; that is, it started automatically when you cleared it...
So, the workaround can just be:
# svccfg -s svc:/system/webconsole setprop options/tcp_listen = true
# svcadm refresh svc:/system/webconsole
# svcadm clear system/webconsole:console
# smcwebserver start