`
michelecindy
  • 浏览: 174890 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

WAS停止AppSrv以及进行syncNode操作

阅读更多
[root@vmlinux bin]# ./stopNode.sh
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv02/logs/nodeagent/stopServer.log
ADMU0128I: Starting tool with the AppSrv02 profile
ADMU3100I: Reading configuration for server: nodeagent
Realm/Cell Name: <default>
Username: wasadmin
Password:        
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server nodeagent stop completed.


[root@vmlinux bin]# ./syncNode.sh 127.0.0.1 8879
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv02/logs/syncNode.log
ADMU0128I: Starting tool with the AppSrv02 profile
Realm/Cell Name: <default>
Username: wasadmin
Password:        
ADMU0401I: Begin syncNode operation for node testCell01Node02 with Deployment
           Manager 127.0.0.1: 8879
ADMU0016I: Synchronizing configuration between node and cell.
ADMU0402I: The configuration for node testCell01Node02 has been synchronized
           with Deployment Manager 127.0.0.1: 8879
          
          
[root@vmlinux bin]# ./startNode.sh
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv02/logs/nodeagent/startServer.log
ADMU0128I: Starting tool with the AppSrv02 profile
ADMU3100I: Reading configuration for server: nodeagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server nodeagent open for e-business; process id is 11069




[root@vmlinux bin]# ./stopNode.sh
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv03/logs/nodeagent/stopServer.log
ADMU0128I: Starting tool with the AppSrv03 profile
ADMU3100I: Reading configuration for server: nodeagent
Realm/Cell Name: <default>
Username: wasadmin
Password:        
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server nodeagent stop completed.




[root@vmlinux bin]# ./syncNode.sh 127.0.0.1 8879
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv03/logs/syncNode.log
ADMU0128I: Starting tool with the AppSrv03 profile
Realm/Cell Name: <default>
Username: wasadmin
Password:        
ADMU0401I: Begin syncNode operation for node testCell01Node03 with Deployment
           Manager 127.0.0.1: 8879
ADMU0016I: Synchronizing configuration between node and cell.
ADMU0402I: The configuration for node testCell01Node03 has been synchronized
           with Deployment Manager 127.0.0.1: 8879
          
          

[root@vmlinux bin]# ./startNode.sh
ADMU0116I: Tool information is being logged in file
           /opt/IBM/WebSphere/AppServer/profiles/AppSrv03/logs/nodeagent/startServer.log
ADMU0128I: Starting tool with the AppSrv03 profile
ADMU3100I: Reading configuration for server: nodeagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server nodeagent open for e-business; process id is 11300
分享到:
评论

相关推荐

    2.1-WAS基本命令操作

    `stopServer.bat`命令用于停止服务器服务,该命令也位于`WAS_home\profiles\AppSrv01\bin`。停止服务器的步骤与启动类似: 1. 打开命令行窗口并定位到`C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin`。 2. ...

    was操作培训文档

    本培训文档旨在帮助初学者理解和掌握WAS的基本操作,包括安装、升级、配置以及集群设置。 **一、单机非集群配置** 1. **安装IBM和WAS**: 首先,你需要下载并安装IBM的软件包,其中包括WAS。安装过程中需遵循提供的...

    appsrv.msc下载 安装IIS必用

    通过`appsrv.msc`,用户可以方便地进行各种操作,例如创建和配置网站、设置虚拟目录、管理应用程序池、配置安全性设置、查看日志文件等。这对于系统管理员来说是必不可少的工具,因为它简化了复杂的命令行操作,使...

    appsrv。iis必需文件

    本篇文章将深入探讨Appsrv.iis的含义、功能以及它在IIS中的应用。 Appsrv.iis并非一个独立的程序,而是IIS应用程序服务器中的一个重要组件。它的全称可能为"Application Server for IIS",主要负责处理和管理IIS上...

    WAS基本使用手册

    在WAS控制台中,可以进行节点的启动、停止和删除操作,并且可以查看节点的状态和配置文件。 WAS提供了强大的管理功能和灵活的架构,使其广泛应用于大型企业级应用程序的开发和部署中。深入了解WAS的基本使用手册,...

    WAS补丁说明,描述了was打补丁的配置过程

    总的来说,WAS打补丁的过程涉及了JDK的确认、WAS进程的停止与启动、补丁的安装以及服务的管理等多个环节。遵循这些步骤,可以有效地为WAS系统打上最新的补丁,确保其安全稳定地运行。同时,定期检查并应用新的补丁,...

    appsrv.msc

    "appsrv.msc" 是一个在Windows XP操作系统中与Internet Information Services (IIS)相关的管理控制台文件。IIS是微软开发的一个Web服务器应用程序,它允许用户发布网页、执行CGI脚本、处理HTTP请求等任务。在描述中...

    用友NC65+was安装配置指南

    - 停止WAS:`C:\WebSphere\AppServer\profiles\AppSrv01\bin&gt;stopServer.bat server1` ##### 2. WAS补丁 - **补丁安装**:运行`7.0.0.17-WS-UPDI-WinIA32\UpdateInstaller\install.exe`安装补丁。 - **注意事项**...

    WAS8.5静默安装及升级补丁

    本文将详细介绍如何实现WAS 8.5.5.0的静默安装以及如何升级至JDK 8,并安装必要的补丁。 #### 二、准备工作 在进行静默安装之前,需要确保已准备好以下几项: 1. **安装源**:包括WAS 8.5.5.0的安装包以及补丁包。 ...

    was节点同步

    - 停止节点(node):`/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/bin/stopNode.sh` - 停止管理器(dmgr):`/opt/IBM/WebSphere/AppServer/bin/stopManager.sh` 2. **清理临时文件**: - 删除`wstemp`, `temp...

    Was7.0安装部署

    Was7.0安装部署是指将Was7.0应用服务器安装到 Linux 操作系统中,并进行基本配置以便使用。整个安装部署过程可以分为 several 步骤:创建用户、上传安装文件、解压安装文件、安装Was7.0、配置Was节点、启动Was、配置...

    WAS8.5.5.0升级及配置JDK1.8.docx

    升级 WAS 的主要步骤包括解压升级包和使用 IBM Installation Manager (IMM) 进行安装: 1. **解压升级包**:使用 unzip 命令解压下载的三个升级包,例如 `unzip 8.5.5-WS-WAS-FP013-part\?.zip`。 2. **使用 IMM ...

    was7升级步骤

    C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\bin&gt;backupConfig.bat was_config_node.zip -username bobo -password 123 -nostop ``` 3. **关闭WebSphere服务**: - 在安装补丁之前,需要确保...

    was集群部署方案及安装配置手册

    对于was7.0,操作系统与硬件空间要求如下: http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg27012474 The following list identifies the products that are supported when WebSphere Application ...

Global site tag (gtag.js) - Google Analytics