WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


Augmenting profiles with manageprofiles command with Derby or DB2® databases – examples

Example profile augmentation commands to help you augment stand-alone server, deployment manager, and custom profiles using the manageprofiles command on your installation.

Stand-alone server profile

The following command example augments a WebSphere® Application Server stand-alone server profile called AppServ03 with WebSphere Process Server functionality on a Windows® server. The parameters in Table 1 and Table 2 specify the following:

WebSphere Enterprise Service Bus example

Table 1 shows manageprofiles command parameters with example values used to create a stand-alone server profile.

Table 1. Specified manageprofiles command parameters
Parameter Value
-augment N/A
-templatePath "install_root\profileTemplates\default.esbserver" (must be fully qualified)
-profileName "AppServ03"
-adminPassword "admin_pwd"
-adminUserName "admin_id"
-dbType "DERBY_EMBEDDED"
-dbUserId "cei_id"
-dbPassword "cei_pwd"
-ceiDbName "event"
-dbDelayConfig "true"
-ceiDbAlreadyConfigured "false"
-dbType "DERBY_EMBEDDED"
-dbName "WPRCSDB"
-dbCreateNew "true"
-dbDelayConfig "false"
-dbCommonForME "false"
-fileStoreForME "false" (cannot be true when -dbCommonForME is also true)
-configureBSpace "false"

Table 2 shows manageprofiles command parameters with default values that do not normally have to be changed.

Table 2. Defaulted manageprofiles command parameters
Parameter Default values
-dbOutputScriptDir "install_root\profiles\AppServ03\dbscripts\CommonDB\Derby\WPRCSDB"
-dbOutputscriptDir "install_root\profiles\AppServ03\dbscripts\CEI_event"

Deployment manager profile (without deployment environment setup)

The following command example augments a WebSphere Application Server deployment manager profile called Dmgr04 with WebSphere Process Server functionality on a Windows server. The parameters in Table 3 and Table 4 specify the following:

WebSphere Enterprise Service Bus example

Table 3 shows manageprofiles command parameters with example values used to create a deployment manager profile.

Table 3. Specified manageprofiles command parameters
Parameter Value
-augment N/A
-templatePath "install_root\profileTemplates\dmgr.esbserver" (must be fully qualified)
-profileName "Dmgr04"
-adminPassword "admin_pwd"
-adminUserName "admin_id"
-ndtopology "false" (configuration of a deployment environment is not supported during profile augmentation)
-dbType "DERBY_NETWORKSERVER"
-dbName "WPRCSDB"
-dbCreateNew "true"
-dbDelayConfig "false"
-dbHostName "localhost"
-dbUserId "db_id"
-dbPassword "db_pwd"
-dbServerPort "1529"

Table 4 shows a manageprofiles command parameter with a default value that does not normally have to be changed.

Table 4. Defaulted manageprofiles command parameters
Parameter Default values
-dbOutputScriptDir "install_root\profiles\Dmgr04\dbscripts\CommonDB\Derby\WPRCSDB"

Custom profile (without deployment environment setup)

The following command example augments a WebSphere Application Server custom profile called Custom05 with WebSphere Process Server functionality on a Windows server. This example is set to operate with the deployment manager profile created above.

The parameters in Table 5 specify the following:

  • The Derby Network Server database product is used for the Common database, which is assumed to already exist. The custom profile creation simply needs to point to the database used by the deployment manager to which the custom profile will be federated. For a complete listing of database-related manageprofiles parameters, see the topic manageprofiles parameters for Common database configuration (per database product).
  • Administrative security is enabled on the deployment manager to which the custom profile will be federated.
See manageprofiles parameters for a listing of all valid manageprofiles parameters.

WebSphere Enterprise Service Bus example

Table 5 shows manageprofiles command parameters with example values used to create a custom profile.

Table 5. Specified manageprofiles command parameters
Parameter Value
-augment N/A
-templatePath "install_root\profileTemplates\managed.esbserver" (must be fully qualified)
-profileName "Custom05"
-dmgrHost "localhost"
-dmgrPort "8902" (To find the -dmgrPort value, go to the dmgr_profile_root\logs directory for the deployment manager associated with this custom profile. In this directory, open the AboutThisProfile.txt file and find the value for the entry "Deployment manager SOAP connector port:".)
-dmgrAdminPassword "admin_pwd"
-dmgrAdminUserName "admin_id"
-ndtopology "false"
-dbType "DERBY_NETWORKSERVER"
-dbJDBCClasspath "install_root\derby\lib"

concept Concept topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/cins_profileaugex.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).