IBM® Installation Manager バージョン 1.5.2 以降を使用して Web 2.0 and Mobile Toolkit の製品コードがインストールされます。
Installation Manager がオファリングにアクセスしてこれをインストール、アンインストール、または変更する場合は毎回、このロケーションにこのオファリングのコピーをマウントする必要があります。 このロケーションは、オファリングが実動使用時にマウントされるロケーションと同じである必要はありません。
Installation Manager は、インストールされたすべての製品または製品群に独自のインストール・ロケーションがあることを必要とします。
chown IMADMIN:IMGROUP /usr/lpp/Web2Mobile/V11
chmod 775 /usr/lpp/Web2Mobile/V11
cd /InstallationManager/bin/eclipse/tools
zCreateFileSystem.sh -name WAS.V85.SWEBHFS -type ZFS
-megabytes 150 30 -volume PRV005
-mountpoint /usr/lpp/Web2Mobile/V11
-owner IMADMIN -group IMGROUP
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.W2MTK.v11/repository.xml
ここで keyring_file は、作成される鍵リングのパスおよびファイル名、user_ID および user_password は、保護された IBM ソフトウェア Web サイトへのアクセスに使用する汎用の IBM ユーザー ID およびパスワードです。
/opt/IBM/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.W2MTK.v11/repository.xml
鍵リング・ファイルが Installation Manager のユーザー ID によって読み取り可能であることを確認してください。
imcl listAvailablePackages -repositories list_of_repository_locations
1 つ以上のレベルの Web 2.0 and Mobile Toolkit のオファリング com.ibm.websphere.W2MTK.v11 が表示されます。list_of_repository_locations には、初期の製品リポジトリーへのパスと追加のサービス・リポジトリーへのパスを含める必要があります。 list_of_repository_locations の各 URL をコンマで区切ってください。
imcl listAvailablePackages
-repositories /opt/repository/W2MTK
-useServiceRepository
-keyring /u/jane/IBM.software.keyring
imcl install com.ibm.websphere.W2MTK.v11
-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 によってインストールされたときに設定されます。 このパラメーターは、共有リソース・ディレクトリーが設定された後、省略することができます。
インストールする製品のバージョンを指定しなかった場合、Installation Manager は、この製品の最新バージョンをリポジトリー・ロケーション内のフィックスと共にインストールします。 -installFixes none を指定するとフィックスをインストールしないようにすることができ、-installFixes recommended を指定すると推奨フィックスのみをインストールすることができます。
インストールする製品のバージョンを指定すると、-installFixes recommended または -installFixes all を指定した場合に限り、リポジトリー・ロケーション内のフィックスがインストールされます。
-acceptLicense を指定することによって、リポジトリー内に含まれる製品ライセンスの条項に同意します。
インストールのログは、Installation Manager のランタイム・データのロケーションの logs サブディレクトリーにあります。