簡體   English   中英

Websphere Application Server:群集

[英]Websphere Application Server : Clustering

所以我無法圍繞Websphere聚類。 我遇到的第一個問題是啟動部署管理器。 要啟動它,我需要一個配置文件。 要創建配置文件,我在IBM文檔中找到了此命令:

manageprofiles.sh -create -templatePath profileTemplates/dmgr/ -isDefault 
    -profileName dmgr

但是profileTemplates / dmgr /不存在,它是存在於不同的地方,還是我在安裝Websphere遺漏了什么?

如果在WAS_HOME / profileTemplates下只看到“default”和“management”目錄,則很可能是BASE版本。 您可以從WAS_HOME / bin運行versionInfo命令,對於Network Deployment,它應該顯示一些類似的東西


命名IBM WebSphere Application Server網絡部署

版本8.5.5.1

ID ND


該ID顯示ND。 如果您的ID顯示BASE / Express,則無法創建Deployment Manager配置文件。 您需要安裝ND代碼。

下載WebSphere Application Server Network Deployment的試用版
http://www.ibm.com/developerworks/downloads/ws/wasnetwork/

從Passport Advantage下載許可版本http://www-01.ibm.com/support/docview.wss?uid=swg27038624

VS,意見是我自己的,而不是我雇主的意見

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM