NetVault agent fails to connect if server FQDN instead of IP address is used in agent properties.
Below error is logged in agent log:
2018-09-20 13:20:26.667 INFO [Quartz[0]-1] com.quest.netvault.agent.NetVaultAgentImpl - Start to collect NetVault Server : Server_FQDN>
2018-09-20 13:20:27.529 WARN [Quartz[0]-1] com.quest.netvault.collector.NetVaultCollectorBuilder - Fail to collect object.
java.lang.NumberFormatException: For input string: "servername"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.valueOf(Integer.java:766)