Tuesday, January 7, 2014

Informatica 9.5.1 : Monitor Integration Service ( pingservice )

Pingservice pmcmd command can be used to pro-actively monitor Informatica Integration service.

Syntax : pmcmd PingService <<-service|-sv> service [<-domain|-d> domain] [<-timeout|-t> timeout]

Example

pmcmd pingservice -sv IS_INFA_PROD -d DOM_INFA_PROD


Informatica(r) PMCMD, version [9.5.1], build [172.1204], LINUX 64-bit
Copyright (c) Informatica Corporation 1994 - 2012

All Rights Reserved.
Invoked at Tue Jan 07 11:58:29 2014

Integration Service is alive.

Disconnecting from Integration Service
Completed at Tue Jan 07 11:58:29 2014

Error in case the integration service not running

pmcmd pingservice -sv IS_INFA_PROD -d DOM_INFA_PROD -timeout 10

Informatica(r) PMCMD, version [9.6.1 HotFix1], build [829.0913], LINUX 64-bit
Copyright (c) Informatica Corporation 1994 - 2014
All Rights Reserved.
[PCSF_46008] Cannot connect to domain [DOM_INFA_PROD] to look up service [IS_INFA_PROD].
ERROR: Cannot connect to Integration Service [IS_INFA_PROD].


[infa@bi-04]$ echo $?
1
[infa@bi-04]$

No comments:

Post a Comment