zoukankan      html  css  js  c++  java
  • Linux下Websphere无法关闭

     

    Websphere 启动关闭命令

     linux 下首先查看进程
    ./stopServcer.sh server1如果停不掉websphere服务。则强制杀掉其进程!

    1、查看websphere进程号
    bejqylc06:~ # ps -ef|grep websphere
    root     20350     1 13 Jun20 ?        1-10:36:34 /home/websphere/IBM/WebSphere/AppServer/java/bin/java bejqylc06Node01Cell bejqylc06Node01 server1
    root     24796 24655  0 17:27 pts/1    00:00:00 grep websphere
    bejqylc06:~ # 
    2、kill  -9  20350 
    3、./startServcer.sh server1

    二.

       

    linux 下强制kill掉websphere进程

    [root@localhost bin]# ./stopServer.sh server1
    ADMU0116I: 正在文件
               /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/stopServer.log
               中记录工具信息
    ADMU0128I: 正在启动具有 AppSrv01 概要文件的工具
    ADMU3100I: 正在从服务器读取配置:server1
    域/单元名: <default>
    Username: admin
    Password:                                                                                                ADMU3201I: 发出了服务器停止请求。等待停止状态。
    ADMU4000I: 服务器 server1 停止完成。

    [root@localhost bin]# ./startServer.sh server1
    ADMU0116I: 正在文件
               /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
               中记录工具信息
    ADMU0128I: 正在启动具有 AppSrv01 概要文件的工具
    ADMU3100I: 正在从服务器读取配置:server1
    ADMU3200I: 服务器已启动。等待初始化状态。
    ADMU3000I: 为电子商务开放服务器 server1;进程标识为
               7516

    本文转自:http://blog.csdn.net/feihong247/article/details/9392063

  • 相关阅读:
    css 伪类
    tornado 作业 简单首页 登录页 个人中心
    tornado 作业 自定义模板 UIMethod以UIModule
    tornado 网页提交内容 展示内容作业
    tornado
    javascript
    廖雪峰官网学习js 数组
    廖雪峰官网学习js 字符串
    廖雪峰官网学习js 数据类型和变量
    协程gevent学习
  • 原文地址:https://www.cnblogs.com/Rozdy/p/4832541.html
Copyright © 2011-2022 走看看