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…