PDA

View Full Version : using openMosix in BCCD ver 2.2.1c



imiziq
03-26-2006, 05:00 PM
Hi everyone,

Currently,im trying to set up my clustering system usig BCCD. So far everything have been set up well including the LAN. Ive decided to use openMosix as my cluster tool. The problem is, i dont know how to run the test program to see my processes migrate from 1 pc to another.From the documentation,

Step four: Run a test script

Next, run the following test script to see the newly configured cluster auto-balance the simple awk command load among the configured openMosix nodes.

for i in `ls /proc/hpc/nodes/`; do awk ‘BEGIN {for(i=0;i<10000;i++)for(j=0;j<10000;j++);}’ & done


I dont really understand how this test script being deplyed.can anyone guide me??