Follow these steps to change the Admin passoword.
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.
Disable all Symphony applications:
soamcontrol app disable all -f
Stop all EGO services:
egosh service stop all
Modify the Admin password:
egosh user modify -u Admin -x <newpassword>
Log on to Symphony again:
egosh user logon -u Admin -x <newpassword>
Start all EGO services:
egosh service start all
Enable each application:
soamcontrol app enable <appname>
Submit workload.