<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>multipath + raid software</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi all,<BR>
I've a sun storedge 3120 with 4 disks. I've implemented device mapper multipath on 4 disks.<BR>
I want to know if is possible to implement and raid 1 configuration with multipath because when i try i obtain this error<BR>
<BR>
b 20 13:03:35 itcnagiosnd1 kernel: mptscsi: ioc2: attempting task abort! (sc=ee112dc0)<BR>
Feb 20 13:03:35 itcnagiosnd1 kernel: scsi2 : destination target 10, lun 0<BR>
Feb 20 13:03:35 itcnagiosnd1 kernel: command = Write (10) 00 03 f1 8c 3f 00 00 80 00<BR>
Feb 20 13:03:37 itcnagiosnd1 kernel: mptbase: Initiating ioc2 recovery<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: mptscsi: ioc2: task abort: SUCCESS (sc=ee112dc0)<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: SCSI error : <2 0 10 0> return code = 0x6000000<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: end_request: I/O error, dev sdc, sector 66161855<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: end_request: I/O error, dev sdc, sector 66161863<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: device-mapper: dm-multipath: Failing path 8:32.<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: SCSI error : <2 0 10 0> return code = 0x6000000<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: end_request: I/O error, dev sdc, sector 66161983<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: end_request: I/O error, dev sdc, sector 66161991<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: raid1: Disk failure on dm-14, disabling device.<BR>
Feb 20 13:03:42 itcnagiosnd1 kernel: Operation continuing on 1 devices<BR>
<BR>
if anyone have implemented multipath + mirror configuration please write me<BR>
<BR>
this is my chain scsi<BR>
[root@itcnagiosnd1 ~]# cat /proc/scsi/scsi<BR>
Attached devices:<BR>
Host: scsi0 Channel: 00 Id: 13 Lun: 00<BR>
Vendor: QUANTUM Model: SDLT320 Rev: 5E5E<BR>
Type: Sequential-Access ANSI SCSI revision: 02<BR>
Host: scsi1 Channel: 00 Id: 08 Lun: 00<BR>
Vendor: SEAGATE Model: ST330000LSUN300G Rev: 045A<BR>
Type: Direct-Access ANSI SCSI revision: 03<BR>
Host: scsi1 Channel: 00 Id: 09 Lun: 00<BR>
Vendor: SEAGATE Model: ST330000LSUN300G Rev: 045A<BR>
Type: Direct-Access ANSI SCSI revision: 03<BR>
Host: scsi2 Channel: 00 Id: 05 Lun: 00<BR>
Vendor: SUN Model: StorEdge 3120 D Rev: 1180<BR>
Type: Processor ANSI SCSI revision: 02<BR>
Host: scsi2 Channel: 00 Id: 10 Lun: 00<BR>
Vendor: SEAGATE Model: ST330000LSUN300G Rev: 045A<BR>
Type: Direct-Access ANSI SCSI revision: 03<BR>
Host: scsi2 Channel: 00 Id: 11 Lun: 00<BR>
Vendor: SEAGATE Model: ST330000LSUN300G Rev: 045A<BR>
Type: Direct-Access ANSI SCSI revision: 03<BR>
Host: scsi3 Channel: 00 Id: 00 Lun: 00<BR>
Vendor: LSILOGIC Model: Logical Volume Rev: 3000<BR>
Type: Direct-Access ANSI SCSI revision: 02<BR>
Host: scsi4 Channel: 00 Id: 00 Lun: 00<BR>
Vendor: AMI Model: Virtual CDROM Rev: 1.00<BR>
Type: CD-ROM ANSI SCSI revision: 02<BR>
Host: scsi5 Channel: 00 Id: 00 Lun: 00<BR>
Vendor: AMI Model: Virtual Floppy Rev: 1.00<BR>
Type: Direct-Access ANSI SCSI revision: 02<BR>
<BR>
and this is my multipath configuration<BR>
<BR>
[root@itcnagiosnd1 ~]# multipath -v3<BR>
load path identifiers cache<BR>
ux_socket_connect error<BR>
#<BR>
# all paths in cache :<BR>
#<BR>
dm-0 blacklisted<BR>
dm-10 blacklisted<BR>
dm-11 blacklisted<BR>
dm-12 blacklisted<BR>
dm-13 blacklisted<BR>
dm-14 blacklisted<BR>
dm-15 blacklisted<BR>
dm-1 blacklisted<BR>
dm-2 blacklisted<BR>
dm-3 blacklisted<BR>
dm-4 blacklisted<BR>
dm-5 blacklisted<BR>
dm-6 blacklisted<BR>
dm-7 blacklisted<BR>
dm-8 blacklisted<BR>
dm-9 blacklisted<BR>
hda blacklisted<BR>
md0 blacklisted<BR>
ram0 blacklisted<BR>
ram10 blacklisted<BR>
ram11 blacklisted<BR>
ram12 blacklisted<BR>
ram13 blacklisted<BR>
ram14 blacklisted<BR>
ram15 blacklisted<BR>
ram1 blacklisted<BR>
ram2 blacklisted<BR>
ram3 blacklisted<BR>
ram4 blacklisted<BR>
ram5 blacklisted<BR>
ram6 blacklisted<BR>
ram7 blacklisted<BR>
ram8 blacklisted<BR>
ram9 blacklisted<BR>
path sda not found in pathvec<BR>
<BR>
===== path info sda (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:0<BR>
size = 585937500<BR>
vendor = SEAGATE<BR>
product = ST330000LSUN300G<BR>
rev = 045A<BR>
h:b:t:l = 1:0:8:0<BR>
tgt_node_name =<BR>
serial = 20527F8H 3KR27F8H<BR>
path checker = readsector0 (internal default)<BR>
state = 2<BR>
getprio = (null) (internal default)<BR>
prio = 1<BR>
getuid = /sbin/scsi_id -g -u -s /block/%n (internal default)<BR>
uid = SSEAGATE_ST330000LSUN30020527F8H____________3KR27F8H (callout)<BR>
path sdb not found in pathvec<BR>
<BR>
===== path info sdb (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:16<BR>
size = 585937500<BR>
vendor = SEAGATE<BR>
product = ST330000LSUN300G<BR>
rev = 045A<BR>
h:b:t:l = 1:0:9:0<BR>
tgt_node_name =<BR>
serial = 20526Y8S 3KR26Y8S<BR>
path checker = readsector0 (internal default)<BR>
state = 2<BR>
getprio = (null) (internal default)<BR>
prio = 1<BR>
getuid = /sbin/scsi_id -g -u -s /block/%n (internal default)<BR>
uid = SSEAGATE_ST330000LSUN30020526Y8S____________3KR26Y8S (callout)<BR>
path sdc not found in pathvec<BR>
<BR>
===== path info sdc (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:32<BR>
size = 585937500<BR>
vendor = SEAGATE<BR>
product = ST330000LSUN300G<BR>
rev = 045A<BR>
h:b:t:l = 2:0:10:0<BR>
tgt_node_name =<BR>
serial = 205263GA 3KR263GA<BR>
path checker = readsector0 (internal default)<BR>
state = 2<BR>
getprio = (null) (internal default)<BR>
prio = 1<BR>
getuid = /sbin/scsi_id -g -u -s /block/%n (internal default)<BR>
uid = SSEAGATE_ST330000LSUN300205263GA____________3KR263GA (callout)<BR>
path sdd not found in pathvec<BR>
<BR>
===== path info sdd (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:48<BR>
size = 585937500<BR>
vendor = SEAGATE<BR>
product = ST330000LSUN300G<BR>
rev = 045A<BR>
h:b:t:l = 2:0:11:0<BR>
tgt_node_name =<BR>
serial = 20526WQK 3KR26WQK<BR>
path checker = readsector0 (internal default)<BR>
state = 2<BR>
getprio = (null) (internal default)<BR>
prio = 1<BR>
getuid = /sbin/scsi_id -g -u -s /block/%n (internal default)<BR>
uid = SSEAGATE_ST330000LSUN30020526WQK____________3KR26WQK (callout)<BR>
path sde not found in pathvec<BR>
<BR>
===== path info sde (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:64<BR>
size = 142577664<BR>
vendor = LSILOGIC<BR>
product = Logical Volume <BR>
rev = 3000<BR>
h:b:t:l = 3:0:0:0<BR>
tgt_node_name =<BR>
serial =<BR>
path checker = readsector0 (internal default)<BR>
state = 2<BR>
getprio = (null) (internal default)<BR>
prio = 1<BR>
getuid = /sbin/scsi_id -g -u -s /block/%n (internal default)<BR>
uid = 3600508e0000000001d1979b4e1f32803 (callout)<BR>
path sdf not found in pathvec<BR>
<BR>
===== path info sdf (mask 0x1f) =====<BR>
bus = 1<BR>
dev_t = 8:80<BR>
size = 0<BR>
vendor = AMI <BR>
product = Virtual Floppy <BR>
rev = 1.00<BR>
h:b:t:l = 5:0:0:0<BR>
tgt_node_name =<BR>
sr0 blacklisted<BR>
#<BR>
# all paths :<BR>
#<BR>
SSEAGATE_ST330000LSUN30020527F8H____________3KR27F8H 1:0:8:0 sda 8:0 1 [ready<BR>
SSEAGATE_ST330000LSUN30020526Y8S____________3KR26Y8S 1:0:9:0 sdb 8:16 1 [read<BR>
SSEAGATE_ST330000LSUN300205263GA____________3KR263GA 2:0:10:0 sdc 8:32 1 [rea<BR>
SSEAGATE_ST330000LSUN30020526WQK____________3KR26WQK 2:0:11:0 sdd 8:48 1 [rea<BR>
3600508e0000000001d1979b4e1f32803 3:0:0:0 sde 8:64 1 [ready] LSILOGIC/Logical<BR>
5:0:0:0 sdf 8:80 [faulty] AMI /Virtual Floppy /1.00<BR>
params = 0 0 1 1 round-robin 0 1 1 8:32 1000<BR>
status = 1 0 0 1 1 A 0 1 0 8:32 A 0<BR>
params = 0 0 1 1 round-robin 0 1 1 8:16 1000<BR>
status = 1 0 0 1 1 A 0 1 0 8:16 A 0<BR>
params = 0 0 1 1 round-robin 0 1 1 8:0 1000<BR>
status = 1 0 0 1 1 A 0 1 0 8:0 A 0<BR>
params = 0 0 1 1 round-robin 0 1 1 8:48 1000<BR>
status = 1 0 0 1 1 A 0 1 0 8:48 A 0<BR>
Found matching wwid [SSEAGATE_ST330000LSUN30020527F8H____________3KR27F8H] in bindings file.<BR>
Setting alias to mpath0<BR>
pgpolicy = failover (internal default)<BR>
selector = round-robin 0 (internal default)<BR>
features = 0 (internal default)<BR>
hwhandler = 0 (internal default)<BR>
rr_weight = 1 (internal default)<BR>
no_path_retry = NONE (internal default)<BR>
pg_timeout = NONE (internal default)<BR>
0 585937500 multipath 0 0 1 1 round-robin 0 1 1 8:0 1000<BR>
set ACT_NOTHING: map unchanged<BR>
Found matching wwid [SSEAGATE_ST330000LSUN30020526Y8S____________3KR26Y8S] in bindings file.<BR>
Setting alias to mpath1<BR>
pgpolicy = failover (internal default)<BR>
selector = round-robin 0 (internal default)<BR>
features = 0 (internal default)<BR>
hwhandler = 0 (internal default)<BR>
rr_weight = 1 (internal default)<BR>
no_path_retry = NONE (internal default)<BR>
pg_timeout = NONE (internal default)<BR>
0 585937500 multipath 0 0 1 1 round-robin 0 1 1 8:16 1000<BR>
set ACT_NOTHING: map unchanged<BR>
Found matching wwid [SSEAGATE_ST330000LSUN300205263GA____________3KR263GA] in bindings file.<BR>
Setting alias to mpath2<BR>
pgpolicy = failover (internal default)<BR>
selector = round-robin 0 (internal default)<BR>
features = 0 (internal default)<BR>
hwhandler = 0 (internal default)<BR>
rr_weight = 1 (internal default)<BR>
no_path_retry = NONE (internal default)<BR>
pg_timeout = NONE (internal default)<BR>
0 585937500 multipath 0 0 1 1 round-robin 0 1 1 8:32 1000<BR>
set ACT_NOTHING: map unchanged<BR>
Found matching wwid [SSEAGATE_ST330000LSUN30020526WQK____________3KR26WQK] in bindings file.<BR>
Setting alias to mpath3<BR>
pgpolicy = failover (internal default)<BR>
selector = round-robin 0 (internal default)<BR>
features = 0 (internal default)<BR>
hwhandler = 0 (internal default)<BR>
rr_weight = 1 (internal default)<BR>
no_path_retry = NONE (internal default)<BR>
pg_timeout = NONE (internal default)<BR>
0 585937500 multipath 0 0 1 1 round-robin 0 1 1 8:48 1000<BR>
set ACT_NOTHING: map unchanged<BR>
Found matching wwid [3600508e0000000001d1979b4e1f32803] in bindings file.<BR>
Setting alias to mpath4<BR>
pgpolicy = failover (internal default)<BR>
selector = round-robin 0 (internal default)<BR>
features = 0 (internal default)<BR>
hwhandler = 0 (internal default)<BR>
rr_weight = 1 (internal default)<BR>
no_path_retry = NONE (internal default)<BR>
pg_timeout = NONE (internal default)<BR>
0 142577664 multipath 0 0 1 1 round-robin 0 1 1 8:64 1000<BR>
set ACT_CREATE: map does not exists<BR>
<BR>
best regards<BR>
<BR>
Gianni Ignatius<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>