Microsoft Tech Ref
- Microsoft Server TechCenter
http://technet.microsoft.com/en-US/windowsserver
Microsoft Blogs
- Virtualization Blog
http://blogs.technet.com/b/virtualization/
- Jose Barreto's Blog
http://blogs.technet.com/b/josebda/
- Ask the Core Team
http://blogs.technet.com/b/askcore/
- Windows Server Blog
http://blogs.technet.com/b/windowsserver/
- Clustering and High-Availability
http://blogs.msdn.com/b/clustering/
Hyper-V
- Deploying a Hyper-V Cluster
http://technet.microsoft.com/en-us/library/jj863389.aspx
- Windows Server 2012 R2 Hyper-V Best Practices
http://blogs.technet.com/b/askpfeplat/archive/2013/11/03/windows-server-2012-r2-hyper-v-best-practices-in-easy-checklist-form.aspx
- Teaming and Hyper-V in Windows Server 2012
http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx#.Uoznp8Ln-M9
- Everything you want to know about Network Teaming in Windows Server 2012
http://blogs.msdn.com/b/virtual_pc_guy/archive/2012/12/07/everything-you-want-to-know-about-network-teaming-in-windows-server-2012.aspx
- Hyper-V over SMB. Server 2012 Hyper-V
http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/VIR306
- How does New-SmbShare know whether the new share should be standalone, clustered or scale-out?
http://blogs.technet.com/b/josebda/archive/2013/01/18/how-does-new-smbshare-know-whether-the-new-share-should-be-standalone-clustered-or-scale-out.aspx
Here are the rules:- If the path is on a local, nonclustered disk, New-SmbShare creates a standalone share
- If the path is on a classic cluster disk, New-SmbShare creates a classic cluster file share on the group that owns that disk.
- if the path is on a clustered shared volume (CSV), it creates a scale-out file share.
Comments
Post a Comment