E911 Manager Shutdown Process

  1. Validate primary/standby: psql -U redsky -h localhost -c "show pool_nodes"
  2. Commands to gracefully shutdown the backup E911 Manager
    • stop-services.sh
    • service pgpool stop
    • service postgresql-13 stop
  3. Commands to gracefully shutdown the primary E911 Manager
    • stop-services.sh
    • service pgpool stop
    • service postgresql-13 stop
  4. Shut down VM from CLI: shutdown now
  5. After booting the VMs back up run the following on the Primary first, once fully completed run on Standby
    • stop-services.sh
    • service pgpool stop
    • service postgresql-13 restart
    • service pgpool start
    • killall java -9
    • killall jsvc -9
    • service jms stop
    • service jms start
    • start-services.sh
  6. After booting the primary E911 Manager, commands needed to get the cluster healthy and promote this node backup to primary
    • Check node status: psql -U redsky -h localhost -c "show pool_nodes"
    • If the server you want running primary is running backup you just need to run service postgresql-13 stop on the running primary which will trigger a failover
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.