PM-II ETHERNET-HXB CONF(5)
FILE FORMATS
PM-II ETHERNET-HXB CONF(5)
NAME
PM/Ether-HXB Configuration File Format

Description
There are two kinds of file format to use PM/Ethernet-HXB。
File specified by -config option: To use general control parameter and dimension setting for nodes
File specified by -trunk[0123] option: To specify for a Ethernet device. This file is able to be made by adding three parameters to PM/Ethernet configuration file
Each line of the PM/Ethernet-HXB configuration files specify mapping from node number to hostname and IP address.
A single '#' character indicates that the rest of the line is a comment, and to be ignored.


FIle spicified by -config option:

EXAMPLE
This is an example of a PM/Ethernet-HXB configuration file specified by -config option. In this example, four hosts: comp0, comp1, comp2 and comp3 are connected.
#
# Sample configuration file
#
unit	0
#
# Node specification
#  NodeNumber  	Dimension address		Hostname                
0  		0.0.0      			comp0.pccluster.org
1              	1.0.0				comp1.pccluster.org
2               2.0.0				comp2.pccluster.org  
3               3.0.0				comp3.pccluster.org  

File spicified by -trunk option: This file can be created by adding the three parameters (dev, chan, and slot) to PM-Ethernet configuration file

Expample
This is an example of a PM/Ethernet-HXB configuration file specified by -trunk option. In this example, four hosts: comp0, comp1, comp2 and comp3 are connected.
#
# Sample configuration file
#
dev 	eth0
chan	0
slot	0

#
# Node specification
#  NodeNumber  	MAC address		Hostname                
0  		00:00:f3:51:03:00      	comp0.pccluster.org
1              	00:00:f3:51:03:01	comp1.pccluster.org
2               00:00:f3:51:03:02	comp2.pccluster.org  
3               00:00:f3:51:03:03	comp3.pccluster.org  
NOTES
This configuration file can be created by editting the file using mkpmethernetconf(8).

SEE ALSO
mkpmethernetconf(8)