Use the install script to get the agent properties configured and
the agent process started and stopped with the system boot and
shutdown.
If for some reasons this configuration should be performed manually,
edit the values for BOOM_ROOT, PATH and JAVA_BIN as described in the
boom_agt file. The further steps are platform dependent:

AIX
 boom_agt script needs to be copied to /etc/rc.d/init.d
 Create the necessary symbolic links to a Start/Stop entry in the runlevel directories in /etc/rc.d/rc*.d

FreeBSD 
 boom_agt script needs to be copied to /usr/local/etc/rc.d or /etc/rc.d
 The service needs to be registered by adding "boom_agt_enable=YES" in /etc/rc.conf

HP-UX
 boom_agt script needs to be copied to /sbin/init.d
 Create the necessary symbolic links to a Start/Stop entry in the runlevel directories in /sbin/rc*.d

Linux and SunOS
 boom_agt script needs to be copied to /etc/init.d
 Create the necessary symbolic links to a Start/Stop entry in the runlevel directories in /etc/rc*.d
 or /etc/init.d/rc.*
 For newer Linux versions the new service needs to be registered with "insserv boom_agt"

VMWare ESX
 boom_agt script needs to be copied to /etc/init.d
 Create the necessary symbolic links to a Start/Stop entry in the runlevel directories in /etc/rc*.d
 or /etc/init.d/rc.*
 Copy the firewall service description file BOOMAgent.xml to /etc/vmware/firewall
 Activate the  BOOMAgent service definition and open the ports by executing
   esxcfg-firewall --enable BOOMAgent
 For newer ESX versions the new service needs to be registered with "insserv boom_agt"




