设为首页 收藏本站
查看: 758|回复: 0

windows server 2003 群集介绍

[复制链接]

尚未签到

发表于 2015-5-5 09:49:31 | 显示全部楼层 |阅读模式
  http://technet.microsoft.com/en-us/library/cc736493(v=ws.10).aspx
  windows server 2003群集可以分为以下几种类型
lustering TechnologyNetwork Load Balancing (NLB) clustersComponent Load Balancing (CLB) clustersServer clusters  Available in ...
  Microsoft® Windows Server™ 2003, Web Edition; Microsoft® Windows Server® 2003, Standard Edition; Microsoft® Windows Server™ 2003, Enterprise Edition; and Microsoft® Windows Server™ 2003, Datacenter Edition
  Microsoft Application Center 2000
  Windows Server 2003, Enterprise Edition, and Windows Server 2003, Datacenter Edition
  Maximum number of nodes
  32
  12
  8
  Application
  Load balancing Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) traffic
  Single point of management and configuration for Web farms
  Failover and failback of applications
  Specialized hardware required?
  No
  Note

  • If you use teaming network adapters, you must select network adapters listed in the Windows Catalog. For more information, seeNetwork Load Balancing system requirements and the compatibility information inSupport resources.
  No
  Yes
  To confirm that your server cluster hardware is designed for Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition, see the compatibility information in Support resources.
  Typical deployments
  Web servers, Microsoft Internet Security and Acceleration (ISA) server, FTP,virtual private networks, Windows Media™ servers, Mobile Information servers, Terminal Services
  Web farms
  MS SQL Server, MS Exchange Server, file and print servers, Message Queuing
  Stateful or stateless?
  Stateless
  Stateless
  Stateful
  微软群集和应用模型:
  
  
  server cluster分为以下三种模型:
Cluster ModelTypical DeploymentsWhere is the Cluster Configuration Data Maintained?  Single node cluster
  Development and testing platforms.
  The quorum resource maintains the definitive copy of the cluster configuration data either on a cluster storage device or locally on the single node. Uses a Local Quorum resource type.
  Single quorum device cluster
  Highly available applications on a cluster storage device.
  The quorum resource maintains the definitive copy of the cluster configuration data on the single cluster storage device connected to all nodes. Uses a Physical Disk resource type (or other storage class resource type).
  Majority node set cluster
  Geographically dispersed server clusters.
  Each node maintains its own copy of the cluster configuration data. The quorum resource ensures that the cluster configuration data is kept consistent across the nodes. Uses a Majority Node Set resource type.
  Important

  • A majority node set cluster is best used in controlled, targeted scenarios, as part of a cluster solution offered by your Original Equipment Manufacturer (OEM), Independent Software Vendor (ISV), or Independent Hardware Vendor (IHV). The single quorum device server cluster, the standard cluster model available in Windows NT and Windows 2000, will still cover the vast majority of your cluster deployment needs.



    • Single node server clusters can be configured with, or without, external cluster storage devices. For single node clusters without an external cluster storage device, the local disk is configured as the cluster storage device.
    • Single quorum device server clusters have two or more nodes and are configured so that every node is attached to one or more cluster storage devices. The cluster configuration data is stored on a single cluster storage device.
    • Majority node set server clusters have two or more nodes but the nodes may or may not be attached to one or more cluster storage devices. The cluster configuration data is stored on multiple disks across the cluster and the Cluster service makes sure that this data is kept consistent across the different disks.

  部署模型:
