Restarting mstr-srv pod

Last Updated : Dec 04, 2025 |

About this task

Use this procedure to restart the mstr-srv pod.

Before you begin

Single-node to multinode cluster migration must be completed.

Upscaling of Avaya Analytics™ database must be completed.

Procedure

  1. Log in to the Cluster Control Manager (CCM) console as the customer user.
  2. Switch to being the root user by entering the command su.
  3. To update the MSTR_DEF_ADMIN_PW to match with MSTR_ADMIN_PW in mstr-srv secret, run the following command:
    k edit secret -n mstr srv-secret

    Both passwords must be the same.

  4. To stop the mstr-srv pod, run the following command:
    k scale deployment mstr-srv --replicas=0 -n mstr
  5. Wait till complete and then run the following command:
    k scale deployment mstr-web --replicas=0 -n mstr
    Note:
    Ensure that the pods are not shown when executing the command:
    k get pods -n mstr
  6. To start the mstr-srv pod, run the following command:
    k scale deployment mstr-srv --replicas=1 -n mstr
  7. Wait till complete and then run the following command:
    k scale deployment mstr-web --replicas=1 -n mstr
  8. To check if pods are up, run the following command:
    k get pods -n mstr
    Note:

    mstr-srv pod takes 25 - 30 minutes to get to Ready (1/1) state.

Next Steps

For more information about certificate creation procedure, see Post installation tasks chapter in Deploying Avaya Analytics™ for Avaya Oceana® guide.

Verify that all the pods are in a Running state.