Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Showing physical NIC names from cluster.exe

Status
Not open for further replies.

58sniper

MIS
Apr 25, 2004
9,152
US
Does anyone know of a way of listing the actual NIC names on cluster nodes using cluster.exe?

If I use
Code:
cluster <ClusterName> network <ClusterNetworkName> /listint
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top