Operation ModeDescriptionImplementation Guide  N-node Failover Pairs
  In this mode of operation, each application is set to fail over only between 2 specified nodes.
  Limit the possible owner list for each resource group to a given pair of nodes.
  For more information, see Specify which nodes can own a resource.
  Hot-Standby Server
  /N+I
  Hot-standby server operation mode reduces the overhead of failover pairs by consolidating the "spare" node for each pair into a single node, providing a hot-standby server that is capable of running the applications from each node pair in the event of a failure. This mode of operation is also referred to as active/passive.
  For larger clusters, N+I mode provides an extension of the hot-standby server mode where N cluster nodes host applications and I cluster nodes are spare nodes.
  Use a combination of the preferred owners list and the possible owners list. Set the preferred node to the node that the application will run on by default and set the possible owners for a given resource group to the preferred node and the spare node.
  For more information, see Specify preferred owners of a group andSpecify which nodes can own a resource.
  For N+I configurations, see article Q296799, "How to Configure Windows Clustering Groups for Hot Spare Support" in theMicrosoft Knowledge Base.
  Failover Ring
  In this mode of operation, each node in the cluster runs an application instance. In the event of a failure, the application on the failed node is moved to the next node in sequence.
  Define the order of failover for a given resource group using the preferred owner list. Choose a node order, with the preferred node list for each group starting at a different node.
  For more information, see Specify preferred owners of a group.
  Random
  For large clusters running multiple applications, the best policy in some cases is to allow the server cluster to choose the fail over node at random.
  Do not define a preferred owners list for the resource groups. Each resource group that has an empty preferred owners list will be failed over to a random node in the cluster in the event that the node currently hosting that group fails.
  cluster 存储可以选择parallel SCSI, Fibre Channel, Serial Attach SCSI (SAS), or iSCSI
  不同存储对应的节点数量也不同:
Description of Operating SystemStorageMaximum Nodes  Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition
  Versions:

  • Windows Server 2003
  • Windows Server 2003 with Service Pack 1 (SP1)
  • Windows Server 2003 R2
  Platforms:

  • x86 and x64 (not Itanium)
  Parallel SCSI
  2
  Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition
  Versions:

  • Windows Server 2003
  • Windows Server 2003 with SP1
  • Windows Server 2003 R2
  Platforms:

  • x86, x64, and Itanium
  Fibre Channel
  8
  Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition
  Versions:

  • Windows Server 2003 with SP1
  • Windows Server 2003 R2
  Platforms:

  • x86, x64, and Itanium
  iSCSI
  or
  Serial Attached SCSI (SAS)
  8
  4节点提供4种应用的范例
DSC0000.gif
  
  集群应用类型:
  Applications that run in a server cluster fall into one of four categories:


    • Cluster-unaware applications
      These types of applications do not interact with the server cluster at all but can still fail over. Failure detection is limited. The Cluster service protects these applications mainly against hardware failures.
    • Cluster-aware applications
      These types of applications are characterized by superior failure detection. The Cluster service can protect these applications not only against hardware but also against software failures.
    • Cluster management applications
      These types of applications, which include Cluster Administrator and Cluster.exe, allow administrators to manage and configure clusters. For more information, see Server Cluster Components.
    • Custom resource types
      Resource types provide customized cluster management and instrumentation for applications, services, and devices. For more information, see Resource types.

  顺便提一下DFS
  
DFS

  DFS is used in organizations that want to achieve the following goals:

  • Provide an intuitive way for users to access multiple file servers throughout the organization.
  • Make data on multiple file servers appear as though it were available on a single file server.
  • Make data available in multiple sites so that users in each site use fast, inexpensive bandwidth to access the data.
  • Reduce delays that occur when users access heavily used shared folders.
  • Provide fault-tolerant access to shared folders.
  • Consolidate file servers or migrate data without affecting how users locate data.

server cluster组件:
DSC0001.gif
DFS

  DFS is used in organizations that want to achieve the following goals:

  • Provide an intuitive way for users to access multiple file servers throughout the organization.
  • Make data on multiple file servers appear as though it were available on a single file server.
  • Make data available in multiple sites so that users in each site use fast, inexpensive bandwidth to access the data.
  • Reduce delays that occur when users access heavily used shared folders.
  • Provide fault-tolerant access to shared folders.
  • Consolidate file servers or migrate data without affecting how users locate data.

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-63802-1-1.html 上篇帖子: 比较 Windows Server 2003 的版本 下篇帖子: .Text在windows 2003及XP下配置安装
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表