Actually we have a server with Oracle Linux 5.8 in which we present clones of production LUN and then we open a clone of the database for several querys.
The problem begin when we execute this command to find the new cloned LUN
find /sys/class/scsi_host/host*/scan | while read line; do echo - - - > $line; done
Then multipathd doesnt works well and finally we can't start the ASM instance. The only solution is reboot the server. When finally boot, it works well.
We have the same solutions in other server with AIX and when the discover the cloned LUN with cfgmgr it work well.
Any ideas of how to make the process of remove, present and discover the LUN to work well and clean?
Thanks.