The Installation Factory allows for acustomized installation package (CIP) to be created that bundles an installation image, maintenance packages, previously exported standalone application server configuration archives, EARs, user files, and scripts. 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.
The installer can use the Profile Management tool to create CIP profiles and automatically restore the profile customizations that are included in the CIP. Or, the installer can use the manageprofiles command to perform the same tasks manually from the command line.
If you cannot use the Profile Management tool, use the manageprofiles command to restore the customized profiles as described in Creating customized CIP profiles from the command line.
You must have previously installed a CIP to create CIP profiles and restore customizations that are included in the CIP.
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.
wsadmin -conntype NONE -c "$AdminTask exportWasprofile {-archive myarchive.car}
The first steps above are optional and are only required if a configuration archive needs to be exported for inclusion in a CIP. If configuration archive customization is not required, then the steps above can be omitted.
Alternatively, you can run the manageprofiles command once to augment an existing profile.
If the profile that you select has profile customization defined, then the installation wizard will effectively run the manageprofiles command once to do a create and augment. If there is no profile customization defined, you get a regular profile.
If the stand-alone profile is chosen and a configuration archive is present, it will be automatically restored.
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 Profile Management tool to create CIP profiles that accept configuration actions that are included in the CIP. Use the application server CIP profile when you are restoring a configuration archive file or other customizations. The Profile Management tool can also create normal profiles that do not accept customizations.
CIP Profile Type | Include and Run Scripts | Include and Deploy an Enterprise Archive (EAR) | Include and Restore a Configuration Archive (CAR) |
---|---|---|---|
Cell
(deployment manager and a managed node) | Yes | No | No |
Deployment manager
(dmgr profile) | Yes | No | No |
Stand-alone application server
(default profile) | Yes | Yes | Yes |
Custom
(managed profile) | Yes | No | No |
The Profile Management tool automatically augments the profile with any customizations that exist for the default application server profile.
Choose the application server profile in the enhanced Profile Management tool. The Profile Management tool uses the appropriate profile to create an application server that does not require the CAR, but that still accepts other customizations.
The Profile Management tool automatically augments a CIP profile with any customizations that exist for the profile type.
Choose the deployment manager CIP profile in the Profile Management tool.
The Profile Management tool automatically augments the CIP profile with any customizations that exist for the deployment manager.
Choose the custom CIP profile in the Profile Management tool.
The Profile Management tool automatically augments the CIP profile with any customizations that exist for the custom profile.
After creating the profile and restoring the customizations, the installation should have a profile that is configured like the profile in the model product installation that was the pattern for the CIP. Existing customizations are used only when you create a CIP profile with the Profile Management tool.