Sponsored Content
Operating Systems Solaris Creating multipath device with FC Disks Post 303039113 by amd103 on Monday 23rd of September 2019 07:50:09 AM
Old 09-23-2019
Creating multipath device with FC Disks

Hello,

I am trying to setup a storage server with salvaged equipments:
QSSC-S4R server, with QLogic 2562 FC HBA's
Clariion KTN-STL4 4GB FC Enclosures
Disks Salvaged from EMC Vmax

Disks are 520B sector size so i converted to 512B in linux environment and create multipath successfully. But in solaris, it doesnt create any multipath devices

Code:
root@replica:~# mpathadm list lu
root@replica:~# 

root@replica:~# luxadm probe

Found Fibre Channel device(s):
  Node WWN:5000cca00e7da718  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t110d0s2
  Node WWN:5000cca00e6acb30  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t114d0s2
  Node WWN:5000cca00e7db03c  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t111d0s2
  Node WWN:5000cca00e7e4628  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t112d0s2
  Node WWN:5000cca00e7dacd0  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t113d0s2
  Node WWN:5000a72030027603  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t107d0s2
  Node WWN:5000a720300297ea  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t109d0s2
  Node WWN:5000a72030029682  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t108d0s2
  Node WWN:5000a72030029683  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t105d0s2
  Node WWN:5000a72030027732  Device Type:Disk device
    Logical Path:/dev/rdsk/c11t106d0s2
  Node WWN:5000cca00e7da718  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t110d0s2
  Node WWN:5000cca00e6acb30  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t114d0s2
  Node WWN:5000cca00e7db03c  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t111d0s2
  Node WWN:5000cca00e7e4628  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t112d0s2
  Node WWN:5000cca00e7dacd0  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t113d0s2
  Node WWN:5000a72030027603  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t107d0s2
  Node WWN:5000a720300297ea  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t109d0s2
  Node WWN:5000a72030029682  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t108d0s2
  Node WWN:5000a72030029683  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t105d0s2
  Node WWN:5000a72030027732  Device Type:Disk device
    Logical Path:/dev/rdsk/c12t106d0s2

root@replica:~# cfgadm -al -o show_FCP_dev
Ap_Id                          Type         Receptacle   Occupant     Condition
c3                             fc           connected    unconfigured unknown
c4                             fc           connected    unconfigured unknown
c5                             fc           connected    unconfigured unknown
c6                             fc           connected    unconfigured unknown
c11                            fc-private   connected    configured   unknown
c11::5000a72a30027603,0        disk         connected    configured   unknown
c11::5000a72a30027732,0        disk         connected    configured   unknown
c11::5000a72a30029682,0        disk         connected    configured   unknown
c11::5000a72a30029683,0        disk         connected    configured   unknown
c11::5000a72a300297ea,0        disk         connected    configured   unknown
c11::5000cca00e6acb31,0        disk         connected    configured   unknown
c11::5000cca00e7da719,0        disk         connected    configured   unknown
c11::5000cca00e7dacd1,0        disk         connected    configured   unknown
c11::5000cca00e7db03d,0        disk         connected    configured   unknown
c11::5000cca00e7e4629,0        disk         connected    configured   unknown
c12                            fc-private   connected    configured   unknown
c12::5000a72b30027603,0        disk         connected    configured   unknown
c12::5000a72b30027732,0        disk         connected    configured   unknown
c12::5000a72b30029682,0        disk         connected    configured   unknown
c12::5000a72b30029683,0        disk         connected    configured   unknown
c12::5000a72b300297ea,0        disk         connected    configured   unknown
c12::5000cca00e6acb32,0        disk         connected    configured   unknown
c12::5000cca00e7da71a,0        disk         connected    configured   unknown
c12::5000cca00e7dacd2,0        disk         connected    configured   unknown
c12::5000cca00e7db03e,0        disk         connected    configured   unknown
c12::5000cca00e7e462a,0        disk         connected    configured   unknown
root@replica:~#

