Ask a Question related to AIX, Design and Development.

  1. #1

    Default SDD vpath mix up

    I use SDD on pSerise server connect to ESS. Today I delete the vpath
    and hdisk in order to fix some path in dead status. After I run cfgmgr
    twice and reconfigure the vpath, I found the vpath is screw. The
    status list below:

    vpath0 (Avail ) 50020982 = hdisk2 (Avail ) hdisk4 (Avail ) hdisk6
    (Avail ) hdisk8 (Avail )
    vpath1 (Avail ) 70620982 = hdisk3 (Avail ) hdisk5 (Avail ) hdisk7
    (Avail ) hdisk9 (Avail )

    Hostname VG vpath hdisk Location LUN SN S
    Connection Size LSS Vol Rank
    -------- -- ----- ----- -------- ------ -
    ---------- ---- --- --- ----
    server1 None vpath0 hdisk2 1D-08-01 50020982 Y
    R1-B2-H2-ZA 30.0 15 0 1501
    server1 None vpath0 hdisk4 11-08-01 50020982 Y
    R1-B4-H2-ZA 30.0 15 0 1501
    server1 None vpath0 hdisk6 1D-08-01 50020982 Y
    R1-B3-H2-ZA 15.0 17 6 1701
    server1 None vpath0 hdisk8 11-08-01 50020982 Y
    R1-B2-H2-ZA 15.0 17 6 1701

    server1 None vpath1 hdisk3 1D-08-01 70620982 Y
    R1-B2-H2-ZA 30.0 15 0 1501
    server1 None vpath1 hdisk5 11-08-01 70620982 Y
    R1-B4-H2-ZA 30.0 15 0 1501
    server1 None vpath1 hdisk7 1D-08-01 70620982 Y
    R1-B3-H2-ZA 15.0 17 6 1701
    server1 None vpath1 hdisk9 11-08-01 70620982 Y
    R1-B2-H2-ZA 15.0 17 6 1701

    You can see the disk size is differnet in same vpath.
    The correct configuration should be (hdisk2 hdisk3 hdisk4 hdisk5)
    belong to vpath0 ( size 30G) and (hdisk6 hdisk7 hdisk8 hdisk9) belong
    to vpath1 (15G).

    How can I fix it?

    Thanks a lot.
    Jack Li Guest

  2. Similar Questions and Discussions

    1. [PATCH] fix mbregex for VPATH builds
      Hi, mbregex breaks a VPATH build in the 4.3 branch currently, here is a fix: Index: ext/mbstring/config.m4...
    2. Help with AIX 4.3.3 and ESS, vpath please
      Hi all: I am looking a little assistance with my current assignment... I'll try to be as descriptive and terse as possible. Environment:...
    3. lspv shows vpath?
      yls177@hotmail.com (yls177) wrote in message news:<c06e4d68.0306210727.28302f9f@posting.google.com>... yup, when i do a lsdev -Cc disk , i had...
    4. HACMP remove vpath/hdisks on standby server
      Hi, I need some advice regarding removing the a pv on a standby server. Both servers are running HACMP 4.4.1, AIX 4.3.3 (ML 9), DLM. The volume...
  3. #2

    Default Re: SDD vpath mix up

    [email]linyy_ca@yahoo.com[/email] wrote:
    >I use SDD on pSerise server connect to ESS. Today I delete the vpath
    >and hdisk in order to fix some path in dead status. After I run cfgmgr
    >twice and reconfigure the vpath, I found the vpath is screw. The
    >status list below:
    I think your vpaths are just fine. You can verify by checking the
    serial numbers of each vpath's hdisks using "lscfg -vl hdiskX"; you
    can check the sizes of the hdisks using "bootinfo -s hdiskX".

    The second output you showed came from the "lsess" command in the
    ESS utils package (ibmpfe.essutil.rte). Those utils depend on a data
    file that "will not be refreshed until the host is rebooted or cfgmgr
    is run with all volume groups offline." (See the ESS utils README at
    [url]http://ftp.software.ibm.com/storage/subsystem/tools/rd_essutil.txt[/url].)

    I think lsess is just out of sync now that some hdisks were deleted
    and rediscovered.

    Regards,
    brian
    Brian W. Hart 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