版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、如何在Windows Server 2008 R2上部署群集共享卷(CSV)时间:2009-08-11来源:虚拟化百科 作者:许珈毓 点击: 150次Deploying Cluster Shared Volumes (CSV) in Windows Server 2008 R2 Failover ClusteringHi cluster fans,By now you have probably heard of the new architectural innovation being brought to Failover Clustering in Windows Server 200
2、8 R2 known as Cluster Shared Volumes, or CSV. CSV functions as a distributed-access file system optimized for Hyper-V. A comparison would be to a clustered file system, however, unlike other clustered file systems, CSV does not use any proprietary technology it uses standard NTFS, so there is nothin
3、g special you need to purchase or support it just works! If your storage is suitable as a standard clustered disk, it can be used as a Cluster Shared Volume. In the past, only one node could host a virtual machine (VM) and access the VHD on the shared storage, so if another node needed to host the V
4、M or access the disk, it would need to failover and it would affect every resource on that shared disk. With CSV in R2, any node can host the VM and any node can access the VHD on shared storage, so VM and disk ownership can move freely across cluster nodes without impacting any other resources on t
5、hat shared disk.CSV will provide many benefits, including easier storage management, greater resiliency to failures, the ability to store many VMs on a single LUN and have them fail over individually, and most notably, CSV provides the infrastructure to support and enhance live migration of Hyper-V
6、virtual machines. This blog post will cover configuring and deploying Hyper-V VMs using CSV in a Windows Server 2008 R2 Failover Cluster. We will discuss other benefits and features of CSV and live migration in future posts. All information is based on the Beta 7000 build of Windows Server 2008 R2 a
7、nd is subject to change for the RTM version of this product.Please report any bugs through the Microsoft Connect site or send us feedback by clicking the Email link in the upper-left corner of this site.Thanks,Symon PerrimanProgram ManagerClustering & High-Availability1) Prepare your clusterTo c
8、onfigure CSV we must first build the cluster. There is nothing different which needs to be done for CSV. R2 clustering will still support iSCSI, Fibre Channel and Serial Attached SCSI (SAS) for storage. CSV will work with any of these, so long as the disk is using NTFS as the file system.For the net
9、works, it is still recommended to have a public network for client connections and a heartbeat network for health monitoring. Additionally, we recommend a dedicated network for CSV and live migration traffic which should be at least 1 GB. This is to ensure that the heartbeat network does not get flo
10、oded and miss health-checks which would cause a failover. If you are using iSCSI you will need another NIC for that iSCSI network.Once you have verified that the hardware you will use in the cluster supports Hyper-V, you install the Failover Clustering feature and the Hyper-V role from Server Manage
11、r on every node in the cluster. Due to the way which CSV disks are accessed, it is recommended that you use the same drive letter for your OS on every cluster node (such as C:).Once the hardware is connected and the correct roles and features are installed, you should ensure that the entire clusteri
12、ng configuration is supported. This is done by running the built-in Validate a Configuration tool (Guide: Validating Hardware for a Failover Cluster). So long as every component in the solution has a logo for Windows Server 2008 R2 and it passes Validate then it is supported for CSV. Alternatively,
13、you can purchase a pre-Validated solution from one of our partners in the Failover Clustering Configuration Program.After the solution has passed Validate, create a cluster (Guide: Creating a Failover Cluster)2) Enable CSVTo enable Cluster Shared Volumes (CSV) on a cluster, click on that cluster nam
14、e in the navigation pane in the Failover Cluster Manager MMC snap-in. In the center pane, click the “Enable Cluster Shared Volumes” link. A notification appears reminding you that CSV is only for use with Hyper-V. The cluster now supports CSV.A new node appears in the navigation pane for Cluster Sha
15、red Volumes:3) Create CSV DisksNow that CSV is enabled, create some CSV disks.A. Select the Cluster Shared Volumes node in the navigation pane in the Failover Cluster Manager.B. In the right Actions pane, select “Add storage”. This will bring up a window that shows all the disks in the Available Sto
16、rage group. Check the disks you want to add, then select “OK”C. The new disk(s) now appear in the list for Cluster Shared Volumes:4) Copy VHDs to your CSV DisksCSV allows every cluster node to access the disk concurrently. This is accomplished by creating a common namespace under %SystemDrive%Cluste
17、rStorage. For this reason, it is necessary to have the OS on the same drive letter on every node in the cluster (such as C:, which will be used in this blog). You will see the same directory from every node in the cluster and this is the way to access CSV disks.Each CSV disk has its own volume in th
18、e directory and is assigned the default name, VolumeX, for each disk. In this example we have 3 CSV disks so we see 3 folders. The C:ClusterStorage directory must keep the same name, however the volumes within this directory can be renamed.You will need to copy your VHDs onto these directories to cr
19、eate highly-available VMs. CSV will support dynamically-expanding, fixed-sized, and differencing VHDs. CSV will not support pass-through disks.5) Create VMs on CSV DisksAfter enabling CSV and placing the VHDs on the CSV disks, we are ready to make those virtual machines highly-available.A. Open Hype
20、r-V ManagerB. From the Action pane, select “New” and then “Virtual Machine”. This will open the New Virtual Machine Wizard.C. Provide a name for the Virtual Machine and check-mark the box for “Store the virtual machine in a different location”, then specify the path under “C:ClusterStorage” for the
21、volume that you want the VM to use.D. Specify the memory for the VM, then “Next >”E. Specify the network for the VM, then “Next >”F. In the “Connect Virtual Hard Disk” page of the wizard, if you specify either “Create a virtual hard disk” or “Use and existing virtual hard disk”, specify a path
22、 to a Cluster Shared Volume under C:ClusterStorageG. Select “Next >”H. Choose the desired options in the “Installation Options” wizard page. Select “Next >”I. Select “Finish” at the Summary Page of the Wizard6) Make your CSV VMs Highly-AvailableNow that we have created our VMs on our CSV disks
23、, we can make them highly-available so they can be managed by the cluster and can fail over.A. Open Failover Cluster ManagerB. In the left pane, select “Services and Application”C. In the Action pane, select “Configure a Service or Application”. This will open the “High Availability Wizard”D. Select
24、 “Virtual Machine”, then select “Next >”E. Check the Virtual Machine that you want to add to the Failover Cluster. (Note, the VM must be shutdown/turned off to be added) Select “Next >”Failover Clustering will determine if this VM is using CSV or standard cluster disks based on the path of the
25、 VHD (it will look for the %SystemDrive%ClusterStorage path).F. Review the Confirmation page in the wizard and select “Next >”G. Review the Summary page in the wizard. If the status is not “Success”, review the report by selecting the “View Report” button and investigate the information for possi
26、ble causes. Otherwise, select “Finish”The Virtual Machines will be shown in the left pane of Failover Cluster Manager. They are automatically given the Name “Virtual Machine” with a number to differentiate them. These names can be changed by right clicking on them and selecting “rename”.Start your V
27、Ms when you are ready.7) Perform a Live MigrationYou now have your CSV cluster up and running with no special hardware or additional considerations. You can manage the Virtual Machine resource like any standard resource, such as changing properties, creating dependencies, and performing failovers. You will notice that for VMs you can now perform a live migration which allows you to move a running VM from one cluster node to another cluster node without any cli
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2020年法考客观题必刷1000题及答案详解
- 2025年滑雪五级理论考试考点刷题包附全部答案
- 2020甘肃书记员招录考试法律岗专项试题及答案解析
- 2020智联招聘情景模拟测试题及标准答题答案
- 2023计量经济期中考试押题90分以上必刷试题集
- 2024物流专员笔试通关必刷200题带逐题答案解析
- 2026福州四中自招面试真题汇编及高分考生答题答案参考
- 2023年大学英语A级临考冲刺真题重组卷+模拟题附标准答案
- 湖南株洲渌口区四校联考2025-2026学年九年级下学期第一次阶段性练习物理试卷(含解析)
- 交通应急救援垫付协议书
- GB/T 30117.6-2025灯和灯系统的光生物安全第6部分:紫外线灯产品
- 新加坡安全培训考试题库及答案解析
- 2025年数据标注工程试题及答案
- 标准化项目立项管理流程优化研究
- 消费者就是学习者课件
- 2025年四川省从“五方面人员”中选拔乡镇领导班子成员考试历年参考题库含答案详解(5套)
- 《钢筋桁架楼承板应用技术规程》TCECS 1069-2022
- 中国智·惠世界(2025)案例集-中国人工智能产品和技术在亚洲、非洲、南美洲、欧洲等国家和地区赋能发展的生动实践
- 2025年春节后家具制造行业复工复产安全技术措施
- 2025年甘肃省中考英语试卷真题(含标准答案及解析)
- 中国历史常识吕思勉课件
评论
0/150
提交评论