TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Nevin Dong's Blog
Tags
Active Directory
AD
Alwayson
analytics
Android
Architecture
AutoScale
Azure
bandwidth
Big Compute
Big Data
Billing
BitLocker
Blob
cloud service
connected
Data Disk
Design Pattern
diagnostics
DIP
Dynamics
EF
Endpoints
Event Hub
github
Hadoop
HDInsight
High Availability
Hybrid Cloud
IaaS
Instance
IOPS
iOS
Java
JavaScript
LINUX
Live to code
Local Group Policy Editor
Log
Mahout
Management Portal
Management Service
MapReduce
Media Services
Metric
Microsoft Azure
Migration Assistant
Mobile Services
Mooncake
Multi-tenancy
Notification Hub
Notification Service
Open Source
Oracle
OSS
P&P
Patterns & Practices
Performance
PNS
Powershell
Private Cloud
Public Cloud
Queue
RAID
Reference Architecture
REST API
scalability
SDK
Service Bus
Service Heath Dashboard
Site to Site
SQL Database
SQL Server
SSD
Storage
Store App
Subscription
table
Throttling
Upgrade
VIP
Virtual Machines
Virtual Network
Virtualization
Visual Studio
VM
VM Depot
WAMS
WATK
Web Sites
WebLogic
Windows 8
Windows 8.1
Windows Azure
Windows Azure Connect
Windows Azure Mobile Service
Windows Azure Web Sites
Windows Phone 8
Windows Store App
WNS
Browse by Tags
TechNet Blogs
»
Nevin Dong's Blog
»
All Tags
»
virtualization
Related Posts
Blog Post:
通过软件保障(Software Assurance)实现SQL Server在Windows Azure虚拟机(VM)的许可移动性(License Mobility)
Nevin (Naiwen) Dong
最近,我在微软虚拟学院(Microsoft Virtual Academy)上讲了一门课:在 Windows Azure VM 上实现 SQL Server 高可用性及容灾设计。 http://staging.microsoftvirtualacademy.com/training-courses/835#?fbid=YLWfBUsNgJ8 课程主要介绍了如何基于Windows Azure 虚拟机部署SQL Server数据库服务器,这种方式将可以充分利用微软数据中心所提供的基础设施服务,拥有对Windows Azure上虚拟机、SQL Server及数据库的完全控制。 SQL Server高可用性及容灾解决方案可以在Windows...
on
26 Mar 2014
Blog Post:
一个进行IT资源及云迁移规划的利器-MAP
Nevin (Naiwen) Dong
在将现有IT系统迁移到云计算环境的时候,包括私有云和Windows Azure云平台,或者搭建混合云,所面临的一个挑战就是目前的IT资源到底有多少,他们的状态如何、能力情况如何,是否适合进行云迁移。 同样的情形,在一个已经建设完成、运行一段时间的云环境也有类似的情形:随着业务发展,可能在云平台上已经构建了不少虚拟机,这些到底有多少,它们的状态及能力如何,对于下一步进行进一步的升级、改造,同样是比较关键的输入。 最近发现实际上微软提供一个比较简便的工具:Microsoft Assessment and Planning (MAP) Toolkit。工具下载及更多详细内容,请见: http://technet...
on
21 Oct 2013
Blog Post:
私有云架构 –– “异质还是同质,这是个问题” (续)
Nevin (Naiwen) Dong
从大规模并发的动手实验室(HOL)实践看私有云架构 –– “异质还是同质,这是个问题” To be, or not to be, that is the question. 生存还是毁灭?这是个问题。 -- 莎士比亚《哈姆雷特》第3场 正如“生存还是毁灭”这个艰难的选择出现在哈姆雷特面前,摆在TechEd动手实验室(HOL)团队面前也有一个必须面对的问题:服务器的规划,异质还是同质,这是个问题。 http://blogs.technet.com/b/nevin_dongs_blog/archive/2012/12/20/hol.aspx 在私有云架构的规划中...
on
6 Jan 2013
Blog Post:
如何将VHD转化为可启动,并在Windows 8中启动
Nevin (Naiwen) Dong
最近在制作开发Windows Azure的虚机的时候,发现一个有趣的问题。 在完成一个基本的VHD后,如何将这个VHD转化为可启动的? 先将这个VHD拷贝到指定的目录,例如C:盘建立的新的VHD目录,例如C:\VHD\。 然后可以用管理员身份,启动PowerShell,然后执行下面的操作: 通过bcdedit /copy {current} /d "VHD_Boot"的输出,获得{CLSID}。 然后bcdedit /set {CLSID} device vhd=[C:]\VHD\DISK.VHD bcdedit /set {CLSID} osdevice vhd...
on
30 Nov 2012