WebSphere Virtual Enterprise (formerly Operations Optimization), Version 6.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Using the manageprofiles command to augment and unaugment profiles

Use the manageprofiles command utility to augment and unaugment existing application server profiles with WebSphere Extended Deployment templates. To use product features, at least one profile augmented for the product must exist in your environment.

At least one profile, which can be augmented, must exist on your system. Ensure that your environment meets all of the hardware and software requirements.
  • Install WebSphere Application Server Network Deployment Version 6.1 and the latest WebSphere Application Server fix pack.
  • Install WebSphere Extended Deployment Operations Optimization Version 6.1 and the latest WebSphere Extended Deployment fix pack.
[Version 6.1.0.5 and later] Avoid trouble: If your environment contains WebSphere® Application Server Network Deployment Version 7.0, you must install WebSphere Extended Deployment Version 6.1.0.5 before augmenting profiles to use with WebSphere Extended Deployment. Do not augment profiles to use with WebSphere Extended Deployment during the installation of Version 6.1.gotcha
During the installation process, the manageprofiles command is copied in the install_root/bin directory. For detailed help, use the -help parameter:
./manageprofiles.sh|bat -augment -help
When you augment an existing profile, you change the profile with an augmentation template. When you unaugment an existing profile, the unaugment action removes the last augment action first. Using the manageprofiles command, you can complete the following tasks:

Augment a deployment manager profile

The following example augments a deployment manager profile:
./manageprofile.sh|bat -augment -templatePath install_root/profileTemplates/xd_augment/dmgr
Issue the following parameters:
-augment
Augments the existing profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/dmgr

Augment a custom profile

The following example augments a custom profile:
./manageprofile.sh|bat -augment -templatePath install_root/profileTemplates/xd_augment/managed
Issue the following parameters:
-augment
Augments the existing profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/managed

Augment a cell profile

The following example augments a cell profile, which consists of a deployment manager and an application server:
./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/dmgr

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/default
Issue the following parameters with the deployment manager template:
-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/dmgr
Issue the following parameters with the application server template:
-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/default

Augment a stand-alone application server profile

The following example augments a stand-alone application server profile:
./manageprofile.sh|bat -augment -templatePath install_root/profileTemplates/xd_augment/default
Issue the following parameters:
-augment
Augments the existing profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/default

Unaugment an existing application server profile

Unaugment an existing application server profile with the Operations Optimization xd_augment template. The selected profile must not be the profile that you last augmented.
./manageprofile.sh|bat -unaugment -profileName profile01 -ignoreStack -templatePath install_root/profileTemplates/xd_augment/profile_type
Issue the following parameters:
-unaugment
Unaugments a previously augmented profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files that are located in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/profile_type
where profile_type is one of the four profile types:
  • Deployment manager profile
  • Custom profile
  • Stand-alone application server profile
  • Cell profile
-ignoreStack
Used with the -templatePath parameter to unaugment a particular profile that has been augmented. (Optional)



Related concepts
Non-root profile creation and augmentation
Related tasks
Augmenting profiles with multiple product augment templates
Related reference
Using the manageprofiles command to create profiles
First steps console
Reference topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 6:14:51 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ops.doc/info/install/raugmentprofile_silent.html