在兩臺虛擬機上都搭建了was8.5.5.13,參照 https://blog.csdn.net/lvshaorong/article/details/78932108 安裝,升級
安裝升級包為這些:

創建完檔案概要,添加節點,同步,日志顯示都成功(圖片上傳不了,就直接貼出來了)
啟動控制臺:
[was@KS-SHA-VM190054 bin]$ ./startManager.sh
ADMU0116I: Tool information is being logged in file
/was/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/startServer.log
ADMU0128I: Starting tool with the Dmgr01 profile
ADMU3100I: Reading configuration for server: dmgr
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server dmgr open for e-business; process id is 13527
啟動主節點:
[was@KS-SHA-VM190054 bin]$ ./startNode.sh
ADMU0116I: Tool information is being logged in file
/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/nodeagent/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: nodeagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server nodeagent open for e-business; process id is 16045
添加節點:
[was@KS-SHA-VM190055 bin]$./addNode.sh KS-SHA-VM190054 8879 -username wasadmin -password wasadmin
日志:
ADMU0300I: The node KS-SHA-VM190055Node01 was successfully added to the
KS-SHA-VM190054Cell01 cell.
ADMU0306I: Note:
ADMU0302I: Any cell-level documents from the standalone KS-SHA-VM190054Cell01
configuration have not been migrated to the new cell.
ADMU0307I: You might want to:
ADMU0303I: Update the configuration on the KS-SHA-VM190054Cell01 Deployment
Manager with values from the old cell-level documents.
ADMU0306I: Note:
ADMU0304I: Because -includeapps was not specified, applications installed on
the standalone node were not installed on the new cell.
ADMU0307I: You might want to:
ADMU0305I: Install applications onto the KS-SHA-VM190054Cell01 cell using
wsadmin $AdminApp or the Administrative Console.
ADMU0003I: Node KS-SHA-VM190055Node01 has been successfully federated.
啟動副節點:
[was@KS-SHA-VM190055 bin]$ ./startNode.sh
ADMU0116I: Tool information is being logged in file
/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/nodeagent/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: nodeagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server nodeagent open for e-business; process id is 3642
同步副節點:
[was@KS-SHA-VM190055 bin]$ ./syncNode.sh KS-SHA-VM190054 8879
ADMU0116I: Tool information is being logged in file
/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/syncNode.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU0401I: Begin syncNode operation for node KS-SHA-VM190055Node01 with
Deployment Manager KS-SHA-VM190054: 8879
ADMU0016I: Synchronizing configuration between node and cell.
ADMU0402I: The configuration for node KS-SHA-VM190055Node01 has been
synchronized with Deployment Manager KS-SHA-VM190054: 8879
日志上面都沒有報錯。
hosts 組態檔
主機:
[was@KS-SHA-VM190054 bin]$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.243.141.116 KS-SHA-VM190054
10.243.141.116 KS-SHA-VM190054
10.243.141.117 KS-SHA-VM190055
副機:
[was@KS-SHA-VM190055 bin]$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.243.141.117 KS-SHA-VM190055
10.243.141.116 KS-SHA-VM190054
10.243.141.117 KS-SHA-VM190055
控制臺:

主節點正常,副節點狀態未知

node agent 狀態 已停止
不知道是哪里出了錯,洗掉重新創建概要,手動同步,重啟控制臺,節點都做了,但是控制臺上副節點就是現實沒啟動成功。
希望知道的大佬們指點下。萬分感謝。

轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/19893.html
標籤:WebSphere