example device:
Code:
root@replica:~# luxadm display 5000a72a30027603
DEVICE PROPERTIES for disk: /dev/rdsk/c11t107d0s2
  Vendor:               STEC
  Product ID:           ZIV2A210 CLAR200
  Revision:             100H
  Serial Num:           STM000119E85
  Unformatted capacity: 190782.219 MBytes
  Read Cache:           Enabled
    Minimum prefetch:   0x0
    Maximum prefetch:   0x0
  Device Type:          Disk device
  Path(s):

  /dev/rdsk/c11t107d0s2
  /devices/pci@1,0/pci8086,340a@3/pci1077,15d@0/fp@0,0/disk@w5000a72a30027603,0:c,raw
   Controller           /dev/cfg/c11
    Device Address              5000a72a30027603,0
    Host controller port WWN    21000024ff4aec6a
   Controller           /dev/cfg/c12
    Device Address              5000a72b30027603,0
    Host controller port WWN    21000024ff4aec6b

Modules loaded and mpio working:
Code:
root@replica:~# egrep "^mpxio-disable=" /etc/driver/drv/*.conf
/etc/driver/drv/mpt.conf:mpxio-disable="no";

root@replica:~# modinfo -c |grep scsi_vhci
35  1       scsi_vhci                LOADED/INSTALLED
38  1       scsi_vhci_f_asym_sun     LOADED/INSTALLED
39  1       scsi_vhci_f_asym_lsi     LOADED/INSTALLED
40  1       scsi_vhci_f_asym_emc     LOADED/INSTALLED
41  1       scsi_vhci_f_sym_emc      LOADED/INSTALLED
42  1       scsi_vhci_f_sym_hds      LOADED/INSTALLED
43  1       scsi_vhci_f_sym          LOADED/INSTALLED
44  1       scsi_vhci_f_tpgs         LOADED/INSTALLED

Any way to create multipath device manually?

Thanks.
Moderator's Comments:
Mod Comment
Code tags please!

Last edited by Peasant; 09-23-2019 at 09:02 AM..
 

8 More Discussions You Might Find Interesting

1. Solaris

Creating an image of a mirrored disks

Hi guys, I havent done this before but iam trying to create an image of a mirrorred drive. Correct me if iam wrong, but when i have two disks setup in raid configuration and have them mirrored in solaris. It then defines at one entity. How would i create a "flar" image of that one entity... (3 Replies)
Discussion started by: tlee
3 Replies

2. Linux

Query about creating sysfs directory under device driver

Hi all, Currently i am involved in developing a device driver for a custom hardware. My linux stack already has the sysfs directory structure /sys/class/hwmon/ My need is that, while loading my device driver i need to create a "xyz" sysfs directory inside hwmon sysfs directory as... (0 Replies)
Discussion started by: cbalu
0 Replies

3. Red Hat

device-mapper-multipath path [undef]

I have an HP blade with Qlogic HBA's connected to an EVA8000. I have downloaded the latest multipath.conf from HP's website. The drive presented to the server appears to be configured and working except the output of "multipath -l" shows for all paths. What is causing this output? mpath0... (2 Replies)
Discussion started by: manzier
2 Replies

4. Linux

If i don't have raid disks can i shut down dmraid device-mapper?

hello my centOS newly installed system loading dmraid modules on startup I did remove all LVM/raid things from system installation menus and after installation too but dmraid is still there and he says: no raid disks found also I did modprobe -r dm_raid45 and it do remove it but only until... (7 Replies)
Discussion started by: tip78
7 Replies

5. Red Hat

Raw device/multipath details

Hi, How to find the raw device/multipath details of the LUN used by the diskgroups of the database. file system type -- ASM Oracle -- 11.2.0.3.0 OS -- Linux This is RAC database. Regards, Maddy (2 Replies)
Discussion started by: Maddy123
2 Replies

6. Linux

Creating file systems (LVM v Multipath)

Hi all I have a system running: uname -o GNU/Linux that has already some file systems created: df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_outsystemdb-lv_root 50G 2.7G 45G 6% / tmpfs 28G 72K 28G 1%... (5 Replies)
Discussion started by: fretagi
5 Replies

7. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

8. Red Hat

Unable to create customized multipath device

Hi, I am testing on iSCSI + multipath, where i have one iSCSI lun assigned to one server. mpatha (1IET 00010001) dm-2 IET,VIRTUAL-DISK size=100M features='0' hwhandler='0' wp=rw |-+- policy='round-robin 0' prio=1 status=active | `- 2:0:0:1 sda 8:0 active ready running `-+-... (6 Replies)
Discussion started by: linux.amrit
6 Replies
All times are GMT -4. The time now is 01:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy