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

  • 相关阅读:
    Open source cryptocurrency exchange
    Salted Password Hashing
    95. Unique Binary Search Trees II
    714. Best Time to Buy and Sell Stock with Transaction Fee
    680. Valid Palindrome II
    Java compiler level does not match the version of the installed Java project facet.
    eclipse自动编译
    Exception in thread "main" java.lang.StackOverflowError(栈溢出)
    博客背景美化——动态雪花飘落
    java九九乘法表
  • 原文地址:https://www.cnblogs.com/Rozdy/p/4832541.html
Copyright © 2011-2022 走看看