Getting an IPv4 Address of the Microsoft Hyper-V Hosts or Clusters

You need the IPv4 address or host name of the Microsoft Hyper-V host or cluster when you register Catalogic DPX with the Microsoft Hyper-V environment.

To get the IPv4 address of the Microsoft Hyper-V host, run the following command on Microsoft Windows PowerShell in the Microsoft Windows Server host system:

Get-NetIPAddress -AddressFamily IPv4 | Select-Object IPAddress,InterfaceAlias

To get the IPv4 address of the Microsoft Hyper-V cluster, open Failover Cluster Manager in the Microsoft Windows Server system in the cluster, select the cluster from the navigation tree, expand the Cluster Core Resources section, and you can see the IP address of the server for the Microsoft Hyper-V cluster.

Last updated