WebSphere Virtual Enterprise, Version 6.1.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


manageprofiles command

Use the manageprofiles command utility to create and augment profiles with the WebSphere® Virtual Enterprise template. To use the features of the product, your environment must contain at least one profile augmented for the product.

Location

The command file is in the install_root/bin directory.

Purpose

The manageprofiles command creates the runtime environment for a product process in a set of files called a profile. When you augment an existing profile, you change the profile by applying a product-specific augmentation template. You can use the manageprofiles command to complete the following tasks:

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.

Create a deployment manager profile

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

-create
Creates the profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePathtemplate_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/dmgr

Example

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/dmgr

Create a custom profile

You can use the manageprofiles command to create a custom profile.

Required parameters

-create
Creates the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/managed

Example

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/managed

Create a stand-alone application server profile

You can use the manageprofiles command to create a stand-alone application server profile.

Required parameters

-create
Creates the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/default

Example

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/default

Create a cell profile

You can use the manageprofiles command to create a cell profile, which consists of a deployment manager and an application server.

Required parameters

Specify the following parameters for the deployment manager profile:
-create
Creates the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/dmgr
Specify the following parameters for the application server profile:
-create
Creates the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/default

Example

./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/dmgr
./manageprofile.sh|bat -create -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/cell/default

Augment a deployment manager profile

You can use the manageprofiles command to augment a deployment manager profile.

Required parameters

-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePathtemplate_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/dmgr

Example

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/dmgr

Augment a custom profile

You can use the manageprofiles command to augment a custom profile.

Required parameters

-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/managed

Example

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/managed

Augment a stand-alone application server profile

You can use the manageprofiles command to augment a stand-alone application server profile.

Required parameters

-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/default

Example

./manageprofile.sh|bat -augment -profileName profile01 -templatePath install_root/profileTemplates/xd_augment/default

Augment a cell profile

You can use the manageprofiles command to augment a cell profile.

Required parameters

Specify the following parameters for the deployment manager profile:
-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/dmgr
Specify the following parameters for the application server profile:
-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-templatePath template_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/cell/default

Example

./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

Unaugment a profile

To unaugment a profile, specify the -ignoreStack parameter with the -templatePath parameter in addition to specifying the required -unaugment and -profileName parameters.

Required parameters

-augment
Augments the existing profile. (Required)
-profileName
Specifies the name of the profile. (Required)
-ignoreStack
Used with the -templatePath parameter to unaugment a particular profile that has been augmented. (Required)
-templatePathtemplate_path
Specifies the path to the template files in the installation root directory. (Required)
Use the following format:
-templatePath install_root/profileTemplates/xd_augment/profile_type
where profile_type is one of four profile types:
  • dmgr: deployment manager profile
  • managed: custom profile
  • default: stand-alone application server profile
  • cell: cell profile

Example

./manageprofile.sh|bat -unaugment -profileName profile01 -ignoreStack -templatePath install_root/profileTemplates/xd_augment/profile_type



Related concepts
Non-root profile creation and augmentation
Related tasks
Augmenting profiles with multiple product augment templates
Related reference
Reference topic    

Terms of Use | Feedback

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