Go to main content

Managing Devices in Oracle® Solaris 11.3

Exit Print View

Updated: April 2018
 
 

How to Install an RCM Script

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.3.

  2. Copy the script to the appropriate directory.

    See Figure 6, Table 6, RCM Script Directories.

    For example:

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