Stopping the entire multiple primary servers environment

Use this procedure to stop all servers for planned maintenance, such as a scheduled power outage.
  1. Stop all secondary servers. On each secondary server, enter this command:
    stopaiw
  2. To stop the UI server enter this command:
    stopaiw
  3. To stop RICOH ProcessDirector on the alternate primary server, enter this command:
    stopaiw
  4. To stop RICOH ProcessDirector on the lead primary server, enter this command:
    stopaiw
  5. To stop the database on the database server:
    • For PostgreSQL:
      systemctl stop postgresql
    • For DB2:
      su - aiwinst -c "db2stop force"
  6. Optional: To stop the NFS service on the file server, enter this command:
    systemctl stop nfs-server.service

    Stop NFS only if you plan to power off or perform maintenance on the file server.