如何在 WebSphere Application Server 6.0.2.23 中重命名应用程序服务器

发布于 2024-07-08 00:25:29 字数 145 浏览 3 评论 0原文

我们正在重新调整运行 WebSphere 6.0.2.23 的应用程序服务器的用途。 我想重命名各种应用服务器以更好地反映其新角色。

如何重命名应用程序服务器?

看起来 wsadmin 可以做到这一点,但我正在努力处理对象层次结构。

We are repurposing an application server running WebSphere 6.0.2.23. I would like to rename the various application server to better reflect its new role.

How can you rename an application server?

It seems like wsadmin can do it, but I'm struggling with the object hierarchy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

似梦非梦 2024-07-15 00:25:29

IBM 示例脚本

下载:

ConfigScripts.zip

从命令行执行

/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/ws_ant.sh \
-profileName AppSrv01 \
-buildfile exportImport.xml \
-logfile rename.log \
-DoldServerName=server1 \
-DnewServerName=server2 \
-DnodeName=yourNode01 changeServerName

来源

IBM Sample Scripts

download:

ConfigScripts.zip

from command line execute:

/usr/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/ws_ant.sh \
-profileName AppSrv01 \
-buildfile exportImport.xml \
-logfile rename.log \
-DoldServerName=server1 \
-DnewServerName=server2 \
-DnodeName=yourNode01 changeServerName

source

若沐 2024-07-15 00:25:29

如果您正在运行集群设置,一个更简单的选择是创建具有所需名称的新集群成员。

删除旧服务器并记下原始服务器的所有端口,并将它们声明为该新服务器的端口号(如果您需要相同的端口号)

如果您使用的是非集群环境,则创建一个模板现有服务器的。 基于该模板创建新服务器,以便您拥有所有必需的配置。 现在像之前一样将端口号更改回原来的端口号。

如果端口号的更改对您来说不是问题,则无需执行该步骤。

HTH

Manglu

An easier option if you are running a clustered set up is to create a new cluster member with the required name.

Delete the old server and keep note of all the ports for the original server and state them as the port numbers for this new server(if you need the same port numbers)

If you are using a non-clustered environment, then create a template out of the existing server. Create your new server based on that template so you have all the required config. Now like earlier change the port numbers back to the original ones.

If the change in port numbers are not a problem for you then you don't need to perform that step.

HTH

Manglu

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文