[Linux-cluster] iptables

2010-11-03 Thread Don Hoover
Doing some testing with RHEL6 Beta2+, and I turned on debugging to verify my iptables was working with RHCS. And I noticed that there are some packets send between each node periodically that are going to destination port=0. Dropped by firewall: IN=bond0 OUT= MAC=00:14:38:bc:ab:4d:00:1b:78:ba:

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread Randy Zagar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I frequently find that I'm unable to umount volumes, even after lsof and fuser return nothing relevant, and have to "force" a "lazy" umount like so: umount -lf /dir because both "umount /dir" and "umount -f /dir" fail. - -RZ > > On Nov 3, 2010

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread My LinuxHAList
One possibility is that, say you try to unmount /mountpoint, however you have another partition mounted at /mountpoint/subdir, that would prevent /mountpoint to be unmounted, without unmounting /mountpoint/subdir first. You could check the output of mount command. On Wed, Nov 3, 2010 at 9:13 AM,

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread Jonathan Barber
On 3 November 2010 11:55, Corey Kovacs wrote: > John, > > This is a cluster managed mount so there is no fstab entry. That doesn't mean you can't umount it from the command line: # umount /path/to/mount/point As commented in another thread the other day, you probably want to do a "clusvcadm -Z s

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread Corey Kovacs
John, This is a cluster managed mount so there is no fstab entry. The lsof options you show... "vgs -o vg_name,vg_tags" are a welcome addition to my tool belt, thanks for that. seems I need to practice what I preach and use the man pages more... I am out today but I'll try these tomorrow. Th

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread Jonathan Barber
On 2 November 2010 20:14, Corey Kovacs wrote: > Folks, [snip] > lsof doesn't reveal anything "holding" onto that mount point yet the > umount fails consistently (force_umount is enabled) Are you sure that you're specifying the filesystem mount point (as listed in fstab) and not the directory. I

Re: [Linux-cluster] ha-lvm

2010-11-03 Thread Jonathan Barber
On 3 November 2010 02:15, Jankowski, Chris wrote: > Corey, > > I vaguely remember from my work on UNIX clusters many years ago that if /dir > is the mount point of a mounted filesystem then cd /dir or into any directory > below /dir from an interactive shell will prevent an unmount of the > fil