
I have tried using the IP, the short host name, and the FQDN for the filer I'm trying to connect to.
I opened a telnet session to port 80 on the target filer and the response was HTTP/1.1, so this error sort of makes sense. Can I tell WFA to use HTTP/1.1?
Here is the output of the telnet session:
HTTP/1.1 302 Found
MIME-Version: 1.1
Server: NetApp//8.2.3P3
Date: Mon, 24 Oct 2016 18:00:04 GMT
Content-Length: 264
Content-Type: text/html
Location: /na_admin/
<HTML>
<HEAD>
<TITLE>Redirection</TITLE>
</HEAD>
<BODY>
<H1>Redirection</H1>
This document can be found
<A HREF="/na_admin/">elsewhere.</A><P>
You see this message because your browser doesn't support automatic
redirection handling.<P>
</BODY>
</HTML>
I have a domain account on the filer that I am able to access via SSH, so I know the credentials are valid. From a shell, I have to use the format: ssh domain\\user@filer1 ... How does this translate to a credential username? Do I need to escape the backslash?
Here is the log output for the failure:
2016-10-24 14:12:43,304 WARN [com.netapp.wfa.ui.ExecutionFacadeImpl] (default task-28) Method validateCredential("HOSTNAME....","RemoteSystemType{id=...") threw:: javax.ejb.EJBTransactionRolledbackException: Credential validation failed. Connection to HOSTNAME.com failed (13001: Failed to get the hostname corresponding to the server: HOSTNAME.com. Please provide a fully qualified domain name of the server or use HTTP 1.0)
--- SNIP ---
Caused by: CommandExecutionException{Message: Credential validation failed. Connection to HOSTNAME.com failed (13001: Failed to get the hostname corresponding to the server: HOSTNAME.com. Please provide a fully qualified domain name of the server or use HTTP 1.0), Cause: null}
Please let me know how I can further troubleshoot this issue. Thanks!
EDIT: Using WFA v4.0.0.0.0
