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

  • 相关阅读:
    jupyter notebook 将当前目录设置为工作目录
    推荐个不错的服务器管理软件
    jupyter notebook 安装记录
    微软发布 Pylance:改善 VS Code 中的 Python 体验
    paddleocr安装笔记
    开源免费!7款服务器管理工具
    极简Linux下安装极简桌面
    解决 win7 win10 等 64位 支持access数据库问题
    泓格WINPAC主机与第三方模块rs 485 modbus rtu通信测试
    ajax
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349607.html
Copyright © 2011-2022 走看看