gpt4 book ai didi

linux - 通过 manageProfiles 命令创建 Wepshere 配置文件

转载 作者:太空宇宙 更新时间:2023-11-04 12:50:16 26 4
gpt4 key购买 nike

我需要一个 Dmgr 配置文件、一个联合应用程序服务器和一个 Websphere Application Server ND (8.5.5.7) 中的应用程序服务器。我遵循的步骤是

1) ./manageprofiles.sh -create -profileName Dmgr1 -profilePath "/opt/IBM/WebSphere/AppServer/profiles/Dmgr1" -templatePath "/opt/IBM/WebSphere/AppServer/profileTemplates/management" -serverType DEPLOYMENT_MANAGER -enableAdminSecurity true -adminUserName wasadmin -adminPassword wasadmin 这创建了名为 Dmgr1 的 Dmgr 配置文件

2) 然后我做了这个<强> ./manageprofiles.sh -create -profileName Node1 -profilePath "/opt/IBM/WebSphere/AppServer/profiles/Node1" -templatePath "/opt/IBM/WebSphere/AppServer/profileTemplates/managed" -serverName server1 -federateLater false -dmgrAdminUserName wasadmin -dmgrAdminPassword wasadmin -dmgrHost <host> -dmgrPort <port>

这创建了一个名为 Node1 的节点,但我没有看到我期望它会创建的应用程序服务器,尽管我在我的命令中指定了相同的内容 -serverName server1

我需要运行什么命令(不允许我使用 DMGR 管理控制台)以便在联合应用程序服务器(节点)内获得一个应用程序服务器实例?

最佳答案

首先,您不需要访问 WebSphere Application Server 管理控制台来创建您描述的单元。您可以启动 Profile Management Tool (PMT) GUI,按 Create 按钮并选择 Cell 选项。如果您无权访问 PMT,您仍然可以使用命令行工具 manageProfiles.[sh|bat]。由于 manageProfiles 的语法可能会变得棘手,因此在执行上述 Cell 创建时查看 PMT 创建的命令行通常会更容易。 PMT 日志位于/logs/manageprofiles/pmt.log。
创建 Dmgr:

c:\wasND8559\binmanageprofiles.bat -create -profileName Dmgr01 -enableAdminSecurity false -cellName MyCell01 -nodeName MyCellManager01 -profilePath C:\wasND8559\profiles\Dmgr01 -nodeProfilePath C:\wasND8559\profiles\AppSrv01 -appServerNodeName MyNode01 -templatePath C:\wasND8559\profileTemplates\cell\dmgr

创建和联合应用服务器:

c:\wasND8559\bin>manageprofiles.bat -create -enableAdminSecurity false -cellName MyCell01 -nodeName MyCellManager01 -profilePath C:\wasND8559\profiles\AppSrv01 -dmgrProfilePath C:\wasND8559\profiles\Dmgr01 -winserviceCheck false -profileName AppSrv01 -appServerNodeName MyNode01 -templatePath C:\wasND8559\profileTemplates\cell\default

关于linux - 通过 manageProfiles 命令创建 Wepshere 配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37452585/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com