A profile includes all of the files that the server processes
can change in the runtime environment. You can create a profile enabled
for a feature pack by specifying a feature-pack profile template when
you run the manageprofiles command.
Before you begin
Install the feature pack on top of an existing Network
Deployment installation. Use the installation
topics in the information center for installation instructions for
the feature pack.
About this task
This example explains how to use the manageprofiles command-line
tool to create a deployment manager runtime environment that uses
the feature-pack profile templates.
You
can create profiles that are enabled for the Feature Pack for SCA
and the SDO feature of the Feature Pack for SCA. The templates for
these profiles are located in the app_server_root/profileTemplates/SCA directory.
Attention: Do not manually modify the files that are located
in the app_server_root/profileTemplates/ directory
or its subdirectories. For example, if you are changing the ports
during profile creation, then use the Profile Management Tool or the -startingPort
or -portsFile arguments on the manageprofiles command
instead of modifying the file in the profile template directory.
Use
the following steps to create a new profile for the feature-pack environment.
This example is for a deployment manager profile.
Procedure
- Open your command utility.
Open a command prompt and navigate to the app_server_root/bin
directory.
-
Create a deployment manager profile that uses the feature-pack
environment.
Be sure to specify the fully qualified
file path for the -templatePath parameter. If a relative
file path is specified for the -templatePath parameter, then
your profile might not be fully enabled.
For example,
enter the following command to create a deployment manager profile
enabled for the feature pack:
manageprofiles.bat -create -profileName Dmgr01 -templatePath
app_server_root\profileTemplates\SCA\management -serverType DEPLOYMENT_MANAGER
manageprofiles.sh -create -profileName Dmgr01 -templatePath
app_server_root/profileTemplates/SCA/management -serverType DEPLOYMENT_MANAGER
Results
The command returns a message indicating success if a profile
is created.