Use the manageprofiles command utility to create and augment profiles with the WebSphere® Extended Deployment Compute Grid template. To use the features of the product, your environment must contain at least one profile augmented for the product.
The command file is in the install_root/bin directory.
In the following sections, the tasks you can perform using the manageprofiles command, along with a list of required parameters, is described. For details on the optional parameters to specify for each task, see the manageprofiles command in the WebSphere Application Server Network Deployment Information Center.
You can use the manageprofiles command to create a deployment manager profile. The deployment manager administers the application servers that are federated into the cell.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/dmgr
Example
./manageprofiles.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/dmgr
You can use the manageprofiles command to create a custom profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/managed
Example
./manageprofiles.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/managed
You can use the manageprofiles command to create a stand-alone application server profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/default
Example
./manageprofiles.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/default
You can use the manageprofiles command to create a cell profile, which consists of a deployment manager and an application server.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
-templatePath install_root/profileTemplates/wxdcg_augment/cell/default
Example
./manageprofiles.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
./manageprofiles.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/default
You can use the manageprofiles command to augment a deployment manager profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/dmgr
Example
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/dmgr
You can use the manageprofiles command to augment a custom profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/managed
Example
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/managed
You can use the manageprofiles command to augment a stand-alone application server profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/default
Example
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/default
You can use the manageprofiles command to augment a cell profile.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
-templatePath install_root/profileTemplates/wxdcg_augment/cell/default
Example
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/dmgr
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/wxdcg_augment/cell/default
To unaugment a profile, specify the -ignoreStack parameter with the -templatePath parameter in addition to specifying the required -unaugment and -profileName parameters.
Required parameters
-templatePath install_root/profileTemplates/wxdcg_augment/profile_type
where profile_type is
one of four profile types: Example
./manageprofiles.sh|bat -unaugment -profileName profile01 -ignoreStack -templatePath install_root/profileTemplates/wxdcg_augment/profile_type