I run Solaris 10 on a V240 with Emulex HBA, attached to a DS4800. I
set "mpxio-disable="no";" in /kernel/drv/fp.conf and did a reboot. So
this makes me belive that multipathing is enabling.
Unfortunately I see still all the pathes to the disks:
ROOT@serverA:/root# luxadm probe
No Network Array enclosures found in /dev/es
Found Fibre Channel device(s):
Node WWN:200400a0b81163b8 Device Type:Disk device
Logical Path:/dev/rdsk/c2t201400A0B81163B8d0s2
Logical Path:/dev/rdsk/c3t201500A0B81163B8d0s2
Node WWN:200400a0b81163d4 Device Type:Disk device
Logical Path:/dev/rdsk/c2t201400A0B81163D4d0s2
Logical Path:/dev/rdsk/c3t201500A0B81163D4d0s2
There is another V240 with exact the same hardware where multipathing
works perfecly fine, but this one won't. Is there anything I can
check?
Thanks, Stefan
|
|
0
|
|
|
|
Reply
|
stefanjuon (6)
|
7/4/2007 9:40:23 AM |
|
Stifi <stefanjuon@yahoo.com> wrote:
> I run Solaris 10 on a V240 with Emulex HBA, attached to a DS4800. I
> set "mpxio-disable="no";" in /kernel/drv/fp.conf and did a reboot. So
> this makes me belive that multipathing is enabling.
stmsboot -e
Sami
--
.signature: no such file or directory
|
|
0
|
|
|
|
Reply
|
Sami
|
7/4/2007 11:43:32 AM
|
|
On 4 Jul., 13:43, Sami Ketola <Sami.Ket...@iki.finland.invalid> wrote:
> Stifi <stefanj...@yahoo.com> wrote:
> > I run Solaris 10 on a V240 with Emulex HBA, attached to a DS4800. I
> > set "mpxio-disable="no";" in /kernel/drv/fp.conf and did a reboot. So
> > this makes me belive that multipathing is enabling.
>
> stmsboot -e
>
> Sami
>
> --
> .signature: no such file or directory
....no improvement after running stmsboot -e ...
|
|
0
|
|
|
|
Reply
|
Stifi
|
7/4/2007 12:36:51 PM
|
|
Stifi <stefanjuon@yahoo.com> wrote:
> There is another V240 with exact the same hardware where multipathing
> works perfecly fine, but this one won't. Is there anything I can
> check?
Compare the /kernel/drv/scsi_vhci.conf files on both machines. You may
need a custom "device-type-scsi-options-list" option.
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
|
|
0
|
|
|
|
Reply
|
hume
|
7/4/2007 1:28:02 PM
|
|
On 4 Jul., 15:28, hume.spamfil...@bofh.ca wrote:
> Stifi <stefanj...@yahoo.com> wrote:
> > There is another V240 with exact the same hardware where multipathing
> > works perfecly fine, but this one won't. Is there anything I can
> > check?
>
> Compare the /kernel/drv/scsi_vhci.conf files on both machines. You may
> need a custom "device-type-scsi-options-list" option.
>
> --
> Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/
Yes, on both servers the file is identical...I added these lines just
for fun:
device-type-scsi-options-list=
"IBM FAStT", "IBM-1815", "FAStT-0914", "symmetric-option";
symmetric-option = 0x1000000;
....and did a reboot. Still the same output of "luxadm probe". Maybe I
have to play with the options.
|
|
0
|
|
|
|
Reply
|
Stifi
|
7/4/2007 3:45:02 PM
|
|
Stifi <stefanjuon@yahoo.com> wrote:
> ...and did a reboot. Still the same output of "luxadm probe". Maybe I
> have to play with the options.
Was it a reconfiguring reboot? Are the two V240s at the same patchlevel?
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
|
|
0
|
|
|
|
Reply
|
hume
|
7/4/2007 7:07:22 PM
|
|
On Wed, 04 Jul 2007 08:45:02 -0700, Stifi wrote:
> On 4 Jul., 15:28, hume.spamfil...@bofh.ca wrote:
>> Stifi <stefanj...@yahoo.com> wrote:
>> > There is another V240 with exact the same hardware where multipathing
>> > works perfecly fine, but this one won't. Is there anything I can
>> > check?
>>
>> Compare the /kernel/drv/scsi_vhci.conf files on both machines. You may
>> need a custom "device-type-scsi-options-list" option.
>>
>> --
>> Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/
>
> Yes, on both servers the file is identical...I added these lines just
> for fun:
>
> device-type-scsi-options-list=
> "IBM FAStT", "IBM-1815", "FAStT-0914", "symmetric-option";
> symmetric-option = 0x1000000;
>
> ...and did a reboot. Still the same output of "luxadm probe". Maybe I
> have to play with the options.
The VendorID must have 8 characters in it. Most likely you need 5 spaces
of padding after the "IBM" and then the 4 digit machine code. Run format
and get the inquiry results from one of the disks to determine what the
Vendor ID and Product ID of the array is. After putting that stuff in
the scsi_vhci.conf file reboot with "stmsboot -u"
|
|
0
|
|
|
|
Reply
|
Alexander
|
7/5/2007 12:25:39 AM
|
|
On 5 Jul., 02:25, "Alexander J. Maidak" <ajmai...@mchsi.com> wrote:
> On Wed, 04 Jul 2007 08:45:02 -0700, Stifi wrote:
> > On 4 Jul., 15:28, hume.spamfil...@bofh.ca wrote:
> >> Stifi <stefanj...@yahoo.com> wrote:
> >> > There is another V240 with exact the same hardware where multipathing
> >> > works perfecly fine, but this one won't. Is there anything I can
> >> > check?
>
> >> Compare the /kernel/drv/scsi_vhci.conf files on both machines. You may
> >> need a custom "device-type-scsi-options-list" option.
>
> >> --
> >> Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/
>
> > Yes, on both servers the file is identical...I added these lines just
> > for fun:
>
> > device-type-scsi-options-list=
> > "IBM FAStT", "IBM-1815", "FAStT-0914", "symmetric-option";
> > symmetric-option = 0x1000000;
>
> > ...and did a reboot. Still the same output of "luxadm probe". Maybe I
> > have to play with the options.
>
> The VendorID must have 8 characters in it. Most likely you need 5 spaces
> of padding after the "IBM" and then the 4 digit machine code. Run format
> and get the inquiry results from one of the disks to determine what the
> Vendor ID and Product ID of the array is. After putting that stuff in
> the scsi_vhci.conf file reboot with "stmsboot -u"
Patchcluster was missing...shame on me ;-) Now it's working perfectly
fine, without any extensions to scsi_vhci.conf. Many thanks to all.
|
|
0
|
|
|
|
Reply
|
Stifi
|
7/6/2007 6:30:44 AM
|
|
|
7 Replies
347 Views
(page loaded in 0.129 seconds)
Similiar Articles: Solaris 9 multipath problem - comp.unix.solarisEmulex HBAS issues on Solaris 9 - comp.unix.solaris multipathing not working (mpxio) - comp.unix.solaris I run Solaris 10 on a V240 with Emulex HBA, attached to a DS4800. MPxIO SAN root partition install problem. - comp.sys.sun.admin ...I have also tried to turn on multipathing ... d rather have the installer work for ... conf file, but it defaults to "mpxio-disable=no" anyway. To reiterate, I'd rather not ... iscsi initiator needed - comp.unix.solarisiSCSI and OpenVMS 8.4 - comp.os.vms iscsi initiator needed - comp.unix.solaris iSCSI and OpenVMS 8.4 - comp.os.vms... needs, and would love to get it working with OpenVMS. iscsi initiator not working - comp.sys.sun.adminiscsi initiator needed - comp.unix.solaris multipathing not working (mpxio) - comp.unix.solaris iscsi initiator needed - comp.unix.solaris multipathing not working (mpxio ... Solaris 10 - Fibre Multipathing - mpathadm command is missing ...... work - comp.unix.solaris... not working (mpxio) - comp.unix.solaris Run format > and get the inquiry results from one of the disks ... Solaris 10 - Fibre Multipathing ... How to remove GNOME2 from Solaris 10? - comp.unix.solaris ...Easier to install it and remove immediatelly :-) Less manual work. Dragan -- Dragan Cvetkovic, To be or not to be is true. G. Boole No it isn't. Deleting Veritas DMP paths. - comp.unix.solarisMPXIO is disabled, so everything is being ... vxdctl enable doesn't work. Neither does ... Not good! vxdisk list <device> shows: Multipathing information: numpaths: 4 NONAME ... multipathing not working (mpxio) - Database Support @ dbaspot.com ...I run Solaris 10 on a V240 with Emulex HBA, attached to a DS4800. I set mpxio-disable= no ; in /kernel/drv/fp.conf and did a reboot. So this makes me belive that ... Solaris Operating System: multipathing not working (mpxio ...software.itags.org: Solaris Operating System question: multipathing not working (mpxio), created at:Mon, 19 May 2008 19:49:00 GMT with 939 bytes, last updated: Monday ... 7/28/2012 8:56:19 AM
|