Disabling mpxio on a per (Hitachi) LUN basis...

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Disabling mpxio on a per (Hitachi) LUN basis...

    Hi:

    I know how to disable mpxio on a per-HBA basis by editing
    the /kernel/drv/qlc.conf and adding an entry such as the
    following:

    name="qlc" parent="/pci@6,2000/pci@1" unit-address="5"
    mpxio-disable="no";

    However, is there a more granular capability where one
    can leave all HBA's mpxio enabled, and instead disable a
    particular LUN(s) from being encapsulated into a vhci device
    node.

    Even when I make a LUN visible to exactly one HBA,
    mpxio still encapsulates that device into a vhci
    device node, and hides access to its native c#t#d#
    device.

    The reason I ask is this...
    I have Hitachi 9960 LUN's mapped to multiple HBA's on
    the same Solaris box, and whose I/O's are load balanced by
    mpxio. Unfortunately, one of those LUN's needs to be a
    Hitachi command device (CMDDEV) for sending HORCM CCI
    commands to the 9960. But HORCM does not seem to work
    with vhci type device nodes. It only works with the
    native /dev/rdsk/c#t#d#s2 device.

    So it would be good if I could disable just that LUN
    from being excapsulated by mpxio (without disabling
    the entire HBA because I need mpxio for the rest of
    data LUN's mapped to them).

    TIA,
    Milton Vega

    Email: [email]home@m-vega.com[/email]

    NYCeyes Guest

  2. Similar Questions and Discussions

    1. Issue with Freedom Hitachi
      Hi, We are currently using a SAN with Hitachi storage. Each LUN is reachable by two servers (p630 AIX5.1 ML4). We create one vg on each lun. ...
    2. Mpxio with 3510FC
      My Sun server have 2 Gb Fibre card connected to 3510 I have installed Sun Storedge package and since, i show the disk by the 2 cards. ...
    3. Urgent MPXIO
      My Sun server have 2 Gb Fibre card connected to 3510 I have installed Sun Storedge package and since, i show the disk by the 2 cards. AVAILABLE...
    4. Hitachi shadowimage on Aix
      Hi, We are testing Hitachi truecopy and shadowimage on our AIX 4.3.3 server. I have setup the pairs (testvg) on the same server and HSD using...
  3. #2

    Default Disabling mpxio on a per (Hitachi) LUN basis...

    Hi:


    I know how to disable mpxio on a per-HBA basis by editing
    the /kernel/drv/qlc.conf and adding an entry such as the
    following:


    name="qlc" parent="/pci@6,2000/pci@1" unit-address="5"
    mpxio-disable="no";


    However, is there a more granular capability where one
    can leave all HBA's mpxio enabled, and instead disable a
    particular LUN(s) from being encapsulated into a vhci device
    node.


    Even when I make a LUN visible to exactly one HBA,
    mpxio still encapsulates that device into a vhci
    device node, and hides access to its native c#t#d#
    device.


    The reason I ask is this...
    I have Hitachi 9960 LUN's mapped to multiple HBA's on
    the same Solaris box, and whose I/O's are load balanced by
    mpxio. Unfortunately, one of those LUN's needs to be a
    Hitachi command device (CMDDEV) for sending HORCM CCI
    commands to the 9960. But HORCM does not seem to work
    with vhci type device nodes. It only works with the
    native /dev/rdsk/c#t#d#s2 device.


    So it would be good if I could disable just that LUN
    from being excapsulated by mpxio (without disabling
    the entire HBA because I need mpxio for the rest of
    data LUN's mapped to them).


    TIA,
    Milton Vega

    Email: [email]home@m-vega.com[/email]
    NYCeyes Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139