欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > PPT文档下载  

    微软多数节点集集群官方文档.ppt

    • 资源ID:6117856       资源大小:237KB        全文页数:30页
    • 资源格式: PPT        下载积分:15金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要15金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    微软多数节点集集群官方文档.ppt

    1,Majority Node Set support in Microsoft WindowsServer2003 clustersSteve MathiasPremier ServicesMicrosoft Corporation,2,Objectives,This presentation will discuss a new feature of Microsoft Windows Server 2003 clusters named Majority Node Set(MNS).This presentation assumes a basic knowledge of server clustering(MSCS).,3,Agenda,What is MNS?MNS is designed for a handful of key scenarios:Clusters that have geographically dispersed cluster nodesClusters that do not require a“shared disk”Purpose of a quorum resource:ArbitrationStorage,4,Agenda(continued),Define how MNS behaves as a quorum resourceSample deployment of a MNS server clusterDefine where MNS is configuredWhat to consider when using MNSBasic troubleshooting of the MNS resource,5,MNSWhat is MNS?,MNS is a new quorum-capable resource based on replicating data to local disks of a majority of cluster nodes.,6,MNSScenario:clusters in different geographic sites,MNS provides an alternative quorum resource for clusters that have nodes in separate geographic sites.Useful for clusters with physically separate storage subsystems that implement“mirroring”to replicate data.,Note:MNS is for quorum information and does not replicate data.,7,MNSScenario:no shared disk required for the application,It is now possible to create a server cluster that does not have any shared disk for the quorum resource.Here are several reasons why this can be done:Applications can fail over and have configuration information stored on the cluster,but have a way of keeping data in sync with the other cluster nodes.Applications can fail over and store information on another server cluster with file shares,or to a NAS device.Application is read-only or does not change frequently.For testing purposes.,8,MNSPurpose of a quorum resource,Generally speaking,a quorum resource must provide two key functions:Arbitration,if the nodes of the cluster cannot communicate with each other.Storage,for cluster configuration to maintain consistency on all nodes of the cluster.,9,MNSPurpose of a quorum resource:arbitration,Arbitration of the quorum resource is how the cluster service prevents“split-brain.”In a split-brain scenario,network communication failures cause a cluster to break into disjoint partitions of nodes,and each partition wants to individually act as the cluster.Example of split-brain:Both nodes in a two-node cluster bring the same file share online.,10,MNSPurpose of a quorum resource:arbitration(2),The cluster service cannot prevent communication from breaking down,but the cluster service can declare that only the partition that successfully arbitrates for the quorum resource can act as the cluster.,11,MNSPurpose of a quorum resource:arbitration(3),With MNS as the quorum resource,the cluster service will only run if a“majority”of the configured nodes are running and communicating with each other.MNS solves the quorum arbitration problem because it is impossible for multiple disjoint partitions to contain a majority.,The cluster must have“quorum.”,12,MNSPurpose of a quorum resource:arbitration(4),To determine if we have a majority of nodes running,we use the following algorithm:(/2)+1Example with a seven-node cluster:7/2+1=4Four nodes must be online to have a majority.,13,MNSPurpose of a quorum resource:arbitration(5),14,MNSPurpose of a quorum resource:arbitration(6),If there are fewer nodes,the cluster is said to not have a majority,and therefore the cluster service will not start.By default,the cluster service will try to restart indefinitely.,15,MNSPurpose of a quorum resource:storage,For storage,the cluster registry and checkpoint files are stored on each local node,versus a“shared disk.”,16,MNSPurpose of a quorum resource:storage(2),Ensures that the cluster configuration(ClusDB)is the same on all nodes of the cluster.Change is only considered to have been committed if the cluster service can make the update on a majority of the nodes.The majority is calculated by:(/2)+1,17,MNSPurpose of a quorum resource:storage(3),When you create a MNS-based cluster,each node will have a hidden file share.The name of the share will be the MNS resource GUID appended with a$to make it hidden.It is created under the SystemRoot,in the Cluster folder.,%WINDIR%ClusterMNS.78c0268e-f2cf-434c-afe0-cf2a7742c968$,18,MNSPurpose of a quorum resource:storage(4),Quorum tab in cluster administrator,19,MNSDeployment of MNS,Creating a primary site and a backup site is a good use of MNS.,20,MNSDeployment of MNS(2),If the sites lose communication with each other,the backup site will go offline because it does not have“Quorum.”,21,MNSDeployment of MNS(3),If the backup site has a failure,the primary site will remain online.,22,MNSDeployment of MNS(4),If the primary site has a failure,both the primary and backup site will be offline until manual intervention from an administrator.,23,MNSDeployment of MNS(5),The cluster service on the nodes in the backup site must be started with the ForceQuorum parameter.,24,MNSForceQuorum parameter,On all nodes in the backup site,start the cluster service with the list of all nodes that are still available.Click the Start button to start the cluster service,not the OK button.,MNSForceQuorum switch,If the primary site is going to be down for a long time,you can create the ForceQuorum key in the registry.,26,MNSSetup,Configure MNS during cluster configuration by clicking the Quorum button.,27,MNSConsiderations,Odd-number clusters are generally better than even-number clusters.Consider if you have a six-node cluster with three nodes at two different sites:If the site link breaks,a loss of three nodes will be experienced at each site.Both sites will shut down and will require manual intervention to start either site.,28,MNSTroubleshooting,The cluster service depends on the server service for the quorum file share.Permissions on both the share and NTFS file system must be selected for local Administrators Full Control.RDR and SRV errors to the server service may prohibit cluster configuration updates.Map a drive to the hidden share of each node,and then try to copy a test file.,29,Additional resources,“Server Clusters:Majority Node Sets(a.k.a.Quorum of Nodes)”“Quorums in Microsoft Windows Server 2003 Clusters”“Geographically Dispersed Clusters in Windows Server 2003”,Thank you for joining us for todays event.For information about all upcoming Support WebCasts,and access to the archived content(streaming media files,PowerPoint slides,and transcripts),visit the Support WebCast site at We sincerely appreciate your feedback.Please submit any comments or suggestions about the Support WebCasts on the“Contact Us”page of the Support Web site at.,

    注意事项

    本文(微软多数节点集集群官方文档.ppt)为本站会员(牧羊曲112)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开