0

We're using Scyld Clusterware (a Beowulf cluster), and I can never remember how to configure which parts of the shared file system are visible to the compute nodes. Which files need be configured, and how do I reload the configuration?

Don Kirkby
  • 1,354
  • 3
  • 11
  • 23

1 Answers1

0

This documentation is helpful. You have to modify these two files:

  • /etc/exports
  • /etc/beowulf/fstab

Then refresh the exports with this command:

/usr/sbin/exportfs -a

Reboot each node with this command, replacing 0 with the node number:

bpctl -S 0 -R
Don Kirkby
  • 1,354
  • 3
  • 11
  • 23