Go to main content
Oracle® SuperCluster T5-8 Owner's Guide

Exit Print View

Updated: May 2016
 
 

Configure ssctuner to Run compliance(1M) Benchmarks

Use this procedure to configure ssctuner to run compliance benchmarks.

The assessment begins within 12 minutes and then to reruns after each time the node is rebooted.

By default, this variable is set to none, but you must enable this feature.

  1. Identify available benchmarks.

    In this example, two benchmarks are available, psi-dss and solaris.

    # compliance list -b
    pci-dss solaris
    
  2. Set the ssctuner SMF variable to the chosen benchmark.

    This example uses the solaris benchmark, which runs the recommended profile.

    # svccfg -s ssctuner setprop ssctuner_vars/COMPLIANCE_RUN=solaris
    # svcadm restart ssctuner
    
  3. Verify that the compliance run is scheduled by viewing the SMF log file.

    Note - Compliance runs are staggered to prevent DOS attacks on the ZFS storage appliance.
    # grep compliance /var/svc/log/site-application-sysadmin-ssctuner\:default.log
    [ Nov 16 11:47:54 notice: Performing compliance run after delay of 519 seconds... ]
    

Related Information