|
VMware vCloud Director Networking - From Setup to Install |
|
|
|
Written by Kendrick Coleman
|
|
Wednesday, 19 October 2011 12:10 |
|
vCloud Director networking is one of the trickiest pieces of the stack. Put it this way, if you can understand vCloud Networking, then understanding everything else is vCloud should be fairly simple. I don't want to get into the concepts of "what is an external network?" or "what is a fenced network?" because a lot of the information is already available. I would encourage you to watch Mike DiPetrillos VMworld 2010 & 2011 talks called "vCloud Networking Finally Explained." Or check out Massimo's blog post vCloud Director Networking for Dummies. This is geared towards making you understand the layers of Organizational Networks and how it relates to External networks, etc.
This is going to be mainly focused on things that need to be setup that you don't normally find in the install guides.
First thing is first, you must think about design.
How many external networks do you need? An external network should be a VLAN that A) already exists within your corporate network that you want connections attached to such as a dev/test network, connections to IP based storage, etc or B) VLANs for vCloud external access to the internet. The amount of external networks is completely dependent on your environment, and will solely rely on where the VMs inside the vCloud need connections. These external networks can be Layer 2 or Layer 3 networks.
|
|
Last Updated on Wednesday, 27 June 2012 10:11 |
|
Read more... [VMware vCloud Director Networking - From Setup to Install]
|
|
Veeam Community Podcast Episode 39 with Kendrick Coleman |
|
|
|
Written by Kendrick Coleman
|
|
Monday, 10 October 2011 13:34 |
|
Hey Now! I was invited by Rick Vanover from Veeam to be a guest on the Veeam Community Podcast and we talk about all things about VMworld, home labs, and the "Three Views from You". Thanks again to Rick and the Veeam team for allowing me to be a part of this... it's always a blast
Here is the description:
In this episode, Rick Vanover hosts Kendrick Coleman. Kendrick (or Kenny) is a virtualization professional based in Louisville, KY. Kenny also blogs at KendrickColeman.com and has presented a few times at VMworld. In this episode, Rick and Kenny talk about virtualization home labs and a miscellaneous state of the union regarding virtualization.
Kenny is in the hot seat for "Three Views from You."
You can check out the podcast below or you can listen to it at Veeam's Podbean.
|
|
Last Updated on Monday, 10 October 2011 13:47 |
|
Read more... [Veeam Community Podcast Episode 39 with Kendrick Coleman]
|
|
vCloud Director 1.5 Features That Affect Limitation and Design |
|
|
|
Written by Kendrick Coleman
|
|
Thursday, 22 September 2011 13:55 |
|
All of this information is freely available in a few whitepapers that are a part of VMware vCloud Architecture ToolKit (vCAT) 2.0. These sets of documents are very in-depth and offer a great learning experience for anyone looking into vCloud Director. Note: I'm not discovering anything new, I am just merely pointing out some of the caveats and thought considerations that may be brought up.
vCloud Director extends the capabilities of the vSphere layer and focuses on delivering an IaaS model where by consumers can request resources from a cloud environment. vCloud Director also packages the vCloud API along with it that allows custom applications to be written so you can talk to a vCloud instance.
Let's dive into the first standout feature of vCloud 1.5: SQL Database support. Originally, vCloud Director was only supported on Oracle databases, which may have been a big influence into it's lack of early adoption. I have written an article called Installing vCloud Director 1.5 With SQL Server 2008 that details the steps to install vCloud Director using SQL Server. Some design considerations to take into account now is your SQL Database VM Sizing and perhaps having multiple SQL VMs. There are many components in a vCloud Design that utilize a SQL database: vCloud Director, vCenter(s), VUM(s), Chargeback(s), vCenter Orchestrator, and more. The size of your VM is now greatly effected if you have all these databases living on a single VM. Of course it can be done, but there is also the possibility to split it out into multiple VMs. A constraint to keep in mind for running vCloud on SQL or Oracle is cross-compatibility if you ever decide to switch. Moving from Oracle to SQL isn't an easy process as indicated in a 167 page document. VMware recommends a 4vCPU VM, 16GB of RAM and 100GB of Storage.
|
|
Last Updated on Friday, 19 October 2012 16:52 |
|
Read more... [vCloud Director 1.5 Features That Affect Limitation and Design]
|
|
Top 10 Free VMware vSphere Tools and Utilities for 2011 |
|
|
|
Written by Kendrick Coleman
|
|
Wednesday, 31 August 2011 12:20 |
|
One of my most popular articles has been Top 10 Free vSphere ESX Tools and Utilities. This list is all comprised of tools that can be found on A List of FREE VMware vSphere Tools. The old list was getting kind of stale because there are alot of new cool free utilities out there, especially those that didn't get put in from the VMware Labs.
This year, David Davis and I are doing our encore presentation at VMworld for Top 10 Free Tools For VMware vSphere of 2011. If you want to download the presentation with highlights of video demos, you can do so here... CIM1940 Presentation (warning, its 105mb!!). Time wasn't on my side this year to complete a matrix to be able to rank free tools based on a point scaling. These tools, in my opinion, are the best of what 2011 has had to offer. I have also gone through and done testing of whether or not it works with vSphere 5. The tools aren't ranked in any particular order.
Without further ado...
|
|
Last Updated on Friday, 19 October 2012 16:21 |
|
Read more... [Top 10 Free VMware vSphere Tools and Utilities for 2011]
|
|
|
vCloud Director 1.5 Native Port Group Change from Ephemeral to Static |
|
|
|
Written by Kendrick Coleman
|
|
Monday, 17 October 2011 10:51 |
|
I have to say thanks to my friends Chris Colotti and Dave Hill verifying this for me. I'm currently in the middle of writing a blog post on vCloud Director networking that will talk about the creation and installation of networking components and found this little tidbit of information.
To understand what I'm talking about, you need to know what the difference is between a static portgroup and an ephemeral portgroup on a vNetwork Distributed Switch. These definitions are taken from KB Article: 1010593:
- Static Static Binding (Default): means that the dvPort is assigned to the virtual machine at configuration time. When all the ports are booked by virtual machines, it is not possible to connect to any more virtual machines, regardless of whether the connected virtual machines are powered up or not, and an error message is displayed.
- Dynamic Dynamic Binding (being deprecated): means that the dvPort is assigned at the moment of powering the virtual machine up. This option allows for over committing the number of dvPorts.
- None (Ephemeral ports): (Ephemeral Ports or No Binding) this behavior resembles the behavior in the standard vSwitch. If you select this option, the number of ports are automatically set to 0, and the Portgroup allocates one port for each connected virtual machine, up to the maximum number of ports available in the Switch.
In vCloud Director 1.0.X, any port groups that were created by vCD were given an ephemeral setting. The reason for setting it as ephemeral was to make sure that the creation and destruction of VMs didn't waste unused ports on a the vNetwork Distributed Switch. Thereby giving vCloud Director the safety net and availability to not worry about capping the dvSwitch's maximum setting or having to worry about setting the static port totals.
|
|
Last Updated on Monday, 17 October 2011 13:10 |
|
Read more... [vCloud Director 1.5 Native Port Group Change from Ephemeral to Static]
|
|
VMware vSphere 5 Host NIC Network Design Layout and Configuration |
|
|
|
Written by Kendrick Coleman
|
|
Thursday, 29 September 2011 16:20 |
|
THIS HAS BEEN UPDATED. PLEASE VISIT VMware vSphere 5 Host NIC Network Design Layout and vSwitch Configuration [Major Update]
As vSphere has progressed, my current 6, 10, and 12 NIC designs have slowly depreciated. In an effort to update these to VMware vSphere 5, I took the 2 most popular configurations of 6 and 10 NICs and updated the Visios to make them a bit more pretty. I also don't know how much longer these will be necessary as the industry moves forward with 10GbE as a standard.
The assumption of these physical NIC designs is that these hosts are going to be configured with Enterprise Plus Licensing so all the vSphere features can be used. I didn't create a bunch of different designs as before because ideally you would want to stick with a simple design that meets a bunch of criteria for most people. In addition, I have updated these configs for performing multi-pathing for iSCSI and removing the use of etherchannel configurations because those were mostly needed on standard vSwitch configurations. I would also recommend to start moving everything over to a vNetwork Distributed Switch configuration because it is the easiest way to standardize across all of your hosts. vSphere 5 implemented a better HA and failed host policy in vSphere 5 so the use of a hybrid solution is fading as well.
Another assumption that has been depicted in every diagram is the physical switch configuration. These configurations can be done via Cisco 3750Gs with cross-stack links so it's viewed as a single switch or a single highly available enterprise switch such as a Cisco 4500 or can be implemented in a vPC configuration of dual Cisco Nexus 5000 or 7000s. The most important thing to keep in mind is that the switches in these configurations are enterprise class and you aren't connecting two switches via LACP because if you are doing that then the load teaming/balancing settings needs be re-configured.
|
|
Last Updated on Friday, 19 October 2012 16:24 |
|
Read more... [VMware vSphere 5 Host NIC Network Design Layout and Configuration]
|
|
vSphere 5 iSCSI Disconnects Setting Virtual Distributed Switch to Jumbo Frames Using Hardware iSCSI Initiator |
|
|
|
Written by Kendrick Coleman
|
|
Tuesday, 13 September 2011 00:59 |
|
OK readers, I've got a task I need help with. My vSphere 5 license keys don't allow me to report bugs to VMware and since I'm running vSphere on my Shuttle Boxes, they would automatically call me out on not being on the HCL. I'm asking for someone with a few minutes and a setup they can break to please test something out.
I'm currently rebuilding my lab from vSphere 5 beta build 384847 to vSphere 5 GA build 469512. vCenter is running GA build 455964. I try to mimic a 10GbE environment by using everything on 2 1GbE NICs sitting on a Virtual Distributed Switch (vDS). The issue rises when setting the MTU on the vDS to anything greater than 1500 MTU. I need to set the vDS to atleast 1524 MTU for a nested vCloud Director environment. When setting the vDS to a number greater than 1500, my iSCSI datastores all disconnect. This setup worked perfectly on vSphere 4.1 and even on vSphere 5 beta. I have a feeling that the issue is with vCenter 455964 and the vDS, but not the actual host itself because the ESXi host running build 384847 was running fine until I had to rebuild my vCenter server. The switch connecting all this is a HP ProCurve that supports Jumbo Frames and is turned on. This is all done using the hardware iSCSI initiator that is baked into my Broadcom BCM5709 NICs. So only test this if you have NICs that are capable of doing iSCSI and not utilizing the Software iSCSI Inititor provided by VMware.
|
|
Last Updated on Friday, 19 October 2012 16:58 |
|
Read more... [vSphere 5 iSCSI Disconnects Setting Virtual Distributed Switch to Jumbo Frames Using Hardware iSCSI Initiator]
|
|
VCE Launches AlwaysOn Point of Care - Only HA VDI Solution From VMware |
|
|
|
Written by Kendrick Coleman
|
|
Wednesday, 24 August 2011 14:45 |
|
VCE is announcing the latest of solutions called the AlwaysOn Point of Care Solution, creating a resilient VDI Deployment with VMware View and Vblock. This will be the ONLY HA solution from VMware once it has been given the VMware-Ready logo which is only a few short days away. This solution is geared towards the expanding market of VDI in healthcare related deployments for a desktop anywhere approach even though this will work in many different scenarios. More documents will be coming out next week at VMworld, but here is a sneak peek.
AlwaysOn utilizes Imprvata's Single Sign On (OneSign), Cisco's ACE load balancer and VMware View 4.6 with PCoIP all running on Vblock Infrastructure Platforms.
The master image is replicated between Vblocks at multiple sites using VNX storage arrays. The "golden" desktop image uses EMC's Celerra Replicator to asynchronously copy the data between sites giving an automated backup mechanism. The View Administrator can use this method to update the golden image on each site through a manual or scripted procedure. The user data is also replicated between sites for failure protection. EMC's Recoverpoint can also be used if desired. The active-active desktops are access via Imprivata's SSO with the tap of a proximity card at a Wyse thin client terminal. The users session hits a Cisco ACE load balancer to balance out the traffic between sites or will be routed to the site holding the users desktop. The user can tap into another terminal and his/her desktop will move to the new terminal with a 5-8 second delay. In a disaster scenario, Cisco's ACE will re-route all existing and new desktop sessions to a secondary site. This solution has been tested and certified in VCE labs.
|
|
Last Updated on Wednesday, 24 August 2011 14:39 |
|
Read more... [VCE Launches AlwaysOn Point of Care - Only HA VDI Solution From VMware]
|
|