Versions Compared

Key

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

...

  1. Stop all agents, including Precise Listeners and the Precise FocalPoint.
  2. Manually export the PMDB, and import it to the new DBMS. For an Oracle PMDB, export the PMDB tablespaces metadata also.
  3. Start the Precise FocalPoint.
  4. Run the CLI command on the main Precise FocalPoint server. The command updates the Precise registry with the related information.
    Windows    infraWindows   infra\bin\psin_cli.bat
                      -i3-user <user<user_name>name>
                      {-i3-encrypted-password <encrypted<encrypted_password> password> | -i3-clear-password <clear<clear_password>password>}
                      -action move-pw-db
                      -parameter <parameter <parameter_name>name>=<parameter<parameter_value>value>
    UNIX                  ./infra/bin/psin_cli.sh
                      -i3-user <user<user_name>name>
                      {-i3-encrypted-password <encrypted<encrypted_password> password> | -i3-clear-password <clear<clear_password>password>}
                      -action move-pw-db
                      -parameter <parameter <parameter_name>name>=<parameter<parameter_value>value>
Info

You need to specify only the parameters that were changed. For the list of parameters, see Installing the Precise  Framework on page 9.

...