You can use the manageprofiles utility to create profiles with the WebSphere® eXtreme Scale template, and augment and unaugment existing application server profiles with the eXtreme Scale augment templates. 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.
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/dmgr -help
In the following sections, each task that 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 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.
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/dmgr
You can use the manageprofiles command to create a custom profile. A custom profile is an empty node that you customize through the deployment manager to include application servers, clusters, or other Java™ processes.
-templatePath install_root/profileTemplates/template_type/managed
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/managed
You can use the manageprofiles command to create a stand-alone application server profile.
-templatePath install_root/profileTemplates/template_type/default
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/default
You can use the manageprofiles command to create a cell profile, which consists of a deployment manager and an application server.
-templatePath install_root/profileTemplates/template_type/cell/dmgr
-templatePath install_root/profileTemplates/template_type/cell/default
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/cell/dmgr
-nodeProfilePath install_root/profiles/AppSrv01 -cellName cell01dmgr -nodeName node01dmgr
-appServerNodeName node01
./manageprofiles.sh|bat -create -templatePath install_root/profileTemplates/xs_augment/cell/default
-dmgrProfilePath install_root/profiles/Dmgr01 -portsFile
install_root/profiles/Dmgr01/properties/portdef.props -nodePortsFile
install_root/profiles/Dmgr01/properties/nodeportdef.props -cellName cell01dmgr
-nodeName node01dmgr -appServerNodeName node01
You can use the manageprofiles command to augment a deployment manager profile.
-templatePath install_root/profileTemplates/template_type/dmgr
./manageprofiles.sh|bat -augment -profileName profile01
-templatePath install_root/profileTemplates/xs_augment/dmgr
You can use the manageprofiles command to augment a custom profile.
-templatePath install_root/profileTemplates/template_type/managed
./manageprofiles.sh|bat -augment -profileName profile01
-templatePath install_root/profileTemplates/xs_augment/managed
You can use the manageprofiles command to augment a stand-alone application server profile.
-templatePath install_root/profileTemplates/template_type/default
./manageprofiles.sh|bat -augment -profileName profile01
-templatePath install_root/profileTemplates/xs_augment/default
You can use the manageprofiles command to augment a cell profile.
-templatePath install_root/profileTemplates/template_type/cell/dmgr
-templatePath install_root/profileTemplates/template_type/cell/default
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root
/profileTemplates/xs_augment/cell/dmgr
./manageprofiles.sh|bat -augment -profileName profile01 -templatePath install_root
/profileTemplates/xs_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.
-templatePath install_root/profileTemplates/template_type/profile_type
where template_type is xs_augment or pf_augment and profile_type is
one of four profile types:./manageprofiles.sh|bat -unaugment -profileName profile01 -ignoreStack
-templatePath install_root/profileTemplates/xs_augment/profile_type