To start and stop the Informatica Services :
Navigate to the Informatica/PowerCenter8.6.1/server/tomcat/bin location and type the below commands:
./infaservice.sh startup
./infaservice.sh shutdown
To check the Informatica Services Status:
1. Integration Service: ps -ef | grep pmserver
2. Repository Service: ps -ef | grep pmrepagent
3. Admin Console: ps -ef | grep org.apache.catalina.startup.Bootstrap
4. Admin Console: ps -ef | grep com.informatica.isp.tools.tomcatstarter.InfaTomcatBootstrap
No comments:
Post a Comment