There are multiple ways to check the Domain Status.
- From Command prompt:
- Run the below command in UNIX/LINUX
- $INFA_HOME/isp/bin/infacmd.sh isp ping -dn <Domain_name>
- Run the below command in Windows
- change the directory to $INFA_HOME/isp/bin/. If the PATH variables are set to $INFA_HOME/server/bin you can run this command from any where.
- infacmd.bat/sh ping -dn <Domain_name>
- to check the admin console service status run the below command. infacmd.bat/sh ping -dn <Domain_name> -sn _Admin_Console
- From database:
- Connect to Domain database.
- Run the sql query : select * from ISP_MASTER_ELECTION; -- this will return you a record with the host and post details.
- From Browser:
- Open the admin console URL. if the URL is opening then the domain is running.
No comments:
Post a Comment