Monday, July 16, 2012

Starting Informatica Services in Linux Box

Starting Repository and Integaration Services in Linx

1. Check to see if the Repository Database is up and running. If not take the help of DBA.
2. Check if the Informatica service is running. Go to services on the system and check
3. Log on Linux using Admin userid and password
4. Check if Informatia Services are still running-
     ps -ef | grep pmserver
  If no results are returned , no services are running.
5. May be you can also check by logging to the Admin Console.  If you are not able to see the Admin Console page (Admin page is not displayed) , then services are down
6. Go to Linux box and to the directory where Informatica is installed.  Check .profile to check the variable $INFA_HOME.
7. Go to XXX/server/tomcat/bin. XXX is the home directory as specified in teh $INFA_HOME 
8. Start the services by running the script infaservice.sh
9. In few moments the informatica service should start.
10. Go to Admin Console and check again and also use command in the step 4 above to check if it is running 



Hope this help.... :)

3 comments:

  1. hi,
    for me ps -ef | grep pmserver returns like

    hello 21737 19241 0 06:49 pts/0 00:00:00 grep pmserver
    is the services running ?
    and administrator page is not loading. can u help in this.......

    ReplyDelete