SCSYMON-SRV

From pressy's brainbackup
Jump to: navigation, search

Sun Cluster SyMON Server Daemon

I think this issue is on every 3.2 version if you don't use the sun management center. Don't know why it is still a default.

# svcs -xv
svc:/system/cluster/scsymon-srv:default (Sun Cluster SyMON Server Daemon)
State: offline since Tue Jun 29 11:57:42 2010
Reason: Dependency svc:/application/management/sunmcagent:default is absent.
See: http://sun.com/msg/SMF-8000-E2
Impact: This service is not running.

# cd /usr/cluster/lib/svc/method/
# cp svc_cl_svc_enable svc_cl_svc_enable.org 
# cp svc_boot_check svc_boot_check.org 
# vi svc_cl_svc_enable change from:
$SVCADM enable svc:/system/cluster/scslmclean:default
$SVCADM enable svc:/system/cluster/scsymon-srv:default
$SVCADM enable svc:/system/cluster/cl-svc-cluster-milestone:default
###### to:
$SVCADM enable svc:/system/cluster/scslmclean:default
$SVCADM enable svc:/system/cluster/cl-svc-cluster-milestone:default
# vi svc_boot_check
###### change from:
svc:/system/cluster/cl-svc-cluster-milestone:default
svc:/system/cluster/scsymon-srv:default"
###### to (Take care of " at the end to the line!):
svc:/system/cluster/cl-svc-cluster-milestone:default"
# svcadm disable svc:/system/cluster/scsymon-srv