Forum Discussion

wayney_128269's avatar
wayney_128269
Icon for Nimbostratus rankNimbostratus
Feb 23, 2007

problem with get_failover_state()

Hello,

 

 

I'm having an issue when trying to get the failover state of a BIGIP. Here is the error below:

 

 

The underlying connection was closed: The remote name could not be resolved. at System.Net.HttpWebRequest.CheckFinalStatus() in e:\dna\src\Net\System\Net\HttpWebRequest.cs:line 4170 at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) in e:\dna\src\Net\System\Net\HttpWebRequest.cs:line 1142 at System.Net.HttpWebRequest.GetRequestStream() in e:\dna\src\Net\System\Net\HttpWebRequest.cs:line 1214 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) in e:\dna\src\Services\Web\System\Web\Services\Protocols\SoapClientProtocol.cs:line 280 at OssgNet.VipNetXml.Module.BigIP9.F5System.FailOver.SystemFailover.get_failover_state() in

 

 

anybody know what is causing the issue?

1 Reply

  • Looks like a DNS issue to me. "remote name could not be resolved" implies that the hostname you entered for the connection to the iControl Portal (http://hostname/iControl/iControlPortal.cgi) could not be resolved into an IP Address.

     

     

    Is this error just for this method call or do you have other method calls on the same connection object working?

     

     

    -Joe