zoukankan      html  css  js  c++  java
  • EMC VMAX – IDENTIFY FAILED DRIVE LOCATION

    In order to understand this Post fully, I would advise you read “EMC VMAX – 20/40K Back-End Connectivity” first.

    Having completed a VMAX ‘Health Check’ through ‘Unisphere’ it has been highlighted that a drive has failed:

    Running the command symdisk list -failed will display the details of the failed disk (-v for more detail):

    You can also check if the failed disk has been spared out by issuing the command symdisk list -isspare:

    Determining the Drive Location based on the information provided: 
    ID_Failed_Drive5

    ‘Ident/Symb’ = ‘9B’ identifies the Director and the MOD that the drive is connected to at the Back-End. Thus we can gather at this stage that the drive is connected to Director 9 (Engine5).
    On both directors of Engine5(9&10) there are two Back-End IO modules (MOD0 & MOD1) per director, MOD0 has connections A0,A1,B0,B1 and MOD1 has connections C0,C1,D0,D1. MOD0 on both the even and odd directors connect to DAE’s 9,13,10,14 with MOD1 on both directors connecting to DAE’s 11,15,12,16. The 8 Redundant Loops on Engine5 connect up as follows:
    DAE9=LOOP0 (A0)
    DAE10=LOOP2 (B0)
    DAE11=LOOP4 (C0)
    DAE12=LOOP6 (D0)
    DAE13=LOOP1 (A1)
    DAE14=LOOP3 (B1)
    DAE15=LOOP5 (C1)
    DAE16=LOOP7 (D1)

    ‘Int’ = ‘C’ stands for interface, this is the port used on the MOD.
    C = Port 0
    D = Port 1
    Thus far we can determine that the Drive is located on LOOP2 (9B 0).
    ID_Failed_Drive7

    ‘TID’ = ‘1’ refers to the target ID, or the disk location on the Loop.

    From all this information we can determine that the location of the Failed drive (‘9B 0 1’) is ‘Drive Bay-1A, DAE-10, Disk-01’:

    If you have access to SymmWin then you can Toggle the disk LED:

  • 相关阅读:
    用ssh从ubuntu系统向ubuntu系统服务器发送文件
    python import caffe失败的可能原因
    segnet caffe upsample top index 0 out of range
    出了问题检查下你的caffe 搭建步骤
    由于不能随便改路径,所以写在这里
    关于DatePicker设置MinDate和MaxDate的几个坑
    Socket I/O multiplexing
    STL_迭代器
    基本套接字
    STL_空间配置器(allocators)
  • 原文地址:https://www.cnblogs.com/dahaoran/p/11595604.html
Copyright © 2011-2022 走看看