If you have two machines then your openmosix map on each machine would read: 1 100.100.100.50 2
If you had two machines on one network and three on another network you might have:
1 100.100.100.50 2
1 192.168.10.100 3
Tim.
Pedro Fernandes Macedo wrote:
Jonathan Christison wrote:
#
# Example: 10 machines with IP 192.168.1.50 - 192.168.1.59
# 1 192.168.1.50 10
#
# openMosix-# IP number-of-nodes
# ============================
1 100.100.100.50 2
2 100.100.100.51 1
Maybe following the example? the following line should make a cluster of two machines (100.100.100.50 and 100.100.100.51)....
1 100.100.100.50 2
I guess I'll start playing with openmosix now.. it looks very interesting..
Pedro Macedo