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

  • 相关阅读:
    计算小于12的阶乘
    ubuntu下gvim启动出现gtk warning Invalid input string
    UBUNTU基础知识
    Ubuntu下创建软链接
    linux命令行介绍及使用(二)
    Ubuntu问题sudo: /etc/sudoers is mode 0640should be 0440的解决方法
    安装mp3插件
    Ubuntu下GTK的安装
    linux命令行介绍及使用(三)
    VB.NET中用GDI+画饼图
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349607.html
Copyright © 2011-2022 走看看