Skip to Main Content Skip to Search
Home |   Select Country  Choose Country  |  Contact Us  |  Cart Store 
Create Account | Log In
Products & Services Solutions Academia Support User Community Company
spacer spacer spacer spacer spacer spacer

Technical Solutions

How do I check that the hostname of a cluster node is bound to an IP address on one of the host's network interface cards (NIC)?


Date Last Modified: Friday, June 26, 2009
Solution ID:   1-1Z2DHH
Product:   Parallel Computing Toolbox; MATLAB Distributed Computing Server
Reported in Release:   No Release
Platform:   All Platforms
Operating System:   All OS
 

Subject:

How do I check that the hostname of a cluster node is bound to an IP address on one of the host's network interface cards (NIC)?

Problem Description:

I would like to know if my distributed computing processes will work correctly on machines that have multiple NICs.

Solution:

Distributed computing processes will work correctly on machines with multiple NICs. For every node on the cluster, its hostname must be bound to an IP address that matches an address on one of its network interface cards (NIC). Your MATLAB client and your other cluster nodes must be able to contact it using this address. To determine if your configuration is correct, at a system prompt (such as DOS), enter the command


hostname
At a system prompt (such as DOS), enter the result of the hostname command as an argument to the ping command:

ping yourhost (for any non-Solaris platform)

ping -sn yourhost (for Solaris)
The ping command prints an IP address for yourhost. You can interrupt the ping output with Ctrl+C. Ensure that this same IP address is among those printed out by either of the following commands:

ifconfig -a (for UNIX)

ipconfig /all (for Windows)

NOTE: One of the requirements for setting up a cluster is the presence of a DNS service on the network, or an equivalent. For more information, see the MDCS system requirements below:

http://www.mathworks.com/products/distriben/requirements.html

Please provide feedback to help us improve this Solution
Contact support
E-mail this page
Print this page