Example profile creation commands to help you create stand-alone server and deployment manager profiles using the manageprofiles command on your installation with an Oracle database.
The following command example creates a WebSphere® Process Server stand-alone server profile called my_WESBSA_profile on a Windows® server.
The parameters in Table 1, and Table 2 specify the following features:
For both of these options, you can select a specific schema user ID for each of the components.
Table 1 shows manageprofiles command parameters with example values used to create a stand-alone server profile.
Parameter | Value |
---|---|
-create | N/A |
-templatePath | "install_root\profileTemplates\default.esbserver" (must be fully qualified) |
-profileName | "my_WPSSA_profile" |
-enableAdminSecurity | "true" |
-adminPassword | "admin_pwd" |
-adminUserName | "admin_id" |
-configureBPC | "true" |
-dbType | "ORACLE10G" or "ORACLE11G" |
-dbName | "WPRCSDB" |
-ceiDbName | "EVENT" |
-dbDelayConfig | "true" |
-fileStoreForME | "false" (cannot be true when -dbCommonForME is also true) |
-dbCommonForME | "true" |
-dbPassword | "db_pwd" |
-dbDriverType | "oracle_thin" |
-dbJDBCClasspath | "oracle_library_directory" |
-dbServerPort | "1521" |
-configureBSpace | "true" |
-configureBRM | "false" |
Table 2 shows manageprofiles command parameters with default values that do not normally have to be changed.
Parameter | Default values |
---|---|
-profilePath | "install_root\profiles\my_WESBSA_profile" |
-hostName | "host_name" |
-nodeName | "host_nameNodenode_number" |
-cellName | "host_nameNodenode_numbercell_numberCell" |
![]() |
"true" |
![]() |
"localsystem" |
![]() |
"Administrator" |
-dbOutputScriptDir | "install_root\profiles\my_WESBSA_profile\dbscripts\WPRCSDB" |
The following command example creates a deployment manager profile called my_WESBDMGR_profile on a Windows server.
Table 3 shows manageprofiles command parameters with example values used to create a deployment manager profile.
Parameter | Value |
---|---|
-create | N/A |
-templatePath | "install_root\profileTemplates\dmgr.esbserver" (must be fully qualified) |
-profileName | "my_WESBDMGR_profile" |
-enableAdminSecurity | "true" |
-adminPassword | "admin_pwd" |
-adminUserName | "admin_id" |
-ndtopology | "false" |
-dbType | "ORACLE10G" or "ORACLE11G" |
-dbName | "WPRCSDB" |
-dbDelayConfig | "false" |
-dbLocation | "oracle_install_directory" |
-dbPassword | "db_pwd" |
-dbDriverType | "oracle_thin" |
-dbHostName | "localhost" |
-dbJDBCClasspath | "oracle_library_directory" |
-dbServerPort | "1521" |
-dbSysUserId | "sys_user_id" |
-dbSysPassword | "sys_pwd" |
Table 4 shows manageprofiles command parameters with default values that do not normally have to be changed.
Parameter | Default values |
---|---|
-profilePath | "install_root\profiles\my_WESBDMGR_profile" |
-hostName | "host_name" |
-nodeName | "host_nameCellManagernode_number" |
-cellName | "host_nameCellcell_number" |
![]() |
"true" |
![]() |
"localsystem" |
![]() |
"manual" |
![]() |
"Administrator" |
-dbOutputScriptDir | "install_root\profiles\my_WESBDMGR_profile\dbscripts\" |
Table 5 shows additional manageprofiles command parameters that are not displayed via the Profile Management Tool that can be specified to select your own user name and password combinations for Oracle.
The following command example creates a deployment manager profile called my_WESBDMGR_DE_profile on a Windows server.
For both of these options, you can select a specific schema user ID for each of the components.
Table 6 shows manageprofiles command parameters with example values used to create a deployment manager profile.
Parameter | Value |
---|---|
-create | N/A |
-templatePath | "install_root\profileTemplates\dmgr.esbserver" (must be fully qualified) |
-profileName | "my_WESBDMGR_DE_profile" |
-enableAdminSecurity | "true" |
-adminPassword | "admin_pwd" |
-adminUserName | "admin_id" |
-ndtopology | "true" |
-topologyPattern | "Reference" |
-dbType | "ORACLE10G" or "ORACLE11G" |
-dbName | "WPRCSDB" |
-dbUserId | "sys_user_id" (Must be a SYSDBA user ID for deployment environments) |
-dbPassword | "sys_pwd" |
-dbDriverType | "oracle_thin" |
-dbHostName | "remote_host_name" |
-dbJDBCClasspath | "oracle_library_directory" |
-dbServerPort | "1521" |
Table 7 shows manageprofiles command parameters with default values that do not normally have to be changed.
Parameter | Default values |
---|---|
-profilePath | "install_root\profiles\my_WESBDMGR_DE_profile" |
-hostName | "host_name" |
-nodeName | "host_nameCellManagernode_number" |
-cellName | "host_nameCellcell_number" |
![]() |
"true" |
![]() |
"localsystem" |
![]() |
"manual" |
![]() |
"Administrator" |
-dbDelayConfig | "false" (true is not valid for deployment environments) |
-dbOutputScriptDir | "install_root\profiles\my_WESBDMGR_DE_profile\dbscripts\" |