zoukankan      html  css  js  c++  java
  • Failover group is not completely offline in cluster

    kb:http://www.symantec.com/business/support/index?page=content&id=TECH125894

    Problem

    V-16-1-10165 "Failover group is not completely offline in cluster" appears when failing over a service group from one node to another

    or

    V-16-1-10155 "Group ServiceGroupNameSG has agent(s) that failed on system SystemName"

    My problem:

    在把dc上的CAS卸载并安装在节点上之后,veritas的第二个节点online不起来。弹出此错误

    Error

    V-16-1-10165 Failover group is not completely offline in cluster

    or

    V-16-1-10155 "Group ServiceGroupNameSG has agent(s) that failed on system SystemName"

    Environment

    Attempting to online any On-Off resource of a particular type on a specific node; such as any configured MountV resource, may fail with the above error.

    Cause

    This error appears because one or more of the resources are online within the group, or one of more of the agents for the resources are erroneously reporting that the resources are online.

    Solution

    Follow these steps to reset the status reported by the agents:
    To stop and restart the cluster service on all nodes:
    1. From a Windows command prompt, run the following commands:
    haconf -dump -makero
    hastop -all -force
    Note: A message may appear stating that the cluster is not "writeable." This is expected.
    2. From the Windows Task Manager, end any tasks for VCSAgDriver.exe (if present).
    3. From a Windows command prompt, run the following commands:
    hastart -all
    If the problem persists, follow these step:
    1. From a Windows command prompt, run the following commands:
    haconf -dump -makero
    hastop -all -force
    Note: A message may appear stating that the cluster is not "writeable." This is expected.
    2. From the Windows Task Manager, end any tasks for VCSAgDriver.exe (if present).
    3. On each node, run this commands from a Windows command prompt:
    net stop llt /y
    4. On each node, run this command:
    hastart

    Note: In some cases, this error may occur due to a known defect with the mountv and vmdg agents in some versions of Storage Foundation for Windows (SFW). Further information can be found here:

    http://support.veritas.com/docs/321223

  • 相关阅读:
    友链
    CF496E Distributing Parts(贪心)题解
    CF786C Till I Collapse(根号分治)题解
    CF578B "Or" Game(贪心)题解
    CF433C Ryouko's Memory Note(贪心)题解
    Luogu4177 [CEOI2008]order(网络流)题解
    骗分专辑
    CF718A Efim and Strange Grade(贪心)题解
    prufer序列--学习笔记
    bzoj3450 Tyvj1952 Easy(期望DP)题解
  • 原文地址:https://www.cnblogs.com/dancewithautomation/p/2453511.html
Copyright © 2011-2022 走看看