I have encountered a rather specific situation, but the resolution may help others. We have Dell servers and use multipath as part of the standard build. Strangely once multipath is enabled, the PERC controller would show up in the config. So - I updated my blacklist in /etc/multipath.conf blacklist { devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" devnode "^(hd|xvd|vd)[a-z]*" devnode "^asm/*" devnode "ofsctl" device { vendor "DELL" product "PERC*" } } followed by # multipath -F however, I would still get an error when I would attempt to create a pv on the new slice. # pvcreate /dev/sdb1 Can't open /dev/sdb1 exclusively. Mou...
Linux: The whole world made it for you... This blog is a collection of things I come across either at home or at work as a Linux Administrator. I have worked as an Admin working with Solaris, SAN, Backups and Linux at the Enterprise level for over 16 years.