Peng Zhao wrote: > > [2009-07-01 18:36:25] E [socket.c:206:__socket_server_bind] server: > binding to failed: Address already in use > [2009-07-01 18:36:25] E [socket.c:209:__socket_server_bind] server: > Port is already in use > [2009-07-01 18:36:25] E [server-protocol.c:7631:init] server: failed > to bind/listen on socket > [2009-07-01 18:36:25] E [xlator.c:736:xlator_init_rec] xlator: > Initialization of volume 'server' failed, review your volfile again > [2009-07-01 18:36:25] E [glusterfsd.c:498:_xlator_graph_init] > glusterfs: initializing translator failed > [2009-07-01 18:36:25] E [glusterfsd.c:1191:main] glusterfs: translator > initialization failed. exiting Looks like the server port is already in use. GlusterFS tries to bind to port 6996 by default if you do not specify one. Can you please check with a different port? Regards, Vijay