2014年4月4日金曜日

Using Windows Server 2012 R2 to build private cloud

  • このエントリーをはてなブックマークに追加


Four layers

>Compute layer
Several Hyper-V hosts joined in a failover cluster.
Use commodity server hardware to provide cost-efficient scale-out capabilities.
Scale-out approach is more cost-effective than Scale-up approach.

>Network layer
A low-cost Ethernet network is used to connect the Hyper-V cluster.
Provide compute resources with Scale-out File Servers.
It's more cost-effective than using SAN. Expensive host bus adapters not needed.
It's posible because of smb 3.0 is introduced in windows server 2012.

>Virtualized storage layer
Virtual machines files(virtual hard disks,configuration files etc) and other data  such as sql data can be stored in the SoFS

>Physical storage layer
Can be stored on different types of storage devices(SATA,SAS,HDDs,SSDs)
Just a Bunch of Disks

Image(3)

Windows Server 2012 R2 SMB 帯域幅管理

  • このエントリーをはてなブックマークに追加


Windows Server 2012 R2には、SMB Bandwidth Limitというサーバー機能が追加されました。

この機能を使うと、SMBトラフィックの種類ごとに使用する帯域幅の上限を設定し、強制することができます。

3つのカテゴリ別に、帯域幅をバイト/秒で設定できます。

・Default
Hyper-VホストがSMBを使って、VMM 2012 R2のライブラリストレージとして利用されているファイルサーバーからファイルコピーを実施するときに100MB/sの制限が既定で設定されている。

・VirutalMachine
Hyper-VホストがSMBを使って、Scale-out File System上にある仮想マシンのファイル(VHDXなど)へのアクセスするときに、制限されません。

・LiveMigration
Hyper-Vホスト間の仮想マシンのライブマイグレーションを実施するときに、500M/sの帯域幅が設定されている。

image