Tuesday 16 August 2016

Informatica PowerCenter Domain Status Checking

There are multiple ways to check the Domain Status.
  1. From Command prompt:
    1. Run the below command in UNIX/LINUX
      1. $INFA_HOME/isp/bin/infacmd.sh isp ping -dn <Domain_name>
    2. Run the below command in Windows
      1. 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.
        1. infacmd.bat/sh ping -dn <Domain_name>
        2. to check the admin console service status run the below command.  infacmd.bat/sh ping -dn <Domain_name> -sn _Admin_Console
  1. From database:
    1. Connect to Domain database.
    2. Run the sql query : select * from ISP_MASTER_ELECTION; -- this will return you a record with the host and post details.
  2. From Browser:
    1. Open the admin console URL. if the URL is opening then the domain is running.

No comments:

Post a Comment