WebSphere® Application Server for z/OS® バージョン 8.5 の IBM® HTTP Server のコードは、IBM Installation Manager を使用してインストールされています。
ご使用の z/OS システムに Installation Manager を作成します。Installation Manager 用のバイナリー・ディレクトリーのロケーションを把握すること、および Installation Manager を呼び出すことができるユーザー ID を入手することが必要です。
WebSphere Application Server for z/OS バージョン 8.5 のリポジトリーを取得します。リポジトリーは、読み取り専用でマウントできます。
この IBM HTTP Server のコピーは、インストール、アンインストール、または変更のために Installation Manager がアクセスする度にこのロケーションにマウントされる必要があります。このロケーションは、製品が稼働時にマウントされるロケーションと同じである必要はありません。
Installation Manager では、すべてのインストール済み製品または製品グループには独自のインストール・ロケーションが必要です。WebSphere Application Server for z/OS の IBM HTTP Server を他の製品が使用しているロケーションにインストールしないでください。
chown IMADMIN:IMGROUP /usr/lpp/IHSA/V8R5
chmod 775 /usr/lpp/IHSA/V8R5
cd /InstallationManager/bin/eclipse/tools
zCreateFileSystem.sh -name WAS.V85.SHAPHFS -type ZFS
-megabytes 50 10 -volume PRV005
-mountpoint /usr/lpp/IHSA/V8R5
-owner IMADMIN -group IMGROUP
SMP/E で初期製品リポジトリーをインストールした場合は、SBBOJCL データ・セットのサンプル・ジョブ BBO4CFS を使用して、このファイル・システムを割り振りおよびマウントできます。
cd /InstallationManager/bin/eclipse/tools
installation_manager_binaries_directory/eclipse/tools/imutilsc saveCredential
-keyring keyring_file
-userName user_ID -userPassword user_password
-url http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.zOS.v85/repository.xml
ここで、keyring_file は作成する鍵リングのパスおよびファイル名で、user_ID および user_password は、保護された IBM ソフトウェア Web サイトにアクセスするために使用する汎用 IBM ユーザー ID およびパスワードです。/InstallationManager/eclipse/tools/imutilsc saveCredential
-keyring /u/jane/IBM.software.keyring
-userName jsmith01 -userPassword 732Ukelele
-url http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.zOS.v85/repository.xml
鍵リング・ファイルが Installation Manager のユーザー ID で読み取れることを確認してください。
imcl listAvailablePackages -repositories list_of_repository_locations
IBM HTTP Server for WebSphere Application Server for z/OS バージョン 8.5 オファリングの 1 つ以上のレベルを参照する必要があります (com.ibm.websphere.IHS.zOS.v85)。
list_of_repository_locations には、初期製品リポジトリーへのパス、およびすべての追加サービス・リポジトリーへのパスが含まれている必要があります。list_of_repository_locations の URL はコンマで区切ります。
imcl listAvailablePackages
-repositories /usr/lpp/InstallationManagerRepository/HBBO850
-useServiceRepository
-keyring /u/jane/IBM.software.keyring
imcl install com.ibm.websphere.IHS.zOS.v85
-installationDirectory installation_location
-repositories list_of_repository_locations
-sharedResourcesDirectory shared_data_location
-acceptLicense [-useServiceRepository -keyring keyring_file]
[-installFixes <all | recommended | none>]
-sharedResourcesDirectory パラメーターは、インストール処理中に Installation Manager がリポジトリーからの成果物を格納するディレクトリーを指します。この値は、製品が最初に特定の Installation Manager を使用してインストールされた時点で設定されます。このディレクトリーは、最低でも 30,000 トラック分の空き領域が必要です。共有リソース・ディレクトリー設定後は、このパラメーターは省略できます。
-acceptLicense を指定すると、製品リポジトリー内にある製品ライセンスの条件を承認します。
インストールする製品バージョンを指定しなかった場合は、Installation Manager は、最新バージョンの製品と、リポジトリー・ロケーションにあるすべてのフィックスをインストールします。-installFixes none を指定してフィックスがインストールされないようにしたり、-installFixes recommended を指定して推奨フィックスのみをインストールしたりすることができます。
インストールする製品バージョンを指定した場合は、-installFixes recommended または -installFixes all を指定した場合にのみ、リポジトリー・ロケーションにあるフィックスはインストールされます。
SMP/E で初期製品リポジトリーをインストールした場合は、SBBOJCL データ・セットのサンプル・ジョブ BBO4INST を使用して製品のインストールを実行できます。
インストールのログは、Installation Manager ランタイム・データ・ロケーションのログ・サブディレクトリーにあります。