OpenSolaris 2008.11 Media Management System Administration Guide

Table of Contents

Configuring MMS to Use ACSLS

The procedure in Modifying the ACSLS Configuration prepared the ACSLS software's static binary files and the shared library. In this procedure, you specify the paths to these files and library. The paths are stored as SMF properties of the Watcher service,mms:wcr.

  • The default path for the SMF property ssi_path is /opt/mms/bin/acsls.
  • The default path for the SMF property libapi_path is /opt/mms/lib/acsls.

How To Specify the Paths for ACSLS Files

  1. Change the SMF property for each runtime path:
    svccfg -s mms:wcr setprop option/ssi_path=/MyPath/bin/acsls
    svccfg -s mms:wcr setprop option/libapi_path=/MyPath/lib/acsls
    

    where MyPath is the location of your site's ACSLS static binary files and shared library.

  2. Read the SMF properties so that the Watcher service uses the new paths:
    svcadm refresh mms:wcr
    
  3. Verify the change:
    svcprop -c mms:wcr | grep ssi_path
    svcprop -c mms:wcr | grep libapi_path