zoukankan      html  css  js  c++  java
  • VNX2: Hot Spare Policy has been violated though unbound drives are present. (User Correctable)

    VNX2: Hot Spare Policy has been violated though unbound drives are present. (User Correctable)

    Product:

    VNX2 Series

     Issue:

        Hot Spare Policy has been violated but no disk is in faulted state.   
       
        Receiving alert:   
        "7256 Hot Spare Policy has been violated due to insufficient unused disks for hot spare processing"                                                           

     Cause:

     Available unbound drive is a vault drive.   

       
        There are no more Disks for hot spare processing.   
       
        Vault drives are part of RAID group and One of those vault drives has been permanently replaced by another drive due to drive failure. So, Available unbound drive is vault location drive after replacement.   
        For example,   
       
        Drives 0.0.0, 0.0.1, 0.0.2, 0.0.3 are in RAID group 1.   
        Drive 0.0.2 failed and was replaced by 0.0.10. (Copy to Hot Spare)   
        Now RAID group 1 will have following drives : 0.0.0, 0.0.1, 0.0.10, 0.0.3   
        0.0.2 will be permanently swapped by 0.0.10.   
       
        So 0.0.2 will be available as unbound drive after its replacement, which is not a valid drive for hotspare as it is a vault location drive.   
     

    Change:

    Vault drive which is a part of RAID group was replaced.                                                           

    Resolution:

    ++ If the alert is due to vault drive replacement:   
        Do a copytodisk to original drive (0.0.2) after replacement.   
        This will get back an unbound drive (0.0.10) which will be valid hotspare drive.   
       
        Command to do a copytodisk:   
        naviseccli -h xx.xx.xx.xx -user <username> -password <password> -scope 0 copytodisk 0.0.10 0.0.2   
       
        In general, naviseccli -h xx.xx.xx.xx -user <username> -password <password> -scope 0 copytodisk <permanently_swapped_drive> <original_vault_drive>   
       
        Alert should disappear after this operation as we have sufficient drives to act as hotspare.   
       
        ++ If there are no sufficient drives for processing (1 drive for every 30 drives of same drive type is the recommendation), Add more drives to array to satisfy the hotspare policy.   
        ++ Check the policy to see if it should be adjusted, or add additional disks to the system to satisfy the policy, there are three Hot Spare policies that a user can select for each drive type of storage in the array.                                                           

    Notes:

    For best practices and hot spare policies, Please refer to document in below link:   
        https://www.emc.com/collateral/software/white-papers/h10938-vnx-best-practices-wp.pdf                      

  • 相关阅读:
    [教程]北京迅为iMX6ULL开发板上配置 AP 热点
    [QT进阶篇]迅为手把手视频教程嵌入式学习之QT进阶篇
    新手学习嵌入式Linux和Android开发板推荐
    【迅为免费教程】 嵌入式学习之Linux入门篇分享
    迅为 iTOP-i.MX6ULL 开发板-Mqtt 移植教程
    9月29日学习日志
    9月8日学习日志
    9月7日学习日志
    9月6日学习日志
    9月5日学习日志
  • 原文地址:https://www.cnblogs.com/dahaoran/p/12357793.html
Copyright © 2011-2022 走看看