You can configure a deployment manager profile for Process Center using the Profile Management Tool.
If you want to configure the Common database while creating the profile, make sure that your database server is installed and running.
install_root/java/bin/java -Duser.language=locale install_root
For
example, to start the Profile Management Tool in the German language,
enter the following command:install_root/java/bin/java -Duser.language=de install_root/bin/ProfileManagement/startup.jar
The Environment Selection page opens in a separate window.
When a profile is the default profile, commands work automatically with it. The first profile that you create on a workstation is the default profile. The default profile is the default target for commands that are issued from the bin directory in the product installation root. When only one profile exists on a workstation, every command operates on that profile. If more than one profile exists, certain commands require that you specify the profile to which the command applies.
Click Next.
Click Next. If you selected Typical profile creation, skip to the Database Configuration - Part 1 step.
If you create the certificates, you can use the default values or modify them to create new certificates. The default personal certificate is valid for one year by default and is signed by the root signing certificate. The root signing certificate is a self-signed certificate that is valid for 15 years by default. The default keystore password for the root signing certificate is WebAS. Change the password. The password cannot contain any double-byte character set (DBCS) characters because certain keystore types, including PKCS12, do not support these characters. The keystore types that are supported depend on the providers in the java.security file.
profile_root/properties/portdef.prop
Included
in this file are the keys and values used in setting the ports. If
you discover port conflicts, you can reassign ports manually. To reassign
ports, see "Updating ports in existing profiles" in the WebSphere Application
Server information
center. Run the updatePorts.ant file through the ws_ant script
detailed in this topic.Skip to the Business Space Configuration step
| Field | Action needed |
|---|---|
Select the Apply Windows Authentication option to indicate that you will connect to your databases using your Windows authentication information. If you select this option, the Process Server database, Performance Data Warehouse database, and Common database fields are made inactive. |
|
| Common database user name | Enter the user name to authenticate with the database. |
| Common database password | Enter a password to authenticate with the database. |
| Confirm password | Confirm the password. |
| Location (directory) of JDBC driver classpath files | The JDBC 2.0 driver classpath files (sqljdbc4.jar) are packaged with the product and are located in the following directory: ${WAS_INSTALL_ROOT}\jdbcdrivers\SQLServer |
| Database server host name (for example IP address) | Accept the default value of localhost or enter the correct database server host name. |
| Server port | Accept the default value of 1433 or enter the correct server port number. |