在IBM WebSphere Application Server - ND的V5.1.7以及V 6.0.2.19上,平時要重啟一個節點上的所有服務器,都要手工排序選取服務器實例,然后才能停止,近日在閱讀紅寶書時,驚喜發現有寫到:
Restarting all servers on a node
If you want to stop, then restart all the application servers on a node, you can do
the following from the administrative console:
1. Select System Administration →Node Agents.
2. Check the box to the left of the node agent.
3. Click Restart all Servers on the Node.
但事與愿違,通過在V5.1和V6.0.2.19上使用的結果證明,在“system administration-node agent”下選擇節點后,點擊“Restarting all servers on a node”,只能停止和重啟node agent,并不能重啟節點上所有的服務器。
最近在分別在安裝了WAS V5.1和V6.0.2.19的測試環境使用“重啟節點上所有的服務器”的功能,結果表明,在“system administration-node agent”下選擇節點后,點擊“Restarting all servers on a node”,能重啟節點上所有的服務器,但是速度相當的慢;上次嘗試時,由于是在正式環境上試用,當時系統壓力較大,所以重啟時間太長,以致等待不了,只好kill掉重啟。