How do I change the Admin password?

Follow these steps to change the Admin passoword.

Important:

The following steps will cause the SSM to restart. The Admin password must only be changed when there is no workload running in the cluster.

  1. Disable all Symphony applications:

    soamcontrol app disable all -f

  2. Stop all EGO services:

    egosh service stop all

  3. Modify the Admin password:

    egosh user modify -u Admin -x <newpassword>

  4. Log on to Symphony again:

    egosh user logon -u Admin -x <newpassword>

  5. Start all EGO services:

    egosh service start all

  6. Enable each application:

    soamcontrol app enable <appname>

  7. Submit workload.