evenno 发表于 2015-11-3 09:51:26

Windows 2008 R2 强制删除Cluster

  

在正常删除Cluster 节点之后,再添加节点时,报“节点已经加入群集”,无法加入,注册表信息删除后可正常移除Cluster服务,如下:
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ClusDisk
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ClusSvc
  
  
日志名称:          System
来源:            Microsoft-Windows-FailoverClustering
日期:            2012/6/12 4:01:55
事件 ID:         1090
任务类别:          启动/关机
级别:            关键
关键字:         
用户:            SYSTEM
计算机:         LFDC-DPC-01.ptr.petrochina
描述:
无法启动群集服务。尝试读取 Windows 注册表中的配置数据失败,错误为“5043”。请使用故障转移群集管理管理单元确保该计算机为群集的一个成员。如果计划将此计算机添加到现有群集,请使用添加节点向导。或者,如果该计算机已配置为群集的一个成员,则需要还原丢失的配置数据,群集服务需要该数据标识它为群集成员之一。请执行该计算机的系统状态还原,以便还原配置数据。
事件 Xml:
<Event xmlns=&quot;http://schemas.microsoft.com/win/2004/08/events/event&quot;>
<System>
    <Provider Name=&quot;Microsoft-Windows-FailoverClustering&quot; Guid=&quot;{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}&quot; />
    <EventID>1090</EventID>
    <Version>0</Version>
    <Level>1</Level>
    <Task>8</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime=&quot;2012-06-11T20:01:55.830056700Z&quot; />
    <EventRecordID>1872</EventRecordID>
    <Correlation />
    <Execution ProcessID=&quot;2940&quot; ThreadID=&quot;8848&quot; />
    <Channel>System</Channel>
    <Computer>LFDC-DPC-01.ptr.petrochina</Computer>
    <Security UserID=&quot;S-1-5-18&quot; />
</System>
<EventData>
    <Data Name=&quot;Status&quot;>5043</Data>
    <Data Name=&quot;NodeName&quot;>LFDC-DPC-01</Data>
</EventData>
</Event>
  
         版权声明:本文为博主原创文章,未经博主允许不得转载。
页: [1]
查看完整版本: Windows 2008 R2 强制删除Cluster