Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • Connect from eclipse Debug Configuration to to KVM host 8787 port for debugging.

How to debug the KVM Agent on 4.2 and RHEL 6.3

kvm agent is running with jsvc tool.

...

add rule to allow 8787 port in kvm host.

iptables  -I INPUT -p tcp --dport 8787 --j ACCEPT (on Rhel 6.3)

restart the management server. check the port 8787 using netstat -atnp | grep jsvc

...