IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX > Configuring security in IMPAX: Windows

Changing the mvf password in Oracle on Windows

You can change the password for the mvf user to a more secure one than the default password. (Tips for more secure passwords are available in the Changing your Administration Tools password topic.) The following is the recommended method of doing so on when running an AS300 (Windows) system under Oracle on Windows.

To change the mvf password in Oracle on Windows

  1. To stop the IMPAX services, on all servers in the cluster, open a command prompt and type

    stopall.bat

  2. In the command prompt window, open sqlplus by typing

    sqlplus dbadmin/dbadmin as sysdba

  3. In the sqlplus editor, type

    alter user mvf identified by new_password;

    where new_password is the new mvf password.

  4. Change to the C:\mvf\bin directory.

  5. Type

    passkey.exe -M SET -u mvf -P new_password

    where new_password is the same password specified in step 2.

  6. Export the passkey by typing

    passkey -M EXPORT -k user_key

    where user_key is the password used to import the password file.

  7. On all AS300 servers and all Application Servers, reconfigure the ODBC connections with the new mvf password.

    In doing so, keep in mind that some servers have more than one DSN connection to the MVF database. For example, an Application Server has two DSN connections: mvf and mvf_sql.

  8. Import the passkey onto the Application Server by starting the Configuration Tool, switching to the Security tab, clicking Import Password, selecting the portable password file, and entering the password used to import the password file.

  9. Import the passkey onto any Network Gateway, Archive Server, and Curator/CD Export servers in the cluster by opening a command prompt and typing:

    passkey -M IMPORT -k user_key

  10. On the all servers in the cluster, to restart the IMPAX services, type

    startall.bat

  11. To log into Administration Tools with the new mvf password, on the Database Server, open the following files in a text editor and modify the mvf password to the new mvf password:

    1. C:\mvf\java\etc\jserver.properties

    2. C:\mvf\java\etc\jclient.properties

    3. C:\mvf\java\etc\jclient_simpacs.properties

    4. C:\mvf\java\etc\jclient_impax.properties


See also


Topic number: 119008

Applies to: IMPAX 6.5.1 Server Knowledge Base