Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Alan Brown
On 09/06/11 15:46, Budai Laszlo wrote: Hi, What should be done in order to mount a gfs file system at boot? I've created the following line in /etc/fstab: /dev/clvg/gfsvol/mnt/testgfsgfs defaults0 0 but it is not mounting the fs at boot. If I run "mount -a" then

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Corey Kovacs
Ahh, forgot about the gfs2 service. Been a long time since I've set GFS1/2 up. I'll go crawl back into my cave now... -C On Thu, Jun 9, 2011 at 4:20 PM, Digimer wrote: > On 06/09/2011 10:46 AM, Budai Laszlo wrote: >> >> Hi, >> >> What should be done in order to mount a gfs file system at boot?

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Digimer
On 06/09/2011 11:12 AM, Corey Kovacs wrote: Put "_netfs" in the options line. GFS is dependent on the network so once the network is up, it should try to mount again, but not before. GFS2 is dependant on the cluster's distributed lock manager. It can't come up until: network -> cluster engine

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Sergio Paulo
Hi! look at this example and try to adapt iton /etc/fstab /dev/VG01/LV00 /oraclegfs _netdev,defaults 0 0 manualy i use mount.gfs /dev/VG01/LV00 /oracle Sérgio Paulo Fonseca > Date: Thu, 9 Jun 2011 17:46:57 +0300 > From: laszlo.bu

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Digimer
On 06/09/2011 10:46 AM, Budai Laszlo wrote: Hi, What should be done in order to mount a gfs file system at boot? I've created the following line in /etc/fstab: /dev/clvg/gfsvol/mnt/testgfsgfs defaults0 0 but it is not mounting the fs at boot. If I run "mount -a"

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Corey Kovacs
Put "_netfs" in the options line. GFS is dependent on the network so once the network is up, it should try to mount again, but not before. On Thu, Jun 9, 2011 at 4:04 PM, Thomas Sjolshagen wrote: > Usually, there's a gfs boot service or network filesystem boot service you > may need to enable. >

Re: [Linux-cluster] gfs mount at boot

2011-06-09 Thread Thomas Sjolshagen
Usually, there's a gfs boot service or network filesystem boot service you may need to enable. On Jun 9, 2011, at 10:46, Budai Laszlo wrote: > Hi, > > What should be done in order to mount a gfs file system at boot? > I've created the following line in /etc/fstab: > > /dev/clvg/gfsvol

[Linux-cluster] umount failing...

2011-06-09 Thread Corey Kovacs
Folks, I have a 5 node cluster serving out several NFS exports, one of which is /home. All of the nfs services can be moved from node to node without problem except for the one providing /home. The logs on that node indicate the umount is failing and then the service is disabled (self-fence is n

[Linux-cluster] gfs mount at boot

2011-06-09 Thread Budai Laszlo
Hi, What should be done in order to mount a gfs file system at boot? I've created the following line in /etc/fstab: /dev/clvg/gfsvol/mnt/testgfsgfs defaults0 0 but it is not mounting the fs at boot. If I run "mount -a" then the fs will get mounted. Is there any op

Re: [Linux-cluster] [RFC] Read access to /config/dlm//comms//addr

2011-06-09 Thread Masatake YAMATO
> On Thu, Jun 09, 2011 at 05:55:29PM +0900, Masatake YAMATO wrote: >> Hi, >> >> I've found /config/dlm//comms//addr is readable >> (in meaning of ls -l) but no handler(comm_addr_read) is defined in >> dlm/fs/dlm/config.c. >> >> If cat command works fine with /config/dlm//comms//addr, >> it will

Re: [Linux-cluster] [RFC] Read access to /config/dlm//comms//addr

2011-06-09 Thread David Teigland
On Thu, Jun 09, 2011 at 05:55:29PM +0900, Masatake YAMATO wrote: > Hi, > > I've found /config/dlm//comms//addr is readable > (in meaning of ls -l) but no handler(comm_addr_read) is defined in > dlm/fs/dlm/config.c. > > If cat command works fine with /config/dlm//comms//addr, > it will be nice t

Re: [Linux-cluster] cluster is not relocation on second node.

2011-06-09 Thread Christine Caulfield
On 09/06/11 11:27, Shankar Jha wrote: Hi, I have problem in rhel5.5 cluster. Mysqld service is on cluster. when there is any issue with cluster, services(hell) not relocation automatically. Even I have tried to enable on second node but fails. In that case we need to reboot both nodes and enable

Re: [Linux-cluster] Remove GFS journal

2011-06-09 Thread Steven Whitehouse
Hi, On Thu, 2011-06-09 at 12:45 +0300, Budai Laszlo wrote: > Hi, > > I would like to know if it is possible to remove a journal from GFS. I > have tried to google for it, but did not found anything conclusive. I've > read the documentation on the following address: > http://docs.redhat.com/docs/e

[Linux-cluster] Remove GFS journal

2011-06-09 Thread Budai Laszlo
Hi, I would like to know if it is possible to remove a journal from GFS. I have tried to google for it, but did not found anything conclusive. I've read the documentation on the following address: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html-single/Global_File_System/index.htm

[Linux-cluster] [RFC] Read access to /config/dlm//comms//addr

2011-06-09 Thread Masatake YAMATO
Hi, I've found /config/dlm//comms//addr is readable (in meaning of ls -l) but no handler(comm_addr_read) is defined in dlm/fs/dlm/config.c. If cat command works fine with /config/dlm//comms//addr, it will be nice to understand the status of dlm. So I'm thinking about writing a patch. But after