Go to main content

Managing Devices in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

Preparations for Writing an RCM Script for Specific Site Use

    You need to gather some information before writing an RCM script for site customization.

  1. Identify the resources to be dynamically removed.

    Make sure to list the devices' logical Ap_Id.

    # cfgadm -al
  2. Identify the applications and the commands to stop them before resources can be removed.

    Consult the application documentation for these commands.

  3. Identify the script commands to run before the resources are removed.

    Refer to the rcmscript(5) man page.

  4. Identify the script commands to run after the resources are removed.

    Refer to the rcmscript(5) man page.