Thursday 13 April 2017

Installing IBM HTTP Server silently on Linux (using imcl)


To install IBM HTTP Server, we will follow the same process that we followed to install IBM WebSphere Application Server.
We need to have IBM Installation Manager installed in order to install IBM HTTP Server 8.5.
After installing IBM Installation Manager, follow below steps :

1) Navigate to $Installation_manager_dir/eclipse/tools and trigger below command to check the available packages in the repositories.

./imcl listAvailablePackages -repositories <IHS_repository_path>





2) Then, install the IBM HTTP Server, by below command.

./imcl -s install <Offering_ID> -repositories <IHS_Repository_path> -installationDirectory <IHS_installation_Path> -properties user.ihs.httpPort=80 -acceptLicense -sP

Here, user.ihs.httpPort will specify on which port http server will listen,




3) Verify the installation using versionInfo.sh



No comments:

Post a Comment