Hi Anthony, If you need the client to remain mounted, you need _some_ way of doing IP takeover. You could write your own script for that. As for remounting though, if your client is a *nix (Linux, OSX, whatever) you can use autofs to establish the mount, and that will also handle remounting automatically. Not sure if there's an autofs-type option for Windows. Whit On Tue, Sep 06, 2011 at 12:21:07PM +0000, anthony garnier wrote: > Hi folks, > > Maybe it's a strange question but I 'd like to know if there is a way to > see clients currently connected to the filesystem ( with NFS) ? > > Other question, except ucarp or heartbeat, is there an other way to do HA > in NFS ? ( I mean when client is connected to a server and then the server > crash, the client will be binded to an other one without remounting the > share. > > Anthony