[bproc]node_up for bpslave.

Erik Arjan Hendriks erik@hendriks.cx
Wed, 30 May 2001 16:25:43 -0400


On Wed, May 23, 2001 at 04:24:35PM -0300, Orlando Rocha wrote:
> Hi all,
> I'm with the bproc v.2.2.2 installed in my cluster, in the master and slave, but when I use as following command:
> $bpstat
> node                    status        user    
> 192.168.0.2            error        root     
> As per bproc, I need a file node_up in /etc/beowulf/.
> Who can I help about this file?
> I need the example for my cluster.

That file should do whatever is necessary to setup the node.  If
nothing, then you can just make it an empty shell script or something.

I threw in that script functionality for the Scyld setup.  The node
status will default to "up" if the script is missing in future
versions.

- Erik