Hi,
We are trying to install IEM agent using “IEM Agent Deployment Tool”.
I have seen 90 % agent installed, facing issue with few system. I have found the RCA, sudo is not in default location /usr/bin and /usr/sbin.
sudo is located over custom directory /progs/bin. We have found the script solarisinstalltemclient.sh under TEMAgentDeployment/scripts.
This script exporting the default paths:
PATH=$PATH:/usr/bin:/usr/sbin:/usr/ucb:/sbin
export PATH
We have modify the patch:
PATH=$PATH:/progs/bin:/usr/bin:/usr/sbin:/usr/ucb:/sbin
export PATH
Still not able to install agent, Has anyone face this challenge.