To have HPSSA start at boot time, the file /opt/hp/hpssa/init.d/hpssad needs to
be copied to directory for system start-up scripts - typically it is the 
/etc/init.d directory.  Enter this command:

   cp /opt/hp/hpssa/init.d/hpssad /etc/init.d


By default, ALL runlevels are disabled (turned off). The chkconfig command
should be used to turn it on for the specific runlevels you want hpssad to
be turned on. For example:

   chkconfig --levels 345 hpssad on
