wlst nmServerStatus('<ServerName>') command returning incorrect WebLogic server status
Hi All,
We have been trying to get WebLogic server instance using WLST commands and node manager.
We did follow the below steps to get status of server status.
Approach: 1
1. Change directory to bin of DOMAIN_HOME
$cd /u07/oracle/middleware/user_projects/domains/wci_domain/bin
2. $. ./setDomainEnv.sh
3. Launch WLST.
java weblogic.WLST
4. Connect WLST to Node Manager by entering the nmConnect command.
wls:/offline> nmConnect('weblogic', 'TodayIs3rdJuly2014!', 'bisipm.sdsu.edu', '5556', 'wci_domain','/u07/oracle/middleware/user_projects/domains/wci_domain','ssl')
Connecting to Node Manager ...
Successfully connected.
wls:/nm/wci_domain >
5. Monitor the status of the server you started by entering the nmServerStatus command.