Link to home
Start Free TrialLog in
Avatar of goodvibes
goodvibesFlag for Australia

asked on

Dual NIC SQL connection problem

I am preparing our Hyper-V SQL server for migration to a new Hyper-V CSV cluster. It has 2 VNICS one to our LAN, one to a SAN LUN. I have since virtualised the SAN LUN and placed it locally on the Hyper-V server in preparation for the move. However when I disable the internal SAN NIC none of our SQL clients (IIS7 etc.) can connect to the server. They connect using \\servername\instancename.  I have to get rid of the NIC, it's not needed in the Cluster environment. The SAN has no routes, only the LAN does. All the other servers can ping each other whether the SAN NIC is disabled or not. I've tried various combinations of enabling IP protocols in SQL server config, no luck. The only thing that matters is that SAN NIC.
Avatar of Metehan Ozcullu
Metehan Ozcullu
Flag of Türkiye image

looks like routing table on the server is a bit mixed. is there a gateway defined for SAN LUN nic. if so clear it. if you need that gateway you can add it as a persistent route later. if you send me the output of "route print" command, I can give more details.
Avatar of goodvibes

ASKER

I don't have any routes on the SQL box, but I've attached the route print. I've also attached  a netstat -a for when the SAN NIC is enabled and disabled.
routes-SQL-VM.txt
sql-no-SAN-NIC.txt
sql-SAN-NIC.txt
A bit more info.... these are the IP connections from the registry for our Instance. There are quite a few for IP v6 which must have been enabled when we installed, but is now disabled.
IPn-setup-for-SQL.txt
did you try to disable firewall on the server for a trial?
Yep, tried all that
ASKER CERTIFIED SOLUTION
Avatar of goodvibes
goodvibes
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm closing this question as I had to move forward, I couldn't solve it so I have created a new VM without the offending VLAN and migrated our dbs across to it.