It was done following things.
1) Install Audit Vault Server (10.2.0.3) on a Red Hat Linux 64 bit Server.
2) post-installation tasks was completed.
3) On the client Windows machine "Audit Vault Agent" Installer is invoked. After I run the installer it asks me following things
a) Audit vault Agent Name
b) Aduit Vault Agent Home
c) Agent Username
d) Agent Password
e) Audit Vault Server Connect String (Provide the Database details as mentioned in Audit Vault Server (server_name:port:servicename)
and when I click on the next button it throws the following error:
"error1: the AV server is expecting an agent with the given name to be installed on another machine".
Note that, I am able to ping from Windows to Linux machine and Vice versa (By IP Address).
In the server it was added agent using following command.
[oracle@rac1 ~]$ avca add_agent -agentname avagent2 -agenthost 192.168.8.5 -agentusr avagent AVCA started Adding agent... Enter agent user password: Re-enter agent user password: Agent added successfully.Cause ans Solution of the Problem
Though agent is created in the server but there is problem with the agent host IP address. Agenthost must be the hostname or IP Address of agent not Audit vault server. Here 192.168.8.5 is the IP Address of Aduit Vault server and agent client IP address is 172.15.10.33. So add an agent as following:
[oracle@rac1 ~]$ avca add_agent -agentname avagent4 -agenthost 172.15.10.33 -agentusr avagent AVCA started Adding agent... Agent added successfully.
Now use this avagent4 agent name of agent installation.