Previous Topic: UNIX Agent ConsiderationsNext Topic: Installation Prerequisites for the Agent on IBM AIX


Installation Prerequisites for the Agent on Sun Solaris

Before you install the UNIX agent on a Sun Solaris computer, you must ensure that the required minimum kernel configuration parameters are set.

To set or modify the kernel configuration parameters for Solaris 5.10

For Solaris 5.10, the resource control configuration parameter max-shm-memory must be set to 5242880

or higher and the max-sem-ids parameter must be set to 256 or higher.

  1. Query the current values of these parameters using the prctl command, for example:
    prctl -P -n project.max-shm-memory -i project user.root
    
    prctl -P -n project.max-sem-ids -i project user.root
    
  2. If the resource control configuration parameters need to be updated, use one of the following commands: