開発者 v8.5 用の websphere アプリケーション サーバーをインストールしようとしました。すでにインストール マネージャーをインストールしています。次に、WebSphere Application Server for Developers の 3 つの部分すべて、Installation Manager リポジトリーからイメージをダウンロードします。私の Linux には GUI がないため、ファイルを解凍し、インストール マネージャーを使用してインストールしようとしました。
./imcl listAvailablePackages -repositories /home/user/tmp/wasdev_installer/repository.config
パッケージが存在することを確認するために: を使用
しました。
それから私は走った: ./imcl install com.ibm.websphere.DEVELOPERSILAN.v85_8.5.5000.20130514_1044 -repositories /home/user/tmp/wasdev_installer/repository.config -installationDirectory /home/user/Websphere_v85 -accessRights nonAdmin -acceptLicense
しかし、私は常に次のようなエラーが発生しました:
エラー: サイレント インストール プロセスは、複数のメディア ディスクに含まれるパッケージのインストールをサポートしていません。
CRIMC1017E ERROR: Failed to locate zip com.ibm.websphere.batch_136_all.all 8.5.5000.201305110146. Cannot find the table of contents file for an artifact in the repository. Table of contents files are located under the atoc directory in the repository. If the repository files were transferred from a different location, verify that the files were not altered during the transfer operation. Copy the repository files to a different location and install from that location.
ファイルを再解凍しましたが、役に立ちませんでした。私は間違っていましたか?ご協力いただきありがとうございます。