IEM Agent Installation Failing on Unix

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.

As prerequisite to install agent on solaris with the ADT tool you need to have the sudo command in /usr/bin .

to verify that on target machine run the following command from a different machine:
ssh user@ip_address sudo -V

you can find detail here in section “Prerequisites for deploying to Linux/Unix systems”

Hi Lattanas,

Thanks for your response, I have resolved this by creating soft link for the same.

1 Like