Wednesday, January 18, 2012

Process for service Admin Console failed to start - informatica 9.1.0 hf3 installation.

1. got following error when install informatica 9.1.0 HF3

 OutPut : [ICMD_10033] Command [ping] failed with error [[INFACMD_10053] Service [_AdminConsole] Domain [Domain_pncuatinformatica.evolvsuite.local] has failed to ping back.].

Error :

Troubleshooting Tips

1. Refer to the following log files for more information:

Administrator logs  $INFA_HOME/tomcat/temp/_AdminConsole/logs : Refer to this file to debug issues related to the Administrator tool.

administrator.log  $INFA_HOME/services/AdminConsole : This file contains some, but not all, log events pertaining to the Administrator tool.

2.Run the following command to enable the Informatica Administrator manually:

$INFA_HOME/isp/bin/infacmd.bat/sh enableservice -dn <MyDomain> -un Administrator -pd Administrator -sn _AdminConsole

Installation Status:WARNING

The Informatica 9.1.0 HotFix 3 installation is complete.


2. check $INFA_HOME/tomcat/logs/node.log

ERROR [Thread 6 of 6 in DomainServiceThreadPool] [SPC_10013] Process for service _AdminConsole failed to start.

3. check  $INFA_HOME/tomcat/temp/_AdminConsole/logs
 java.io.FileNotFoundException: /u01/app/informatica/tomcat/temp/_AdminConsole/work/_AdminConsole/localhost/administrator/tldCache.ser (Too many open files)

4. the problem is the open file limitation for user informatica was set to default 1024 in redhat linux.

5. unlimit -n 2048 as root

6. restart informatica. it is good.

3 comments:

  1. Thank you. Had this problem when trying to upgrade from 8.6.1 to 9.1 HF5.

    ReplyDelete
  2. I am glad that my posting is helpful to others.

    ReplyDelete
  3. hi i upgraded my informatica power centre 9.1 to 9.5 version on windows only.....But my informatica admin console was not opening please suggest the way how to open...its urgent
    thanks venkat

    ReplyDelete