[ Contents ] [ Index ]

HP OpenView Won't Install or the Trap Daemon Won't Start

If you installed HP OpenView on the same server that you set up to send SNMP traps, there are insufficient system resources for both the trap daemon and HP OpenView to run. Reconfigure system resources as explained in the following steps.

  1. Add the following lines to the end of /etc/system:
  2. set shmsys:shminfo_shmmax=0x2000000
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=256
    set shmsys:shminfo_shmseg=256
    
    set semsys:seminfo_semmap=256
    set semsys:seminfo_semmni=512
    set semsys:seminfo_semmns=512
    set semsys:seminfo_semmsl=32
    
    NOTE: If, due to the requirements 
              of another application installed on your system, /etc/system 
              already contains statements assigning values to any of these kernel 
              parameters, you need to merge the parameter assignments as shown in 
              Step 1 into the file so that each parameter is only assigned once. If 
              a previous parameter value is different than one specified in Step 1, 
              specify the larger value.
  3. Reboot the server.
[ Contents ] [ Index ]