Does anyone know of a way of listing the actual NIC names on cluster nodes using cluster.exe?
If I use
it only shows me the network name for the cluster and the interfaces. But it doesn't tell me what the interface is called in the OS.
What I'm trying to do is list the interfaces within each cluster network so that I can tell what kind of network it is (public, private, log shipping, iSCSI, etc). That way, I can use cluster.exe to rename the cluster network accordingly. By default, the cluster networks are called "Cluster Network 1", "Cluster Network 2", etc., which isn't very intuitive. When I install the OS, I rename the NICs accordingly before building the cluster.
I know I can just view it in the GUI, but I'm building clusters completely from the command line via script. This is the part I haven't figured out yet.
I've done a fair amount of searching, and haven't come up with anything. Any help would be greatly appreciated.
Pat Richard MVP
Plan for performance, and capacity takes care of itself. Plan for capacity, and suffer poor performance.
If I use
Code:
cluster <ClusterName> network <ClusterNetworkName> /listint
What I'm trying to do is list the interfaces within each cluster network so that I can tell what kind of network it is (public, private, log shipping, iSCSI, etc). That way, I can use cluster.exe to rename the cluster network accordingly. By default, the cluster networks are called "Cluster Network 1", "Cluster Network 2", etc., which isn't very intuitive. When I install the OS, I rename the NICs accordingly before building the cluster.
I know I can just view it in the GUI, but I'm building clusters completely from the command line via script. This is the part I haven't figured out yet.
I've done a fair amount of searching, and haven't come up with anything. Any help would be greatly appreciated.
Pat Richard MVP
Plan for performance, and capacity takes care of itself. Plan for capacity, and suffer poor performance.