install command
This topic describes the Installation Factory installer program for WAS products. The install command starts the InstallShield for Multiplatforms (ISMP) Installation wizard. The Installation Factory installer program for WAS installs the customized installation package (CIP) that includes the product image and one or more maintenance packages.
The Installation Factory installer for WAS is based on the V6.x full installer program. The Installation Factory installer program is sometimes referred to as the CIP Installation wizard or the Installation Factory Installation wizard.
The Installation wizard has the capability to perform a new product installation, an incremental installation by adding features to an existing installation, or an update to an existing installation that updates the installation to a new service level. The term slip install is sometimes used to describe an update to an existing installation that updates the installation to a new service level.
Location of the command file
The install command file is located in the customized_installation_package/WAS directory.
Logging
The logging system of the Installation Factory installer program includes:
- ISMP logging to the app_server_root/logs/install/log.txt file
- Component deployment and configuration logging
- Profile-related logging to a temporary file in the system temp directory
- Profile-related logging to a dedicated log file when creating, deleting, augmenting, or unaugmenting a profile:
- app_server_root/logs/manageprofiles/profile_name_create.log
- app_server_root/logs/manageprofiles/profile_name_delete.log
- app_server_root/logs/manageprofiles/profile_name_augment.log
- app_server_root/logs/manageprofiles/profile_name_unaugment.log
- Other profile-related logging:
- app_server_root/logs/manageprofiles/profile_name
- app_server_root/profiles/profile_name/logs
Operating systems such as AIX or Linux: Syntax for the install command
Installing using the graphical user interface:./installInstalling silently using a customized response file:
./install -options /tmp/WAS/myoptionsfile.txt -silent
Windows: Syntax for the install.exe command
Installing using the graphical user interface:installInstalling silently using a customized response file:
install -options "C:\temp\WAS\myoptionsfile.txt" -silent
Related information
Developing and installing customized installation packages
Installing a CIP
ifcli command
Installation Factory overview
Reference topic