Monthly Archives: January 2015

NetApp OnCommand System Manager 500 Connection Refused

I recently upgraded my NetApp OnCommand System Manager and upon trying to login I was presented with the error: “500 Connection Refused”.

500_Refused

This can occur if TLS is not enabled in DataONTAP.  In this particular scenario, the only SSL protocol available was SSLv3, which most browsers now have disabled by default, or if your SSL certificate on the filer has expired.

To enable TLS in DataONTAP, login to the filer via SSH and issue the following command:

options tls.enable on

If you have a high availability setup with multiple controllers, ensure that you issue the command on both nodes.

Outlook Password Prompt On NetMotion Mobility

When connected to NetMotion Mobility on Windows 8.1, Outlook 2013 frequently has connectivity problems.  When attempting to open Outlook you are presented with a password dialog box, but no username format or password combination works.  When you click cancel you receive an error stating the attempt to log onto Microsoft exchange has failed.  This behavior can also be intermittent.  The majority of the time Outlook will not work, but occasionally it will.

This happens because Outlook is attempting to bind to the physical network adapter and not the NetMotion virtual adapter.  As such, Mobility blocks all non encrypted traffic out of the physical network adapter, so the logon attempts are never actually sent.  This problem can be rectified by creating or modifying one of the policies on the Mobility server.

In my case, I created a rule called “Exchange Routing” and added it to my existing global client policy in the Mobility server console.

Below is a screen shot of the rule setup:
NMRule

What this tells the Mobility client is to add a route for traffic destined to 10.12.201.250 (this would be the internal IP address of your exchange server), to send it via the nmvnic (NetMotion Virtual Network Interface).  This way Outlook is forced to bind to the correct NIC and there are no connectivity issues.