zoukankan      html  css  js  c++  java
  • 所以启动的顺序是 DMGR-->Node-->App Server

    1:stop 
    1.1  首先停止server
    
    1.2 停止Node
    
    1.3 stop dmgr
    
    
    2: start
    
    2.1  首先启动dmgr 
    
    2.2 启动Node
    
    2.3 启动server
    
    
    转http://enjoyyou.blog.hexun.com/41731005_d.html
    
    1. On the deployment manager machine:
    a. Change the directory to the <profile_home>/bin directory of the Network Deployment installation.
    b. Use the startManager command to start the deployment manager.
    如果启动成功会提示:dmgr process id is 1120
    -------------------------------------------------------------------
    Example 4-4 Starting the deployment manager from the command line
    C:WebSphereAppServerprofilesDmgr01in>startmanager
    ADMU0116I: Tool information is being logged in file
    C:WebSphereAppServerprofilesDmgr01logsdmgrstartServer.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 1120
    ---------------------------------------------------------------------
    2. On each node, do the following:
    a. Change directory to the <profile_home>/bin directory for the application server on that node.
    b. Run the startNode command.
    如果启动成功会提示:the node agent server process ID 1252
    c. Use the startServer command to start each of the application server processes on the node.
    d. Check the node status by running the serverStatus -all command.
    
    所以启动的顺序是 DMGR-->Node-->App Server
    ./startManager.sh
    ./startNode.sh
    ./startServer.sh

  • 相关阅读:
    进入社会,我们要做哪些准备?
    2天玩转单反相机(第二讲)
    Google广告优化与工具
    Ext JS 4:模型剖析
    iphone开发教程(1) iOS大纲
    iPhone objectivec字符串类NSString的使用
    Ext JS 4倒计时:图形和图表
    Ext JS 4倒计时:开发者预览版
    WOSA介绍
    “苹果皮”与知识产权
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349607.html
Copyright © 2011-2022 走看看