[ 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=x2000000
    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_semms1=32
    
  3. Reboot the server.
[ Contents ] [ Index ]