Sar in SMF
How do you report an issue/bug for solaris 10 OS. The OS is not an option here http://bugreport.sun.com/bugreport/ !
Here is the method. the issue is that the crontab in this method can not be written due to vannila permissions on the crontab directory.
Also not sure i like the way the service is disabled either, on the off chance you have sys running other jobs!
#!/sbin/sh
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "@(#)svc-sar 1.9 05/01/01 SMI"
#
# Start method script for the system activity reporting service.
#
# To enable periodic collection of data, you may need to uncomment
Here is the method. the issue is that the crontab in this method can not be written due to vannila permissions on the crontab directory.
Also not sure i like the way the service is disabled either, on the off chance you have sys running other jobs!
#!/sbin/sh
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "@(#)svc-sar 1.9 05/01/01 SMI"
#
# Start method script for the system activity reporting service.
#
# To enable periodic collection of data, you may need to uncomment
0