[PVFS2-users] client configuration with a cluster of servers

neillm at mcs.anl.gov neillm at mcs.anl.gov
Tue Oct 12 13:59:52 EDT 2004


Hello,

On Tue, Oct 12, 2004 at 01:54:24PM -0400, Weikuan Yu wrote:
> mount -t pvfs2 pvfs2 /mnt/pvfs2 tcp://node2:3334/pvfs2-fs #or
> mount -t pvfs2 pvfs2 /mnt/pvfs2 tcp://node3:3334/pvfs2-fs
> 
> What are the difference between them as node1, node2 or node are all in 
> the cluster-based servers.

There is no difference.  All servers are able to feed the
configuration information back to the client.  You just need to
specify one.

> BTW, it seems tricky to tear down the client-side configuration. Could 
> somebody inform me what is
> the correct order of stopping the client side configuration? I have 
> done them in this order:
> 
> umount /mnt/pvfs2
> rmmod pvfs2
> kill pvfs2-client.

Hmm, you shouldn't be able to rmmod the module while the pvfs2-client
is running.  The proper shutdown is as follows:

umount /mnt/pvfs2
killall pvfs2-client
(wait 2 seconds for the client to terminate properly)
rmmod pvfs2

> The client node often crushes. Am I missing something or I should do in 
> a different way or order?

Crushes?  Crashes?  Can you provide some more information?  How does
it crash and what was happening at the time?

Best regards,
-Neill.


More information about the PVFS2-users mailing list