NFS Cluster questions

Discussion in 'HOWTO-Related Questions' started by youngblood, Feb 11, 2008.

  1. youngblood

    youngblood New Member

    I've read (though not yet implemented the NFS Cluster HOWTO) and have a question about the way the master status works.

    With my server setup I have a farm of applications on many machines all writing data based on requests made from my tomcat server. THE NFS Cluster is the closest solution yet that I've found for making those changes available to the Tomcat server, but from what I understand of the NFS HOWTO I can only have a single master at any given time (managed by DRBD). Is this correct? Would it be possible to have multiple nodes writing to the shared resource from within the cluster? If not is there another solution you would suggest?

    Is there any indicator from the system that I could check to see which machine currently has access to the shared drive for writing? If there is no solution already available I've considered writing my own software that will pass the additional files through the network to be written on the current master drive.
     
  2. youngblood

    youngblood New Member

    I've been thinking about the problem, and would it be possible to setup rsync cron jobs to transfer information from the secondary to the master to write to the NFS share? How could I tell which machine is currently the master from the secondary?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    It's been some time since I've written that tutorial, but I *think* this is correct.
     

Share This Page