DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

top(F)


top, top.next -- Micnet topology files

Format

top format

machine1 line1 machine2 line2 speed

top.next format

machine1 [machine2 [machine3]]...

Description

These files contain the topology information for a Micnet network. The topology information describes how the individual systems in the network are connected, and what path a message must take from one system to reach another. Each file contains one or more lines of text. Each line of text defines a connection or a communication path.

The top file defines connections between systems. Each line lists the machine names of the connected systems, the serial lines used to make the connection, and the speed (baud rate) of transmission between the systems.

machine1 and machine2 are the machine names of the respective systems (as given in the systemid files). line1 and line2 are the device filenames (for example, tty1a and tty2a) of the connecting serial lines. The speed must be an acceptable baud rate (for example, 110, 300, 9600, 19200).

The top.next file contains information about how to reach a particular system from a given system. There may be several lines for each system in the network. Each line lists the machine name of a system, followed by the machine name of a system connected to it, followed by the machine names of all the systems that may be reached by going through the second system.

The machine names must be the names of the respective systems (as given by the first machine name in the systemid files).

The top.next file must be present even if there are only two computers in the network. In such a case, the file must be empty.

In the top and top.next files, any line beginning with a number sign (#) is considered a comment, and is ignored.

Files


/usr/lib/mail/top
full pathname of top

/usr/lib/mail/top.next
full pathname of top.next

See also

netutil(ADM), systemid(F)
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003