HUB Asked: 2013-04-06 05:09:20 +0800 CST2013-04-06 05:09:20 +0800 CST 2013-04-06 05:09:20 +0800 CST How to get server-group status in jboss-cli 772 How can I get server-group status (started|stopped) via jboss-cli.sh? jboss 1 Answers Voted Best Answer HUB 2013-04-08T23:07:15+08:002013-04-08T23:07:15+08:00 First it is not correct to talk about server-group status. server-group may consist of several server-configs and they in turn may have different statuses. To find out the server-config status, the following command may be used: /opt/jboss7/bin/jboss-cli.sh --connect --command='ls /host=nodeName/server-config=serverName' | grep 'status='
First it is not correct to talk about server-group status. server-group may consist of several server-configs and they in turn may have different statuses. To find out the server-config status, the following command may be used: