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

Exit Print View

Updated: May 2016
 
 

Install ssctuner

By default, ssctuner is installed and running. If for some reason ssctuner is not installed, use this procedure to install it.

  1. Install the ssctuner package.

    Use the Oracle Solaris package command and package name based on the version of the OS.

    • Oracle Solaris 10 OS:


      Note - You must be in the directory where the ORCLssctuner package tree resides.
      # pkgadd -d ORCLssctuner
      
    • Oracle Solaris 11 OS:


      Note - You must have the latest exa-family repository set as a publisher.
      # pkg install ssctuner
      
  2. Verify the package installation.
    • Oracle Solaris 10 OS:

      # pkginfo ORCLssctuner
      
    • Oracle Solaris 11 OS:

      # pkg info ssctuner
      
  3. Verify that the ssctuner service is automatically started after the package installation.
    # svcs ssctuner
    

    If the service does not transition to an online state after a minute or two, check the service log file. See View Log Files.

  4. Reboot the OS.

    When ssctuner changes configuration files, you must reboot the OS for those changes to take effect.

Related Information