...
- Disable all workflow groups, either from the Execution Manager in Desktop, or by using the
mzsh wfdisable
command. Let all batch workflows finish execution.
Note title Note! Batch workflows containing Inter Workflow agents that do not have the Deactivate on Idle check box selected will have to be shutdown manually.
Use the command
mzsh topo get
to list the instances of the the servicestorage-dispatcher
jdbc parameters.Code Block language text theme Eclipse $ mzsh topo get -s --format data-only topo://services:standard/container:<mz.container>/pico:platform/obj:storage-dispatcherconfig.properties.mz.jdbc
Info title Example - List of sevice instancesjdbc parameters Code Block language text theme Eclipse {mzsh topo get -s --format "storagedata-dispatcher1"only : { "config" : { "password" : "DR_DEFAULT_KEYtopo://container:platform1/pico:platform/obj:config.properties.mz.jdbc { "password": "DR-4-48851644227183C2041D838568E117EC", "oracle": { "typeons" : "oracle", }, "url" "type": "jdbc:oracle:thin:@myhost:1521:orcl" ", "user" : "mzadmin" }, "start-after" : [], "template" : "1/standard/oracle" } }"url": "jdbc:oracle:thin:@//<install.ora.host>:1521/MZ" }
Use the
mzsh topo set
command to update the passwords password for mzadmin in the STR:Code Block language text theme Eclipse $ mzsh topo set topo://services:standard/container:<mz.container>/pico:platform/val:storage-dispatcher.<service instance>.\ configconfig.properties.mz.jdbc.password `mzsh encryptpassword <new <password>`password>`
Info title Example - Updating the mzadmin password(s) Code Block language text theme Eclipse $ mzsh topo set topo://services:standardcontainer:platform1/pico:platform/val:storage-dispatcher.storage-dispatcher1.\ configconfig.properties.mz.jdbc.password `mzsh encryptpassword mypassword`
- Shut down the platform using the
mzsh shutdown
command. - Update the Oracle, PostgreSQL or SAP HANA passwords to correspond to the ones you set in the STRyour new mzadmin password.
- Startup the Platform.
- Enable all workflow groups and start all workflows again.