Hyper-V

How to Exceed the 4 vCPU limit for VM’s on Hyper-V

  

Many times I was asked for the way to exceed the limitation of 4 virtual processors assigned to a virtual machine for Windows Server 2008 R2.

I guess there is still many Windows Server 2008 hyper-visor running on a physical server which has much more cores, Although It is very limiting, but I will not recommend you to modify productions VM’s setting to exceed the limit.

more …

Step-By-Step Create Microsoft private cloud

Private cloud is a computing model that uses resources which are dedicated to your organization/department. A private cloud shares many of the characteristics of public cloud computing including resource pooling, self-service, elasticity.

I will walk you through the steps for configuring the System Center VMM and Create Microsoft private cloud.

more …

Microsoft Private Cloud?

Microsoft Private Cloud?
Microsoft private cloud relies on System Center components to create and use Private Clouds. You can use these technologies to offer traditional IaaS services, such as VMs on demand. Also provides support for deploying multi-tier applications, monitoring and updating applications, and automation.
Cloud computing allows self-service access to an elastic pool of IT resources.It’s important to realize that a private cloud isn’t just a technology change; it also requires new attitudes and behaviors. The benefits can be significant.

Cloud_000
more …

How to stretch your network behind firewall to Windows Azure by setting up a Site to Site VPN

How to stretch your network behind firewall to Windows Azure and setting up a Site to Site VPN using RRAS.

images

You may planning to stretch your datacenter network to Windows Azure by setting up a Site to Site VPN where the VMs up in Azure are effectively connected to the Enterprise Datacenter. The Site to Site VPN just extends the datacenter to allow for VMs to be created in the cloud With VMs both on-premise and up in Azure.

You’ve probably read guidance requiring you to have two network adapters, one for internet facing traffic and the other for internal facing traffic. You may have also read that you must assign a static public IP address on the Internet facing network adapter as you cannot NAT the traffic.

more …

Arista Networks and Leaf-Spine Architecture

Modern Network infrastructure designed for virtualization and the cloud
“Deploy flatter Two-Tier Network and Leaf-Spine Architecture”

As cloud architectures and multi-tenancy capabilities continue to develop and mature,  here is an economy of scale that can be realized by aggregating resources across applications, business units, and separate corporations to a common shared, yet segmented, infrastructure.

Elasticity, mobility, automation, and density of virtual machines demands new network architectures focusing on high performance, addressing portability, and the innate understanding of the virtual machine as the new building block of the datacenter.

Virtualization technologies from VMware, Citrix and Microsoft encapsulate existing applications, and abstract them from the physical hardware.The network access layer formed by virtual switches is now inside the server.

The characteristics of networks that support virtualization and cloud computing demand that legacy network practices be abandoned in favor of modern cloud networking architectures, flatter two-tier leaf-spine architecture over a legacy, enterprise
three-tier design.

 more …

Hyper-V and VMware Dynamic Memory optimization technique

Memory optimization is the most important feature of virtualization, especially for cloud computing and virtual desktop infrastructure (VDI) implementation where PCs are replaced by virtual machines running in the data center. This brings the necessity of using hardware resources more efficiently and host more VM’s.

Memory optimization is handled in a different method in each hypervisor. For example, Hyper-V uses a hot-add and ballooning technique and guest operating system is fully aware of memory amounts; while VMware uses over commitment technique.

more …

Basics of Dynamic Memory

Dynamic Memory is Hyper-V memory optimization techniques. That came with Windows Server 2008 R2 Service Pack 1.

Dynamic Memory is really just an extension idea of hot-add memory ability feature of Windows Server Enterprise and Data-center editions. Memory is added to virtual machines while they run. But instead of plugging in large amounts, tiny amounts of memory are added to the virtual machine. This is done on an on-demand basis from the pool of available memory on the host.

more

Windows PowerShell 4.0

ITMug_PowerShell4_CloudWindows PowerShell 4.0

Windows PowerShell 4.0 is installed by default Windows Server 2012 R2.
Most IT professionals who have not used PowerShell are scared of this administration and scripting language, because it is different from how they normally work.
PowerShell is a powerful language; it enables simple tasks to be completed more quickly and enables complex tasks to be done with a mouse click.

more …