zoukankan      html  css  js  c++  java
  • Recieving error message "VCS WARNING v-16-1-10165 Failover group

    Recieving error message "VCS WARNING v-16-1-10165 Failover group ServiceGroup is not completely offline in cluster" even though group is offline

     
    Article: 100000773
    Last Published: 2010-01-21
    Ratings:  0 0
    Product(s): InfoScale & Storage Foundation

    Problem

    Recieving error message "VCS WARNING v-16-1-10165 Failover group ServiceGroup is not completely offline in cluster" even though group is offline

    Solution

    This message indicates that one or more agents are not completing their monitor/probe procedures and VCS does not actually know the resource status.

    This condition can be confirmed by restarting the HAD engine and evaluating if any particular agents fail to complete their initial probe.

    # hastop -all -force

    : On each node
    # hastart

    Review:
    # hastatus -sum

    If resources are failing to probe observe if they are of the same type.


    Possible Solution: Restart the suspect agent.

    : Repeat for each system in the cluster
    # haagent -stop <AgentType> -force -sys <system>

    After the agent has been completely stopped, start it back up.

    : Repeat for each system again
    # haagent -start <AgentType> -sys <system>
  • 相关阅读:
    STM32F2系列系统时钟默认配置
    在电源上叠加一个脉冲信号,模拟一个干扰信号
    const用法
    指向指针的指针
    Judge Route Circle
    汉明距离
    绘制三角形
    OpenGL工作流程
    OpenGL环境搭建
    next()方法 执行下一个中间件 类似than
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/14904589.html
Copyright © 2011-2022 走看看