Converged Network for Physical SQL Server

ichwan zoelverdy 1 Reputation point
2022-09-05T09:32:42.58+00:00

Hi,

I have server that want to Install SQL Always on. my server have 10gb NIC and setup NIC team.
I want to install 3 adapter for SQL, Cluster, and Backup.

is it possible we install hyper-v role and configure converged network with different vlan ?
and also install SQL server on physical server ?

notes : My server is only for sql, but I need different NIC, Hyper-v VM will never run on my server

kindly need your help

Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,367 questions
{count} votes

1 answer

Sort by: Most helpful
  1. NikoXu-msft 1,911 Reputation points
    2022-09-06T05:40:39.947+00:00

    Hi @ichwan zoelverdy ,

    If you configure multiple VLANs and want communication to occur between them, you'll need to configure the network devices to allow that.
    You will need the following to configure VLANs:
    A physical network adapter and driver that supports 802.1q VLAN tagging.
    A physical network switch that supports 802.1q VLAN tagging.
    On the host, you'll configure the virtual switch to allow network traffic on the physical switch port. This is for the VLAN IDs that you want to use internally with virtual machines. Next, you configure the virtual machine to specify the VLAN that the virtual machine will use for all network communications.

    Best regards
    Niko

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.