PDA

View Full Version : nfs server fail over problem


fahadsaeed
2005-06-25, 09:38 PM CDT
I am using nfs and want when one of my servers fail the files are mounted from other server

for example
if this fails
mount -t nfs 192.168.0.7:/home /home
then do this

mount -t nfs 192.168.0.8:/home /home


PLEASE HELP :(

hackerotaku
2005-06-25, 10:16 PM CDT
Require Implementation of heartbeat monitor & rsync over ssh

Open HA Cluster Project

http://openha.godbillot.com/

fahadsaeed
2005-06-26, 12:38 AM CDT
Hello,
Thankyou

Are there any other possible solutions.
I need to use this


if this fails
mount -t nfs 192.168.0.7:/home /home
then do this

mount -t nfs 192.168.0.8:/home /home

in my scripting

hackerotaku
2005-06-26, 06:35 AM CDT
Try an Implementation of the Global FIle System vs. using the Network File System

GFS:

http://www.redhat.com/magazine/008jun05/features/gfs_nfs/