CentOS 8.x SAP Pacemaker cluster start and stop
From Notes_Wiki
Home > CentOS > CentOS 8.x > SAP setup and maintenance > Pacemaker cluster start and stop
Stopping Pacemaker cluster app, DB and NFS
For pacemaker start and stop for Hana DB and application servers in RHEL refer below steps:
Stop Application servers
- From Master node, Put the cluster in maintenance mode:
- pcs property set maintenance-mode=true
- Stop SAP services (PAS & AAS services) with help of SAP Application team
- Stop cluster services on Slave node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Stop pacemaker cluster
- Stop cluster services on Master node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Stop pacemaker cluster
Stop Database servers
- Put the cluster in maintenance mode:
- pcs property set maintenance-mode=true
- Stop SAP DB services with help of SAP team
- Stop cluster services on Slave node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Check HANA DB services status
- su - <username>
- HDB info
- Stop pacemaker cluster
- Stop cluster services on Master node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Check HANA DB services status
- su - <username>
- HDB info
- Stop pacemaker cluster
If NFS server has Pacemaker cluster, then Stop NFS servers:
To stop NFS server use:
- Put the cluster in maintenance mode:
- pcs property set maintenance-mode=true
- Stop cluster services on NFS2 node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Stop pacemaker cluster
- Stop cluster services on NFS1 node
- Stop pacemaker cluster
- pcs cluster stop
- Check services status
- pcs cluster status
- Stop pacemaker cluster
Starting Pacemaker cluster app, DB and NFS
To start pacemaker clusters use below step:
If NFS server has Pacemaker cluster, then Start NFS servers
To start NFS server use:
- Check and Start cluster services on NFS1 node
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- Check and Start cluster services on NFS2 node
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- From Master node, Remove the cluster from maintenance mode:
- pcs property set maintenance-mode=false
Start Database servers
- Start cluster services on Master node
- Start HANA DB manually. Take Help from SAP team
- Check and Start cluster services
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- Start cluster services on Slave node
- Check and Start cluster services
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- Check and Start cluster services
- From Master node, Remove the cluster from maintenance mode:
- pcs property set maintenance-mode=false
Start Application servers
- Start cluster services on Master node
- Start SAP services (PAS & AAS services) with help of SAP Application team
- Check and Start cluster services
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- Start cluster services on Slave node
- Check and Start cluster services
- Check services status
- pcs cluster status
- If cluster services not started, then start the same
- pcs cluster start
- Check services status
- Check and Start cluster services
- From Master node, Remove the cluster from maintenance mode:
- pcs property set maintenance-mode=false
Home > CentOS > CentOS 8.x > SAP setup and maintenance > Pacemaker cluster start and stop