Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Disable all workflow groups, either from the Execution Manager in Desktop, or by using the mzsh wfdisable command.

  2. Let all batch workflows finish execution.

    Note
    titleNote!

    Batch workflows containing Inter Workflow agents that do not have the Deactivate on Idle check box selected will have to be shutdown manually.


  3. Use the command mzsh topo get to list the instances of the the service storage-dispatcherjdbc parameters.

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo get -s --format data-only topo://services:standardcontainer:<mz.container>/pico:platform/obj:storage-dispatcherconfig.properties.mz.jdbc


    Info
    titleExample - List of sevice instancesjdbc parameters


    Code Block
    languagetext
    themeEclipse
    {mzsh topo get -s --format "storagedata-dispatcher1"only : {
            "config" : topo://container:platform1/pico:platform/obj:config.properties.mz.jdbc
     
    {
                "password" : "DR_DEFAULT_KEY-4-48851644227183C2041D838568E117EC",
      "oracle": {
            "typeons" : "oracle",
        },
           "urltype" : "jdbc:oracle:thin:@myhost:1521:orcl"
            ",
       "user" : "mzadmin"
            },
            "start-after" : [],
            "template" : "1/standard/oracle"
        }
    }"url": "jdbc:oracle:thin:@//<install.ora.host>:1521/MZ"
    }



  4. Use the mzsh topo set command to update the passwords in the STRpassword for mzadmin:

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set topo://services:standardcontainer:<mz.container>/pico:platform/val:storage-dispatcher.<service instance>.\
    configconfig.properties.mz.jdbc.password `mzsh encryptpassword <password>`<new password>`


    Info
    titleExample - Updating the mzadmin password(s)


    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set topo://container:platform1/servicespico:standardplatform/val:storage-dispatcher.storage-dispatcher1.\
    configconfig.properties.mz.jdbc.password `mzsh encryptpassword mypassword`



  5. Shut down the platform using the mzsh shutdown command.

  6. Update the Oracle, PostgreSQL or SAP HANA passwords to correspond to the ones you set in the STR.

  7. Startup the Platform.

  8. Enable all workflow groups and start all workflows again.