Subject: Re: [Linux-cluster] partition tables not sync'd
Date: Tue, 02 Oct 2007 13:02:40 -0400
I erase that cache before invoking EMC PowerPath, because I have had issues with changes not making it to that multipathing I/O solution. I have experienced no issues doing it adhoc, either.
rescan-scsi bus doesn't necessarily work with the fiber channel cards... I have to send an equivalent scsi request command directly to the fc driver (in our case, we are using Emulex lpfc). An example script we use:
#!/bin/bash # # rescan Emulex Fiber Channel card for new SCSI devices #
echo "Differences before & after" echo "==========================" diff /tmp/$ACTION.old /tmp/$ACTION.new
On Tue, 2007-10-02 at 09:26 -0700, Ray Charles wrote:
Well, in my original attempt i did a rescan-scsi_bus,
vgscan and lvscan but the new partition didn't show
up.
I think you're on to something that i also want to try
and that's the /etc/lvm/.cache.
Any precautions?
-tia