1.2 Installing the PUM Manager

To install the PUM manager:

  1. Deploy a SUSE Linux Enterprise Server 11 SP2 VM image.

  2. Install the following packages on this SUSE Linux Enterprise Server:

    • tomcat6

    • unzip

    • ntp

    • gettext-runtime

    • sudo

    • java-1.7.0-ibm

  3. Copy the following installation files to the VM image:

    • managedcssvc.tgz

    • netiq-npum-manager-x.x.x-linux-x.x-x86_64.rpm

    • pummgr-x.x.x-x.x.noarch.rpm

  4. Install netiq-npum-manager.

    rpm -i netiq-npum-manager-x.x.x-linux-x.x-x86_64.rpm
    
  5. Unarchive managedcssvc.tgz.

    tar –xvf managedcssvc.tgz
    
  6. Install the three rpms from the archive.

    rpm -i managedcssvc-x.x.x-x.x.noarch.rpm activemq-x.x.x-x.x.x86_64.rpm cssevents-x.x.x-x.x.noarch.rpm
    
  7. Install pummgr-x.x.x-x.x.noarch.rpm.

    rpm -i pummgr-x.x.x-x.x.noarch.rpm
    
  8. To verify that the PUM manger installed correctly, verify that the pummgr.war file is in the /usr/share/ncss/repo/ directory.

  9. Proceed to Section 1.3, Installing the PUM Agent.