Informatica 8.6.1 - Configure a new node
Our informatica installation is in a shared drive that is accessible from 4 diffrent unix boxes. Corrently only one node (one of 4 boxes) is set up as a gateway node and we can bring up informatica only from that node. To have a process to bring up informatica from another node (in case of hardware failure), we are working oon the steps to configure another node(as a replace,ent for the original node). We did the following
1/ Delete the Existing Domain using infasetup.sh deleteDomain (that use node1)
2/ Created New Domain using infasetup.sh defineDomain (that use node2)
3/ Defined a Gateway Node using infasetup.sh defineGatewayNode (node2)
4/ Startup the service using infaservice.sh startup (from node 2)
This however is not working. First 3 steps did not give any error. Step 4 just started 1 java process and no pmserver or pmrepagent process. Admin console is not coming up.
Questions :
1/ What do I have to look in node.log, catalina.out, exceptions.log?
2/ What are other troubleshoting steps?
3/ Will do you any other steps or in diffrent order helps?