Linux 下靜默式安裝InstallManager was8.5 ihs8.5 plugin8.5 WCT工具

==========================================安裝IM=================
root@debian:/home/cnzymh/IM/InstalMgr1.5.2_LNX_X86_WAS_8.5# ./installc -acceptLicense
警告:Installation Manager 1.5.2(內部版本:1.5.2000.20120223_0907)已安裝在“/opt/IBM/InstallationManager/eclipse”位置,且正在使用“/var/ibm/InstallationManager”以獲取其數據位置。使用已安裝的 Installation Manager。

root@debian:/home/cnzymh# cd was
root@debian:/home/cnzymh/was# ls
was8.5.tar
root@debian:/home/cnzymh/was# tar xvf *.tar

root@debian:/home/cnzymh/was# ls
was8.5 was8.5.tar

=====================================================安裝WAS==============
root@debian:/home/cnzymh/was# cd /opt/IBM/InstallationManager/eclipse/tools/

root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl listAvailablePackages -repositories /home/cnzymh/was/was8.5
com.ibm.websphere.ND.v85_8.5.0.20120501_1108
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.ND.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/was/was8.5 -acceptLicense
已修改 /opt/IBM/WebSphere/AppServer 目錄中的 com.ibm.websphere.ND.v85_8.5.0.20120501_1108。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# cd /opt/IBM/WebSphere/AppServer/bin
root@debian:/opt/IBM/WebSphere/AppServer/bin# ./versionInfo.sh

=====================================================安裝IHS=====================
root@debian:/opt/IBM/WebSphere/AppServer/bin# cd /opt/IBM/InstallationManager/eclipse/tools/

root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl listAvailablePackages -repositories /home/cnzymh/ihs/was-v85-suppl
com.ibm.websphere.APPCLIENT.v85_8.5.0.20120501_1108
com.ibm.websphere.IHS.v85_8.5.0.20120501_1108
com.ibm.websphere.PLG.v85_8.5.0.20120501_1108
com.ibm.websphere.PLUGCLIENT.v85_8.5.0.20120501_1108
com.ibm.websphere.WCT.v85_8.5.0.20120501_1108
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.IHS.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -properties user.ihs.httpPort=80 -acceptLicense
已修改 /opt/IBM/HTTPServer 目錄中的 com.ibm.websphere.IHS.v85_8.5.0.20120501_1108。
=====================================================安裝PLUGIN===============
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.PLG.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
已修改 /opt/IBM/WebSphere/Plugins 目錄中的 com.ibm.websphere.PLG.v85_8.5.0.20120501_1108。
=====================================================安裝WCT===================
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.WCT.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
已修改 /opt/IBM/WebSphere/Toolbox 目錄中的 com.ibm.websphere.WCT.v85_8.5.0.20120501_1108。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ls /opt/IBM/
HTTPServer IMShared InstallationManager WebSphere
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ls /opt/IBM/WebSphere/
AppServer Plugins Toolbox

root@debian:~# cd /opt/IBM/InstallationManager/eclipse/tools/
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.ND.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/was/was8.5 -acceptLicense
已將 com.ibm.websphere.ND.v85_8.5.0.20120501_1108 安裝到 /opt/IBM/WebSphere/AppServer 目錄。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.IHS.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -properties user.ihs.httpPort=80 -acceptLicense
已將 com.ibm.websphere.IHS.v85_8.5.0.20120501_1108 安裝到 /opt/IBM/HTTPServer 目錄。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.PLG.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
已將 com.ibm.websphere.PLG.v85_8.5.0.20120501_1108 安裝到 /opt/IBM/WebSphere/Plugins 目錄。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.WCT.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
CRIMA1154E 錯誤:安裝時出錯。
CRIMA1179E 錯誤: / 中可用磁盤空間不足。總所需空間為 263.49 MB。總可用空間為 237.47 MB。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# df -h
文件系統 容量 已用 可用 已用% 掛載點
/dev/sda1 19G 18G 244M 99% /
udev 10M 0 10M 0% /dev
tmpfs 202M 5.0M 197M 3% /run
tmpfs 503M 68K 503M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 503M 0 503M 0% /sys/fs/cgroup
tmpfs 101M 4.0K 101M 1% /run/user/116
tmpfs 101M 8.0K 101M 1% /run/user/0
tmpfs 101M 0 101M 0% /run/user/1001
root@debian:/opt/IBM/InstallationManager/eclipse/tools# cd /home/cnzymh
root@debian:/home/cnzymh# ls
ihs IM was
root@debian:/home/cnzymh# rm -rf was
root@debian:/home/cnzymh# df -h
文件系統 容量 已用 可用 已用% 掛載點
/dev/sda1 19G 12G 6.2G 66% /
udev 10M 0 10M 0% /dev
tmpfs 202M 5.0M 197M 3% /run
tmpfs 503M 68K 503M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 503M 0 503M 0% /sys/fs/cgroup
tmpfs 101M 4.0K 101M 1% /run/user/116
tmpfs 101M 8.0K 101M 1% /run/user/0
tmpfs 101M 0 101M 0% /run/user/1001
root@debian:/home/cnzymh# ./imcl install com.ibm.websphere.WCT.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
-su: ./imcl: 沒有那個文件或目錄
root@debian:/home/cnzymh# cd /opt/IBM/InstallationManager/eclipse/tools/
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ./imcl install com.ibm.websphere.WCT.v85_8.5.0.20120501_1108 -repositories /home/cnzymh/ihs/was-v85-suppl/ -acceptLicense
已將 com.ibm.websphere.WCT.v85_8.5.0.20120501_1108 安裝到 /opt/IBM/WebSphere/Toolbox 目錄。
root@debian:/opt/IBM/InstallationManager/eclipse/tools# ls /opt/IBM/
HTTPServer IMShared InstallationManager WebSphere
root@debian:/opt/IBM/InstallationManager/eclipse/tools#

以下文章點擊率最高

Loading…

     

如果這文章對你有幫助,請掃左上角微信支付-支付寶,給於打賞,以助博客運營

發表評論

您的電子郵箱地址不會被公開。 必填項已用*標註