zoukankan      html  css  js  c++  java
  • 启动was

    启动Manager
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/bin)#sh ./startManager.sh
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/startServer.log
    ADMU0128I: Starting tool with the Dmgr01 profile
    ADMU3100I: Reading configuration for server: dmgr
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server dmgr open for e-business; process id is 864332
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/bin)#cd ..
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01)#cd ..
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles)#ls
    
    启动Node:
    
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#sh ./startNode.sh
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/nodeagent/startServer.log
    ADMU0128I: Starting tool with the AppSrv01 profile
    ADMU3100I: Reading configuration for server: nodeagent
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server nodeagent open for e-business; process id is 360540
    
    
    启动Server:
    
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#sh ./startServer.sh server1
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
    ADMU0128I: Starting tool with the AppSrv01 profile
    ADMU3100I: Reading configuration for server: server1
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server server1 open for e-business; process id is 434198
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#
    
    --------------------------------------------------------------------------------------------------
    root@db2srv(/usr/was)#find . -name startManager.sh
    ./IBM/WebSphere/AppServer/bin/startManager.sh
    ./IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
    
    
    root@db2srv(/usr/was)#find . -name startNode.sh
    ./IBM/WebSphere/AppServer/bin/startNode.sh
    ./IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
    
    
    root@db2srv(/usr/was)#find . -name startServer.sh
    ./IBM/WebSphere/AppServer/bin/startServer.sh
    ./IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh
    ./IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startServer.sh

  • 相关阅读:
    工单相关函数
    ABAP 没有保存的长文本,如何取值
    小细节
    DEMO程序 排序
    ABAP 中的消息类型和处理方式
    那些 诡异的表格
    F4搜索帮助~出口函数
    使用XML的方式导出EXCEL
    更改销售订单某些字段和按钮 不可编辑
    ABAP-如何读取内表的字段名称
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349606.html
Copyright © 2011-2022 走看看