您的位置:首页 > 数据库 > Oracle

Starting and Stopping Oracle Fusion Middleware

2015-05-27 15:16 411 查看
指定用户名密码启动管理服务器

 

You can start and stop Oracle WebLogic Server Administration Servers using the WLST command line or a script. When you start or stop the Administration Server, you also start or stop the processes running in the Administration Server, including the WebLogic Server Administration Console and Fusion Middleware Control.

For example, to start an Administration Server, use the following script:

MW_HOME/user_projects/domains/domain_name/bin/startWebLogic.sh
         -Dweblogic.management.username=weblogic
-Dweblogic.management.password=password
适用于未配置安全策略文件,启动管理服务器

后台启动管理服务器

Linux下 nohup ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=password >admin.out&

停止管理服务器

To stop an Administration Server, use the following script:

MW_HOME/user_projects/domains/domain_name/bin/stopWeblogic.sh
username password [admin_url]

其它启动关闭的细节参照Oracle 管理员手册
http://docs.oracle.com/cd/E23943_01/core.1111/e10105/start.htm#ASADM10388
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: