While installing agent in target host for oracle enterprise manager 13c, following error is observed

Solution:-
This issue has two different solutions
1. Change the entry “Defaults !visiblepw” to “Defaults visiblepw” in the /etc/sudoers file and re-try Agent Deployment. This needs to be done in host server.
2. You can also set the “oracle.sysman.prov.agentpush.enablePty” property to true in the “/data2/app/oracle/middleware/sysman/prov/agentpush/agentpush.properties” file, which is present on the OMS host,
And pass -S argument to the sudo command
/usr/bin/sudo -S -u %RUNAS% %COMMAND%
Now retry again the agent deployment , this time it should succeed.


Leave a Reply