VMware Cloud Community
nurullah_hyperi
Contributor
Contributor
Jump to solution

agent setup problem on linux

Hi.
I'm trying to install an agent to a linux machine and connect to an hq server on another machine. The lines I've changed in the "agent.properties" file are:

agent.setup.camIP=192.154.1.107
agent.setup.camPort=7080
agent.setup.camSSLPort=7443
agent.setup.camSecure=no
agent.setup.camLogin=hqadmin
agent.setup.camPword=hqadmin
agent.setup.agentIP=default
agent.setup.agentPort=default
agent.setup.resetupTokens=no

but when I try to start the agent, I keep getting this error:

[ Running agent setup ]
What is the HQ server IP address: 192.168.1.107
Should Agent communications to HQ always be secure [default=no]: no
What is the HQ server port [default=7080]: 7080
- Testing insecure connection ... Failure
Unable to automatically setup: Unable to connect to HQ

Does anybody have any idea about how I could fix this problem?

Nurullah
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

nurullah,

Do you have a firewall or SELinux blocking connections to port 7080?

--jeremy

View solution in original post

0 Kudos
2 Replies
admin
Immortal
Immortal
Jump to solution

nurullah,

Do you have a firewall or SELinux blocking connections to port 7080?

--jeremy
0 Kudos
nurullah_hyperi
Contributor
Contributor
Jump to solution

Yes, I checked and found that the problem was caused by my firewall. Somehow I forgot to check it earlier. I fixed it and the agent works fine now.
Thank you jeremy.

nurullah
0 Kudos