我的团队正在尝试弄清楚如何为Websphere V8.5.5安装IBM HTTP Server,并且我们不能使用IHS V9(有人告诉我它不起作用)。唯一可用的选项是使用安装管理器。我已经安装了最新的安装管理器(或者实际上是正确的版本),并且能够将其指向所提到的存储库,但是缺少软件包!
操作系统:Linux 32位
IBM Websphere v8.5.5
我尝试过的命令和出现的错误:
./imcl -prompt install com.ibm.websphere.IHS.v85_8.5.5014.20180802_1018 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHSILAN.v85 -acceptLicense -showProgress -properties user.ihs.httpPort=80
ERROR: 'zip com.ibm.websphere.IHS.msl_001_all.all 8.5.0.201205011534' not found.
./imcl -prompt install com.ibm.websphere.IHS.v85_8.5.5014.20180802_1018 -repositories https://www.ibm.com/software/repositorymanager/V85WASDeveloperILAN,https://www.ibm.com/software/repositorymanager/V85WASSupplementsILAN -acceptLicense -showProgress -properties user.ihs.httpPort=80
ERROR: zip com.ibm.websphere.IHS.msl_001_all.all 8.5.0.201205011534 not found
我还尝试下载适用于分布式OS的WAS Supplements修订包12和14,以及这些修订包中的某些其他软件包,但出现类似错误:
CRIMC1020E ERROR: file com.ibm.websphere.IHS.ihsonly_014_unixDist.all_x_8.5.0.201205011604 not found
CRIMC1020E ERROR: zip com.ibm.websphere.IHS.ihsonly.32bit_006_unixDist.all_x 8.5.0.201205011603 not found
CRIMC1020E ERROR: zip com.ibm.websphere.IHS.msl_001_all.all 8.5.0.201205011534 not found
答案 0 :(得分:2)
您指出了ILAN(试用版,不受支持,等等)“复合存储库”(别名?),但是尝试安装非ILAN(许可)产品。至少在8.5.5中,所有增补都有一项ILAN提供的产品,没有任何权利。
您收到的错误消息是一种回旋方式,告诉您少数几个仅限于授权用户的原始子软件包(“ 2012”是提示)不在您可以访问的存储库中。
换句话说,在命令行调用中为s / com.ibm.websphere.IHS.v85_8.5.5014.20180802_1018 / com.ibm.websphere.IHSILAN.v85_8.5.5014.20180802_1018或者,指向不限于免费/未经授权/ ILAN下载的回购。