Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS
Augmenting and unaugmenting an application server profile with WebSphere Extended Deployment templates
Use this utility to augment or unaugment an existing application server profile with WebSphere Extended Deployment templates. An option to augment or unaugment a profile with WebSphere XD templates is available during the installation of WebSphere Extended Deployment. If you did not select this option during installation and you want to augment or unaugment a profile, use this utility.
Augmenting an existing application server profile
Use the manageprofiles command line tool to augment an existing application server profile with the WebSphere Extended Deployment templates. A script entitled manageprofiles is provided with WebSphere XD. During the installation process, the script is copied onto the installation target workstations in the install_root\bin directory. Each product component has a specific template to use for profile augmentation:
- To augment a stand-alone application server profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -augment -templatePath install_root\profileTemplates\xd_augment\default- To augment a deployment manager profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -augment -templatePath install_root\profileTemplates\xd_augment\dmgr- To augment a custom profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -augment -templatePath install_root\profileTemplates\xd_augment\managed- To augment a cell profile, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -augment -profileName profile_name -templatePath install_root\profileTemplates\xd_augment\cell\dmgrinstall_root\bin\manageprofiles.bat (.sh) -augment -profileName profile_name -templatePath install_root\profileTemplates\xd_augment\cell\default
Unaugmenting an existing application server profile
Use the manageprofiles command line tool to unaugment an existing application server profile with the WebSphere Extended Deployment templates. The profile that you select to augment must not be the last profile that you augmented.
- To unaugment a profile with the Operations Optimization xd_augment template, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -unaugment -profileName profile_name -ignoreStack -templatePath install_root\profileTemplates\xd_augment\profileTypewhere profileType specifies one of the four profile types:
- Stand-alone application server profile
- Deployment manager profile
- Custom profile
- Cell profile
- To unaugment a profile with the Compute Grid wxdcg_augment template, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -unaugment -profileName profile_name -ignoreStack -templatePath install_root\profileTemplates\wxdcg_augment\profileTypewhere profileType specifies one of the four profile types:
- Stand-alone application server profile
- Deployment manager profile
- Custom profile
- Cell profile
- To unaugment a profile with the Data Gridwxddg_augment template, issue the following from the command line:
install_root\bin\manageprofiles.bat (.sh) -unaugment -profileName profile_name -ignoreStack -templatePath install_root\profileTemplates\wxddg_augment\profileTypewhere profileType specifies one of the four profile types:
- Stand-alone application server profile
- Deployment manager profile
- Custom profile
- Cell profile
Related tasks
Creating profiles
Augmenting profiles
Related reference