Get Informatica Node Name
Posted on June 27, 2012 by Paul McGarrick
Filed Under BI Apps, Informatica, Unix/Linux
Further to my earlier post where I queried the metadata schema to get various Informatica parameters, I thought I would share this quick snippet…
In order to get the Informatica Node name you can run this shell command (Unix):
${INFA_HOME}/isp/bin/infacmd.sh getNodeName | grep -e \n -m 1
Bye for now…
Leave a Reply