45fan.com - 路饭网

搜索: 您的位置主页 > 网络频道 > 阅读资讯:如何使用Weblogic8.1批量启动和关闭所有服务器的脚本?

如何使用Weblogic8.1批量启动和关闭所有服务器的脚本?

2016-09-03 04:25:02 来源:www.45fan.com 【

如何使用Weblogic8.1批量启动和关闭所有服务器的脚本?

启动集群的脚本:
java weblogic.Admin -url AdminHost:7001 -username weblogic -password weblogic STARTCLUSTER -clustername ACluster

成功后会看到类似的信息:
Starting servers in cluster ACluster: A2,A1All servers in the cluster "ACluster" started successfully.

停止集群的脚本如下:
java weblogic.Admin -url AdminHost:7001 -username weblogic -password weblogic STOPCLUSTER -clustername ACluster

如果这个命令执行成功会返回类似下面的内容:
Shutting down servers in cluster ACluster: A2,A1All servers in the cluster "ACluster" were issued the shutdown request.Look in the server logs to verify the success or failure of the shutdownrequest.

 

本文地址:http://www.45fan.com/a/question/71507.html
Tags: 集群 批量 weblogic8.1
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部