Restarting Database Manager

Last Updated : Aug 29, 2022 |
Prolog information
Use this procedure to restart Database Manager.
Note:
This procedure is only applicable to Avaya Analytics™ High Availability (HA) deployments.
  1. Log in to the Cluster Control Manager (CCM) console as a cust user.
  2. Switch to being the root user by entering the command su.
  3. To run the Analytics Administration script, use the following command:
    ADDITIONAL INFORMATION:
    ccm release orca analytics
  4. Select Troubleshooting by pressing the corresponding number.
  5. Select General by pressing the corresponding number.
  6. To restart the Database Manager, select the Restart Database Manager option by entering the corresponding number.
  7. In the Proceed to Database Manager pod restart? option, enter y.
    STEP RESULT:
    This step restarts the Database Manager.
  8. Return to the previous page by entering b.
  9. Quit the current page by entering q.
  10. Return to the main menu by entering m.
  11. To check the status of all pods, in the CCM console, run the following command as a customer user:
    ADDITIONAL INFORMATION:
    kubectl get pods | grep dbmgr
    The dbmgr pod status is 0/1 Completed once the job completes running.
  12. To monitor the pods that you restarted, run the following command:
    ADDITIONAL INFORMATION:
    kubectl get pods -w | grep dbmgr