Go to main content

Managing Devices in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

How to Install an RCM Script

  1. Write the RCM script and assign it a name that uses the following format:
    vendor,service
    vendor

    The stock symbol of the vendor that provides the script or any distinct name that identifies the vendor.

    service

    The service that the script represents

  2. Become an administrator.
  3. Copy the script to the appropriate directory.

    See RCM Script Directories.

    For example:

    # cp ABC,sample.pl /usr/lib/rcm/scripts
  4. Change the user ID and the group ID of the script.
    # chown user:group /usr/lib/rcm/scripts/ABC,sample.pl
  5. Send SIGHUP to the RCM daemon.
    # pkill -HUP -x -u root rcm_daemon