You can use the Profile Management Tool to augment an existing WebSphere® Application Server V8.0 deployment manager profile.
Remember to shut down any servers associated with a profile you plan to augment.
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 Typical option augments a profile with default configuration settings.
The Advanced option lets you specify your own configuration values for a profile.
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 |
|---|---|
| User name to authenticate with the database | Enter the user name to authenticate with the database. |
| Password for database authentication | Enter a password to authenticate with the database. |
| Confirm password | Confirm the password. |
| Location (directory) of JDBC driver classpath files | The JDBC driver classpath files are packaged with the product and are located in ${WAS_INSTALL_ROOT}/jdbcdrivers/DB2. |
| 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 50000 or enter the correct server port number. |
| Schema name | Enter a schema name for the Common database. |