默认情况下,WAS安装在/ opt / IBM /
我正在使用./imcl通过终端安装WAS。想了解->如何更改此默认位置,因为/ opt中没有多少空间。
尝试导出install_root和profile_root。还尝试将-installationDirectory属性与./imcl
一起使用虽然没有帮助。
我运行的命令(对于具有足够的/ opt空间的系统来说效果很好):-
(1)sudo su-
(2)./imcl安装com.ibm.websphere.ND.v90_9.0.0.20160526_1854 com.ibm.java.jdk.v8_8.0.3000.20160526_1317 -repositories /home/xyz/WAS/repository.config,/ home / xyz / Java8 / repository.config -installationDirectory / home / xyz / WebSphere_v9 / AppServer -acceptLicense -showProgress -record install_was.xml
我不断收到此错误:-
CRIMA1179E ERROR: The following errors were generated while installing.
CRIMA1179E ERROR: Available disk space at /opt is insufficient.
答案 0 :(得分:0)
imcl
使用-installationDirectory
进行安装操作。这适用于所有“正常”的Websphere产品(WAS,Liberty,IHS,PMT),但是有些晦涩的事物(Edge Caching Proxy)却没有。
答案 1 :(得分:0)
开发人员作品的此链接解决了我的查询。
因此,我还需要在安装时(从InstallationManager开始)指定-dataLocation和-sharedResourcesDirectory。 ew!