




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、精選文檔1.1.1 WAS8.5安裝確認(rèn) 所需資源INSTL_MGR_1.6_RQ_INSTL_MDM11_LNX_X.zip -安裝器WASND_v8.5.5_1of3.zipWASND_v8.5.5_2of3.zip -WAS安裝包WASND_v8.5.5_3of3.zip8.5.5-WS-WAS-FP0000005-part1.zip -WAS補(bǔ)丁包8.5.5-WS-WAS-FP0000005-part2.zip 首先安裝InstallationManager使用unzip InstalMgr1.6.2_LNX_X86_64_WAS_8.5.5.zip解壓安裝
2、介質(zhì)推薦使用root用戶安裝命令:./installc -acceptLicense -log install.log -installationDirectory /opt/IBM/InstallationManager -dataLocation /var/ibm/InstallationManager參數(shù):-installationDirectory 設(shè)定安裝二進(jìn)制文件的路徑 -dataLocation 設(shè)定應(yīng)用數(shù)據(jù)路徑安裝成功:注提示xx.so找不到,需要按以下方式創(chuàng)建軟連接1、首先將這些包拷貝到/lib 修改權(quán)限為777Chmod 777 l*2、建立如下軟連接ln -s ld-2.
3、5.so ld-linux.so.2ln -s libc-2.5.so libc.so.6ln -s libgcc_s-4.1.2-20080825.so.1 libgcc_s.so.1ln -s libm-2.5.so libm.so.6ln -s libnsl-2.5.so libnsl.so.1ln -s libpthread-2.5.so libpthread.so.0ln -s librt-2.5.so librt.so.1ln -s libdl-2.5.so libdl.so.23、ls l確認(rèn)軟連接創(chuàng)建成功 WebSphere安裝按順序解壓3個(gè)zip安裝介質(zhì)(解壓
4、在同一個(gè)文件夾下/home/was)使用響應(yīng)文件的方式安裝WAS命令:/opt/IBM/InstallationManager/eclipse/tools/imcl -input wasinst.xml -acceptLicense其中響應(yīng)文件wasinst.xml: (wasinst.xml文件放在/home/was下) (注意文件中的換行和空格)<?xml version="1.0" encoding="UTF-8"?><agent-input><server><repository location=
5、9; /home/was'/></server><profile id='IBM WebSphere Application Server V8.5' installLocation='/usr/IBM/WebSphere/AppServer'><data key='eclipseLocation' value='/usr/IBM/WebSphere/AppServer'/><data key='file' value='
6、false'/><data key='cic.selector.os' value='linux'/><data key='cic.selector.arch' value='x86'/><data key='cic.selector.ws' value='gtk'/><data key='cic.selector.nl' value='en,zh'/></profile><install
7、 modify='false'><offering id='com.ibm.websphere.ND.v85' version='8.5.5000.20130514_1044' profile='IBM WebSphere Application Server V8.5' features='core.feature,ejbdeploy,thinclient,embeddablecontainer,com.ibm.sdk.6_64bit' installFixes='none'/>
8、</install><preference name='mon.core.preferences.eclipseCache' value='/usr/IBM/IMShared'/><preference name='mon.core.preferences.connectTimeout' value='30'/><preference name='mon.core.preferences.readTimeout' value='45'/><pre
9、ference name='mon.core.preferences.downloadAutoRetryCount' value='0'/><preference name='offering.service.repositories.areUsed' value='true'/><preference name='mon.core.preferences.ssl.nonsecureMode' value='false'/><preference name=
10、9;mon.core.preferences.http.disablePreemptiveAuthentication' value='false'/><preference name='http.ntlm.auth.kind' value='NTLM'/><preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/><preference name='mon.core.prefere
11、nces.preserveDownloadedArtifacts' value='true'/><preference name='mon.core.preferences.keepFetchedFiles' value='false'/><preference name='PassportAdvantageIsEnabled' value='false'/><preference name='mon.core.preferences.searchForUpdat
12、es' value='false'/><preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/><preference name='mon.sharedUI.showErrorLog' value='true'/><preference name='mon.sharedUI.showWarningLog' value='true'/>&l
13、t;preference name='mon.sharedUI.showNoteLog' value='true'/></agent-input> 可在“repository location=' /home/was'”指定WAS安裝介質(zhì)路徑;“eclipseLocation”設(shè)置WAS安裝路徑;“cic.selector.os”指定安裝的操作系統(tǒng)類型是Linux|AIX|HP-UX|SunOS|ZOS“cic.selector.arch”指定安裝的操作系統(tǒng)架構(gòu)是32或64位注:提32位的應(yīng)用需不能再64位系統(tǒng)上裝時(shí),保留32未
14、安裝即可“cic.selector.nl”自定義安裝的語言包,默認(rèn)是英文。安裝成功:查看當(dāng)前WAS版本信息:/usr/IBM/WebSphere/AppServer/bin/versionInfo.sh 安裝WAS補(bǔ)丁包依次unzip解壓zip補(bǔ)丁包(在/home/was下創(chuàng)建fix文件夾,將補(bǔ)丁解壓)查看WAS補(bǔ)丁信息:/opt/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories /u01/software/fix/repository.xml注:解壓目錄到/home/wa
15、s/fix本次需要安裝的補(bǔ)丁是:com.ibm.websphere.ND.v85_8.5.5005.20150220_0158/opt/IBM/InstallationManager/eclipse/tools/imcl input updatewas.xml acceptLicense(將updatewas.xml 文件放在/home/was/fix下)<?xml version="1.0" encoding="UTF-8"?><agent-input><server><repository location=
16、'/home/was/fix'/></server><profile id='IBM WebSphere Application Server V8.5' installLocation='/usr/IBM/WebSphere/AppServer'><data key='eclipseLocation' value='/usr/IBM/WebSphere/AppServer'/><data key='file' value
17、='false'/><data key='cic.selector.os' value='linux'/><data key='cic.selector.arch' value='x86'/><data key='cic.selector.ws' value='gtk'/><data key='cic.selector.nl' value='en,zh'/></profile><i
18、nstall modify='false'><offering id='com.ibm.websphere.ND.v85' version=' 8.5.5005.20150220_0158' profile='IBM WebSphere Application Server V8.5' features='com.ibm.sdk.6_64bit,core.feature,ejbdeploy,embeddablecontainer,thinclient' installFixes='none
19、9;/></install><preference name='mon.core.preferences.eclipseCache' value='/usr/IBM/IMShared'/><preference name='mon.core.preferences.connectTimeout' value='30'/><preference name='mon.core.preferences.readTimeout' value='45'/>
20、<preference name='mon.core.preferences.downloadAutoRetryCount' value='0'/><preference name='offering.service.repositories.areUsed' value='true'/><preference name='mon.core.preferences.ssl.nonsecureMode' value='false'/><preference n
21、ame='mon.core.preferences.http.disablePreemptiveAuthentication' value='false'/><preference name='http.ntlm.auth.kind' value='NTLM'/><preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/><preference name='mon.core.
22、preferences.preserveDownloadedArtifacts' value='true'/><preference name='mon.core.preferences.keepFetchedFiles' value='false'/><preference name='PassportAdvantageIsEnabled' value='false'/><preference name='mon.core.preferences.searchF
23、orUpdates' value='false'/><preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/><preference name='mon.sharedUI.showErrorLog' value='true'/><preference name='mon.sharedUI.showWarningLog' value='true'
24、/><preference name='mon.sharedUI.showNoteLog' value='true'/></agent-input>注:location是補(bǔ)丁包解壓目錄升級(jí)成功:查看升級(jí)后的WAS版本信息:/usr/IBM/WebSphere/AppServer/bin/versionInfo.sh 修改安裝目錄屬組為wasadmin:wasadmin添加用戶adduser wasadminchown -R wasadmin:wasadmin /opt/IBM/InstallationManagerchown -R wasadmin:wasadmin /var/ibm/InstallationManagerchown -R wasadmin:wasadmin /usr/IBM 創(chuàng)建WAS的管理控制臺(tái)Dmgr創(chuàng)建命令:/usr/IBM/WebS
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 中級(jí)模擬測(cè)試題及答案
- 嬰兒智力考試題及答案
- 多面向廣告?zhèn)鞑サ内厔?shì)與預(yù)測(cè)試題及答案
- 廣告設(shè)計(jì)項(xiàng)目中的協(xié)作模式 試題及答案
- 2024年廣告設(shè)計(jì)師創(chuàng)意策略分析試題及答案
- 2024年紡織品設(shè)計(jì)師證書的個(gè)人時(shí)間管理計(jì)劃試題及答案
- 廣告設(shè)計(jì)師考試全方位試題及答案
- 國際設(shè)計(jì)師職業(yè)發(fā)展的必要能力分析試題及答案
- 會(huì)務(wù)行政面試題及答案
- 理貨人員考試題及答案
- (正式版)JBT 106-2024 閥門的標(biāo)志和涂裝
- 2022高考數(shù)學(xué)全國1卷(原卷版)
- 土地永久性租賃合同
- 職工食堂外包項(xiàng)目服務(wù)方案
- 中國石油非油管理述職報(bào)告
- 面部抗衰培訓(xùn)課件
- 天車總體結(jié)構(gòu)設(shè)計(jì)-畢業(yè)論文
- 醫(yī)院輸血反應(yīng)應(yīng)急預(yù)案演練腳本
- 字節(jié)跳動(dòng)中國行業(yè)分析
- 梅花落-唐楊炯
- 2023年上海市中考英語試題及參考答案(word解析版)
評(píng)論
0/150
提交評(píng)論