Hi,
We have a number of constraints to operate our OMS server:
- OMS isn't connected to internet.
- We don't have a host user nor a ssh tunnel configured.
I have deployed an agent manually using agentDeploy.sh but I encountered a problem with the secure agent step (I had the wrong password).
The agent deployment stopped there. So I proceeded to secure the agent manually.
However, I can see that I have no plugins installed. I continued its deployment further like so, but this is where I hit my limit::
./emcli deploy_plugin_on_agent -agent_names="pdbhost01.company.net:3872" -plugin="oracle.sysman.db"
Prerequisites check failed
For agent : https://pdbhost01.company.net:3872/emd/main/
The Management Agent is not configured properly. The required host target is not found.
I was wondering if it was possible to:
- Continue this agent's configuration: What would be the step to configure the host target?
- Re-install the agent: What do I need to do to uninstall it, since I can't do it from OEM?
Thank you.