Creating customized CIP profiles from the command line
The Installation Factory allows for customized installation package (CIP) to be created that bundles an installation image, maintenance packages, previously exported stand-alone application server configuration archives, EARs, user files, and scripts. The resulting bundle is a customized installation package, or CIP. An installer can use an existing CIP to install an exact replica of a model application serving environment, with installed maintenance packages, configured profiles, and deployed applications. Installers can use the specialized Profile creation wizard in the CIP to create a stand-alone application server, deployment manager, or managed profile, which automatically restores any profile customizations that are included in the CIP. If we cannot use the specialized Profile creation wizard, use the commands described in this topic to create pre-configured profiles.
Before you begin
The installer can use the enhanced Profile Creation wizard in the CIP to create profiles and automatically restore the profile customizations that are included in the CIP. Or, the installer can use the wasprofile command to perform the same tasks manually from the command line.
If we cannot use the enhanced Profile Creation wizard in the CIP to create and configure profiles, use the wasprofile command to perform the task, as described in this topic.
See Creating customized profiles for a description of using the enhanced Profile Creation wizard, which is a graphical user interface.
You must have previously installed a CIP to create CIP profiles and restore customizations that are included in the CIP.
Configuration archives are available for use in a CIP only when WAS Network Deployment is bundled with maintenance at the V6.0.2.5 level or higher. As you might expect, the configuration archive file must export from a system that has maintenance applied at a maintenance level of V6.0.2.5 or higher.
If you are restoring a customized profile that uses messaging, also include a script to configure the service integration bus (SIB). The original SIB configuration is not portable and, therefore, is not included in the CIP.
About this task
The series of configuration events for using a configuration archive and other CIP customizations is shown in the following V6.x. example:
A configuration archive is available for an application server CIP profile only. A special profile template enables the importation of a configuration archive file into the application server profile.
Use the enhanced Profile Creation wizard to create profiles that accept configuration actions that are included in the CIP. Use the minimal default profile template to create an application server when you are restoring a configuration archive file. If the customizations do not restore a CAR, the normal application server template creates the application server profile. Either type of application server profile accepts other configuration actions in the CIP that might deploy EAR files and run scripts.
Table 1. Allowed customizations CIP Profile Type Include and Run Scripts Include and Deploy an Enterprise Archive (EAR) Include and Restore a Configuration Archive (CAR) Deployment manager (dmgr profile)
Yes No No Stand-alone application server (default profile)
Yes Yes Yes Custom (managed profile)
Yes No No
Procedure
- Augment an application server profile that includes a CAR file.
- Create the profile from the minimal default template.
![]()
![]()
![]()
app_server_root/bin/wasprofile.sh -create -profileName my_profile -profilePath "app_server_root/profiles/my_profile" -templatePath app_server_root/cip/profileTemplates/minimal
app_server_root\bin\wasprofile.bat -create -profileName my_profile -profilePath "app_server_root\profiles\my_profile" -templatePath app_server_root\cip\profileTemplates\minimal- Augment the profile using the customizations for the default profile.
![]()
![]()
![]()
app_server_root/profiles/my_profile/bin/wasprofile.sh -augment -profileName my_profile -templatePath cip_app_server_root/if_augmentingTemplates/default
app_server_root\profiles\my_profile\bin\wasprofile.bat -augment -profileName my_profile -templatePath cip_app_server_root\if_augmentingTemplates\default- Augment an application server profile that does not include a CAR file.
Use the regular default template in this two-step procedure:
- Create the profile from the default template.
![]()
![]()
![]()
app_server_root/bin/wasprofile.sh -create -profileName my_profile -profilePath "app_server_root/profiles/my_profile" -templatePath cip_app_server_root/profileTemplates/default
app_server_root\bin\wasprofile.bat -create -profileName my_profile -profilePath "app_server_root\profiles\my_profile" -templatePath cip_app_server_root\profileTemplates\default- Augment the profile using the customizations (that do not include a CAR) for the default profile.
![]()
![]()
![]()
app_server_root/profiles/my_profile/bin/wasprofile.sh -augment -profileName my_profile -templatePath cip_app_server_root/if_augmentingTemplates/default
app_server_root\profiles\my_profile\bin\wasprofile.bat -augment -profileName my_profile -templatePath cip_app_server_root\if_augmentingTemplates\default- Augment a deployment manager profile.
Use this two-step procedure to augment a deployment manager profile:
- Create the profile from the dmgr template.
![]()
![]()
![]()
app_server_root/bin/wasprofile.sh -create -profileName my_dmgr_profile -profilePath "app_server_root/profiles/my_dmgr_profile" -templatePath app_server_root/cip/profileTemplates/dmgr
app_server_root\bin\wasprofile.bat -create -profileName my_dmgr_profile -profilePath "app_server_root\profiles\my_dmgr_profile" -templatePath app_server_root\cip\profileTemplates\dmgr- Augment the profile using the customizations (that do not include a CAR or an EAR) for the dmgr profile.
![]()
![]()
![]()
app_server_root/profiles/my_dmgr_profile/bin/wasprofile.sh -augment -profileName my_dmgr_profile -templatePath cip_app_server_root/if_augmentingTemplates/dmgr
app_server_root\profiles\my_dmgr_profile\bin\wasprofile.bat -augment -profileName my_dmgr_profile -templatePath cip_app_server_root\if_augmentingTemplates\dmgr- Augment a custom profile.
Use this two-step procedure to augment a custom profile:
- Create the profile from the managed template.
![]()
![]()
![]()
app_server_root/bin/wasprofile.sh -create -profileName my_custom_profile -profilePath "app_server_root/profiles/my_custom_profile" -templatePath app_server_root/cip/profileTemplates/managed
app_server_root\bin\wasprofile.bat -create -profileName my_custom_profile -profilePath "app_server_root\profiles\my_custom_profile" -templatePath app_server_root\cip\profileTemplates\managed- Augment the profile using the customizations for a managed profile.
![]()
![]()
![]()
app_server_root/profiles/my_custom_profile/bin/wasprofile.sh -augment -profileName my_custom_profile -templatePath cip_app_server_root/if_augmentingTemplates/managed
app_server_root\profiles\my_custom_profile\bin\wasprofile.bat -augment -profileName my_custom_profile -templatePath cip_app_server_root\if_augmentingTemplates\managed
Results
After creating a profile and applying the customizations, the target installation should have a profile that is fully configured in the manner as designed by the CIP creator. If a configuration archive was imported, then the target profile should be a fully configured clone of the source profile where the configuration archive was exported.
To create a profile without the exact same customizations, in other words, a normal profile, use the normal profile templates in the cip_app_server_root/profileTemplates directory and do not augment the profiles.
What to do next
After installing your customized system, install a Web server and plug-ins, if necessary, and start the deployment manager, the node agent, and the application server to test your applications.