Add Windows Server 2008 MPIO futures to Windows 7 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I have interest issue. I want to work with SAN storage via two Fibre Chanel with using multypath. And I want to use … Read more

Race condition in active/active clusters

DM-Multipath document says that multipathd support active/active clusters with some policies such as round-robin. However, there is some racing problem in this kind of clusters. For example, assume there is a client who is connected to a disk in SAN storage through two separate SAN switches. If the client writes X and Y in the … Read more

Same hard disk reported twice in Red Hat (SAN and multipath)

I use two Q-Logic HBA’s on one server which have access to the same LUN. Red Hat (and gparted also) sees the LUN as two seperate disks (sda, sdb). Is this normal? Thanks! Answer I didn’t configure multipathing. The most simple wat is to install Red Hat using “linux mpath” options. AttributionSource : Link , … Read more

LVM issues when adding a newly-carved LUN from a Clariion – pvcreate fails

This seems to be a semi-common issue asked, but I have not yet found a good solution. I try the following: [root@localhost ~]# pvcreate /dev/sdc Can’t open /dev/sdc exclusively. Mounted filesystem? This forum post shows the user’s solution to have been to boot off a different image, modify his LVM groups, and then restart normally. … Read more

New lun doesnt work well

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 – – – > … Read more

Multipath configuration is ignoring drives after /dev/sdaa, /dev/sdab, etc

I have a bare metal server running on Softlayer. It has many Consistent Performance iSCSI storage devices attached in a multipath configuration. One of the devices, represented by /dev/sdaa1 and /dev/sdab1, is not showing up as a multipath device under /dev/mapper. How can I make it show up? Answer The problem was that the multipath … Read more

Backup strategy for LVM file sytem on NFS file server connected to SAN

I have setup a server (CentOS) on which I have connected to several LUNs from a SAN via iSCSI then multipath, resulting in multiple physical volumes I can use for LVM (dm1 …). From the file server, I have then used these physical volumes to setup two logical volumes which I then serve to a … Read more