Appendix G High Availability560 September 2002 HPSS Installation GuideRelease 4.5, Revision 26. Create /var/hahpss (or corresponding directory) on node 2.7. Synchronize the scripts using hpss_sync.ksh. If you are setup properly with your /.rhostfiles, run the following from the script directory:% ./hpss_sync.ksh Where is the standby address of node 2. This will copy the HAHPSS scripts from the current node (node 1) to the specified node (node 2). Any timechanges are made to these scripts, it will be necessary to resynchronize using thiscommand.G.5.1.1 Build hpss_start_listNow that configuration is done, the next step is to create a file that will enable HACMP to startupall of the HPSS servers, hpss_start_list. When finished, the contents of hpss_start_list should besomething like this (lines are wrapped):./hpss_logd “Log Daemon” /.:/encina/sfs/hpss/globalconfig hpss_log /krb5/hpss.keytabs 2 &./hpss_bfs “BFS” /.:/encina/sfs/hpss/globalconfig hpss_bfs /krb5/hpss.keytabs 2 &./hpss_mmon “Metadata Monitor” /.:/encina/sfs/hpss/globalconfighpss_mmon /krb5/hpss.keytabs 2 &./hpss_logc “Log Client (hanode1)” /.:/encina/sfs/hpss/globalconfighpss_log /krb5/hpss.keytabs 2 &./hpss_mvr “Mover (hanode1)” /.:/encina/sfs/hpss/globalconfig hpss_mvr/krb5/hpss.keytabs 2 &./hpss_cns “Name Server” /.:/encina/sfs/hpss/globalconfig hpss_cns /krb5/hpss.keytabs 2 &./hpss_ls “Location Server” /.:/encina/sfs/hpss/globalconfig hpss_ls /krb5/hpss.keytabs 2 &./hpss_ss_disk “Disk Storage Server” /.:/encina/sfs/hpss/globalconfighpss_ss /krb5/hpss.keytabs 2 &./hpss_mvr “Mover (mover3)” /.:/encina/sfs/hpss/globalconfig hpss_mvr/krb5/hpss.keytabs 2 &./hpss_ndcg “Non-DCE Gateway” /.:/encina/sfs/hpss/globalconfighpss_ndcg /krb5/hpss.keytabs 2 &./hpss_pvl “PVL” /.:/encina/sfs/hpss/globalconfig hpss_pvl /krb5/hpss.keytabs 2 &./hpss_mps “Migration/Purge Server” /.:/encina/sfs/hpss/globalconfighpss_mps /krb5/hpss.keytabs 2 &Follow these steps to create hpss_start_list for your system:1. Ensure all HPSS servers are up and running2. Go to the directory on the active node that contains your scripts (/var/hahpss).3. Use the a process table dump as a starting point:% ps -ef | grep hpss > hpss_start_list