- Validate primary/standby: psql -U redsky -h localhost -c "show pool_nodes"
- Commands to gracefully shutdown the backup E911 Manager
- stop-services.sh
- service pgpool stop
- service postgresql-13 stop
- Commands to gracefully shutdown the primary E911 Manager
- stop-services.sh
- service pgpool stop
- service postgresql-13 stop
- Shut down VM from CLI: shutdown now
- 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
- 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
E911 Manager Shutdown Process
Updated
Comments
0 commentsPlease sign in to leave a comment.