IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX > Configuring security in IMPAX: Solaris
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 an AS3000 (Solaris) system.
To change the mvf password in Solaris
Log into the Database Server as user service.
Stop the Oracle listener service by typing
lsnrctl stop
Log in as the root user.
Stop the IMPAX services by typing
stop_impax
Log in as the mvf user.
To update the password, type
cd
sqlplus dbadmin/password_for_dbadmin as sysdba
alter user user_name identified by new_password;
where user_name is the mvf user and new_password is the new mvf password.
Log in as the root user.
Change to the /usr/mvf/bin/ directory.
Type
./passkey -M SET -u mvf -P new_password
where new_password is the same password specified when updating the password in sqlplus.
Export the passkey by typing
./passkey -M EXPORT -k user_key
where user_key is the password used to import the password file.
On all AS300 servers (such as Curator stations) 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_ora.
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.
Import the passkey onto any Network Gateway, Archive Server, and Curator/CD Export servers by opening a command prompt and typing
passkey -M IMPORT -k user_key
On the Database Server, to restart the listener, type
lsnrctl start
To restart the IMPAX services, type
start_impax
To log into Administration Tools with the new mvf password:
Open the following file in a text editor: ./export/mvf/service/etc/jserver.properties.
Modify the jmtk.dbPassword attribute with the new mvf password.
Save and close the file.
Open the following file in a text editor: ./export/mvf/service/etc/jclient.properties.
Modify the dbPassword attribute with the new mvf password.
Save and close the file.
See also
Changing your Administration Tools password
Logging into the IMPAX Administration Tools
Topic number: 50361 Applies to: IMPAX 6.5.1 Server Knowledge Base |