All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakov Sosic <jakov.sosic@srce.hr>
To: dm-devel@redhat.com
Subject: Sun StorageTek 2530 and dm?
Date: Sun, 23 Aug 2009 21:05:36 +0200	[thread overview]
Message-ID: <20090823210536.4730636d@nb-jsosic> (raw)

Hi!

I have StorageTek 2530 storage, which has two controllers. On host side
I have LSI LOGIC two SAS port cards. I've connected one cable from
LSI port1 to StorageTek ControllerA, and second SAS cable from LSI
port2 to StorageTek ControllerB.

On storage, I've set up initiators type to Linux.

But, I just can't get multipath working. For example:

# multipath -ll
sdc: checker msg is "readsector0 checker reports path is down"
sde: checker msg is "readsector0 checker reports path is down"
sdg: checker msg is "readsector0 checker reports path is down"
sas-mysql (3600a0b80003abc5c00000b654a916617) dm-1 SUN,LCSM100_S
[size=115G][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=0][active]
 \_ 1:0:0:1 sdc 8:32  [failed][faulty]
 \_ 1:0:1:1 sdf 8:80  [active][ready] 
sas-xen (3600a0b80002fcd18000014544a9166fb) dm-2 SUN,LCSM100_S
[size=21G][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=0][active]
 \_ 1:0:0:2 sdd 8:48  [active][ready] 
 \_ 1:0:1:2 sdg 8:96  [failed][faulty]
quorum (3600a0b80002fcd18000014514a9165b4) dm-0 SUN,LCSM100_S
[size=100M][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=0][active]
 \_ 1:0:0:0 sdb 8:16  [active][ready] 
 \_ 1:0:1:0 sde 8:64  [failed][faulty]

So, all paths on my second controller are failed/faulty....

Here is my multipath.conf:

defaults {
	udev_dir		/dev
	polling_interval 	10
	selector		"round-robin 0"
	path_grouping_policy	multibus
	getuid_callout		"/sbin/scsi_id -g -u -s /block/%n"
	prio_callout		/bin/true
	path_checker		readsector0
	rr_min_io		100
	max_fds			8192
	rr_weight		priorities
	failback		immediate
	no_path_retry		fail
	user_friendly_names	yes
}
blacklist {
	devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
	devnode "^hd[a-z]"
}
multipaths {
	multipath {
		wwid
3600a0b80002fcd18000014544a9166fb
		alias			sas-xen
		path_grouping_policy	group_by_prio
		path_checker		tur
		prio_callout		"/sbin/mpath_prio_tpc.static /dev/%n"
	}
	multipath {
		wwid
3600a0b80003abc5c00000b654a916617
		alias			sas-mysql
		path_grouping_policy	group_by_prio
		path_checker		tur
		prio_callout		"/sbin/mpath_prio_tpc.static /dev/%n"
	}	
	multipath {
		wwid
3600a0b80002fcd18000014514a9165b4
		alias			quorum
		path_grouping_policy	group_by_prio
		path_checker		tur
		prio_callout		"/sbin/mpath_prio_tpc.static /dev/%n"
	}
}



I've also tried:
	multipath {
		wwid
		alias
		path_grouping_policy	failover
		path_checker		readsector0
		path_selector		"round-robin 0"
		failback		immediate
		no_path_retry		queue
	}

for those 3 wwid's...



I'm kinda lost... I've found this, but it is for FC storage, and mine
is SAS type...
http://osdir.com/ml/linux.kernel.device-mapper.devel/2007-02/msg00033.html

Thank you...







-- 
|    Jakov Sosic    |    ICQ: 28410271    |   PGP: 0x965CAE2D   |
=================================================================
| start fighting cancer -> http://www.worldcommunitygrid.org/   |

             reply	other threads:[~2009-08-23 19:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23 19:05 Jakov Sosic [this message]
2009-08-23 19:34 ` Sun StorageTek 2530 and dm? Jakov Sosic
2009-08-24 15:41   ` Charlie Brady
2009-08-24 15:48     ` Jakov Sosic
2009-08-24 16:00       ` Jakov Sosic
2009-08-24 18:38         ` Chandra Seetharaman
2009-08-24 18:55           ` Jakov Sosic
2009-08-24 20:24             ` Chandra Seetharaman
2009-08-24 20:37               ` Jakov Sosic
2009-08-24 20:44                 ` Chandra Seetharaman
2009-08-24 20:53                   ` Jakov Sosic
2009-08-24 21:06                     ` Chandra Seetharaman
2009-08-24 21:37                       ` Jakov Sosic
2009-08-24 21:54                         ` Chandra Seetharaman
2009-08-24 22:58                     ` Charlie Brady
2009-08-24 23:09                       ` Jakov Sosic
2009-08-24 23:18                         ` Chandra Seetharaman
2009-08-24 23:22                           ` Jakov Sosic
2009-08-24 23:11                       ` Chandra Seetharaman
2009-08-24 23:11                       ` Jakov Sosic
2009-08-24 18:29     ` Jakov Sosic
2009-08-24 18:48       ` Chandra Seetharaman
2009-08-24 18:59         ` Jakov Sosic
2009-08-24 20:24           ` Chandra Seetharaman
2009-08-24 20:36             ` Jakov Sosic
2009-08-24 20:57               ` Chandra Seetharaman
2009-08-24 21:14                 ` Jakov Sosic
2009-08-24 21:41                   ` Chandra Seetharaman
2009-08-24 21:53                     ` Jakov Sosic
2009-08-24 23:07                       ` Chandra Seetharaman
2009-08-24 23:13                         ` Jakov Sosic
2009-08-25  0:06                           ` Jakov Sosic
2009-08-25  0:18                           ` Chandra Seetharaman
2009-08-25  3:36                             ` Charlie Brady
2009-08-25 18:07                               ` Chandra Seetharaman
2009-08-25 19:21                                 ` Charlie Brady
2009-08-25 19:55                                   ` Chandra Seetharaman
2009-08-25 20:51                                     ` Charlie Brady
2009-08-25 21:09                                       ` Jakov Sosic
2009-08-26 21:57                                     ` Charlie Brady
2009-08-26 22:31                                       ` Chandra Seetharaman
2009-08-26 23:01                                         ` Charlie Brady
2009-08-27  8:30                                           ` Jakov Sosic
2009-08-27 16:02                                             ` Charlie Brady
2009-08-27 19:11                                             ` Chandra Seetharaman
2009-08-24 21:19                 ` Jakov Sosic
2009-08-24 21:43                   ` Chandra Seetharaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090823210536.4730636d@nb-jsosic \
    --to=jakov.sosic@srce.hr \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.