Managing Devices in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

How to Install an RCM Script

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

    See Table 2–3.

    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