• Skip to site navigation
  • Skip to blog entries
  • Skip to archive page
  • Skip to right sidebar

Entries by Eric Sloof

Eric Sloof - NTPRO.NL

  • NTPRO.NL
  • Online Training
  • VMworld
  • Videos
  • Tools
  • iTunes
  • About

Tuesday, 1 May 2012

vCenter Infrastructure Navigator 1.1 - What's New

VMware vCenter Infrastructure Navigator is an application awareness plug-in to vCenter Server, and provides continuous dependency mapping of applications. Infrastructure Navigator offers application context to the virtual infrastructure administrators to monitor and manage the virtual infrastructure inventory objects and actions. Administrators can use Infrastructure Navigator to understand the impact of change on the virtual environment in their application infrastructure. Infrastructure Navigator helps virtual infrastructure administrators perform the following tasks:

  • Make accurate first-level triage to help either eliminate the problem or associate the problem with the virtual infrastructure when business service users report problems.
  • Assess change impact. Manage and communicate virtual infrastructure issues for critical applications.
  • Understand the application and business impact of changes to the virtual infrastructure on applications.




Continue reading "vCenter Infrastructure Navigator 1.1 - What's New" »
Posted by
Eric Sloof
in vSphere at 11:53 | No comments | No Trackbacks
Bookmark and Share

Thursday, 26 April 2012

Technical Paper - Multipathing Configuration for Software iSCSI Using Port Binding

This paper provides an overview of how to enable vmknicbased software iSCSI multipathing, as well as the procedure by which to verify port binding configuration.

http://www.vmware.com/files/pdf/techpaper/vmware-multipathing-configuration-software-iSCSI-port-binding.pdf




Configuring vmknic-based multipathing for the software iSCSI adapter will help vSphere users enable failover at the path level as well as balance I/O traffic between the paths.
Posted by
Eric Sloof
in White Papers at 20:44 | No comments | No Trackbacks
Bookmark and Share

Technical Paper - Storage Protocol Comparison

The objective of this white paper is to provide information on storage protocols and how they interoperate with  VMware vSphere and related features. Not all supported storage protocols are discussed. Some notable  exceptions are ATA over Ethernet (AoE) and shared/switched SAS. However, the protocols that are included in  this paper are the ones that VMware is most frequently asked to compare.

http://www.vmware.com/files/pdf/techpaper/Storage_Protocol_Comparison.pdf

VMware frequently is asked for guidance regarding the best storage protocol to use with VMware vSphere®. vSphere supports many storage protocols, with no preference given to any one over another. However, many customers still want to know how these protocols stack up against each other and to understand their respective pros and cons.This white paper looks at common storage protocols from a vSphere perspective. It is not intended to delve into performance comparisons, for the following two reasons:

  • The Performance Engineering team at VMware already produces excellent storage performance white papers.
  • Storage protocol performance can vary greatly, depending on the storage array vendor. It therefore does not make sense to compare iSCSI and NFS from one vendor, because another vendor might implement one of those protocols far better.

If you are interested in viewing performance comparisons of storage protocols, the “Conclusion” section of this paper includes links to several such documents.
Posted by
Eric Sloof
in White Papers at 20:43 | No comments | No Trackbacks
Bookmark and Share

Monday, 23 April 2012

RVTools version 3.3 is now available for download

RVTools is a windows .NET 2.0 application which uses the VI SDK to display information about your virtual machines and ESX hosts. Interacting with VirtualCenter 2.5, ESX Server 3.5, ESX Server 3i, ESX Server 4i, VirtualCenter 4.0, ESX Server 4.0, VirtualCenter 4.1, ESX Server 4.1, VirtualCenter 5.0, VirtualCenter Appliance or ESX Server 5 RVTools is able to list information about VMs, CPU, Memory, Disks, Partitions, Network, Floppy drives, CD drives, Snapshots, VMware tools, ESX hosts, HBAs, Nics, Switches, Ports, Distributed Switches, Distributed Ports, Service consoles, VM Kernels, Datastores and health checks. With RVTools you can disconnect the cd-rom or floppy drives from the virtual machines and RVTools is able to update the VMware Tools installed inside each virtual machine to the latest version.


Updated in Version 3.3 (April, 2012)

  • GetWebResponse timeout value changed from 5 minutes to 10 minutes (for very big environments)
  • New tabpage with HBA information
  • On vDatastore tab the definition of the Provisioned MB and In Use MB columns was confusing! This is changed now.
  • RVToolsSendMail accepts now multiple recipients (semicolon is used as separator)
  • Folder information of VMs and Templates are now visible on vInfo tabpage
  • Bugfix: data in comboboxes on filter form are now sorted
  • Bugfix: Problem with api version 2.5.0 solved
  • Bugfix: Improved exception handling on vCPU tab.
  • Bugfix: Improved exception handling on vDatastore tab.

Kudos to fellow vExpert Rob de Veij - get your laters copy here http://www.robware.net
Posted by
Eric Sloof
in Tools at 21:32 | No comments | No Trackbacks
Bookmark and Share

Geoff White has released the esxplot 1.5 ALPHA code

esxplot is a GUI application that lets you explore the data collected by esxtop in batch mode. The program takes a single command line argument which is the esxtop batch mode output file. You can also simply start esxplot without any arguments, and enter a dataset file via the File attribute of the menu bar. Esxplot loads the data in this file and presents the metrics as a hierarchical tree where the values are selectable in the left panel. In the right panel, a graph is plotted (value over time) of the selected metric, in this way, you can “browse” the contents of these somewhat unwieldy files.



Geoff White over at durganetworks has Forked esxplot 1.0, watch github for improvements in performance, stability and features. Currently the esxplot 1.5 ALPHA code is available for download.

Hi Everyone,

Eric, I want to thank you for alerting the community to the fork. The current code base has been reworked under the hood a bit to allow for actual continued development which was difficult with the original, single file version. The forked code is not packaged for the "end user", there isn't an installable package for windows or even an egg or easy install just yet.

What I would like interested parties to do for now is to follow the repository, and try it out when you hear of a feature that you think you would be interested in. I also need folks to test this out on vSphere 5. I've seen an elusive behavior with the 1.0 version where it seemed that data was being reported in a 'skewed' fashion which, if it's a bug in esxplot, it would be somewhat serious.

The problem is that I've observed it on a single vSphere 5 host, and then when I changed the state of the host, (powered off a VM) the problem disappeared. I've added extra debugging code into this fork to try and log any bad data being read in (the 1.0 version would just silently ignore it) to try and catch this.  If anyone has seen this using the 1.0 version, please report it to me so we can get to the bottom of this. I need to isolate if this is a bug in esxplot or a bug in the way esxtop is writing the csv in batch mode. So the number one priority for me right now is to get to the bottom of the possible bug.

The number two priority is to fix the way the metric selection works so that it is easier to navigate and so that start-up time  and response time will decrease with large data sets (> 150 MB).  This work should also allow users to load larger data sets without the program becoming unresponsive. The number three priority is the WHERE clause that I've been alluding to in the past which will allow some limited visibility into the actual data when you are pruning the result set with a search query.  You can read about it in the repository wiki. This is also a good time to put in feature requests.  For now, you can go over to the github repository and add an issue.

I am not going to move away from wxPython for the 1.x release but I am entertaining a new GUI model for the 2.x version, what i'm currently looking at is jPlot/JQuery and/or QT5.  I'm glad the program has been useful to folks over the years, my apologies for not updating it sooner, but this was not a primary job function (still isn't :-) but a labor of necessity and love.

Cheers,

Geoff White 

Posted by
Eric Sloof
in Tools at 10:53 | 1 Comment | No Trackbacks
Bookmark and Share

Friday, 20 April 2012

Load balancing vCloud Director multi-cell with the Kemp Loadmaster



In general, VMware recommends that the number of vCloud Director cell instances = n + 1, where n is the number of vCenter Server instances providing compute resources for cloud consumption. Based on the Service Definition, two vCloud Director cell instances should be sufficient and allow for upgradability (upgrading one vCloud Director cell, then the other) and high availability.

It is important for vCloud Director to be able to spread and run services in case of hardware failures and load balance them on available cells as best as it can. This article describes how the Kemp Loadmaster is able to balance client connections to the vCloud Director portal and ensures a highly available multi cell deployment by monitoring services an response times.

The Console Proxy and web portal are running on every cell and are stateless. All instances are capable of doing work so failure of any one component does not affect user requests as they are redirected by the load balancer. In a one-armed configuration, the Virtual Servers and the VDC cells are configured on the same subnet. The LoadMaster connects to the Layer 2 network through a single interface, eth0. This architecture covers load balancing of multiple vCloud Director sells within the same site. 

The Loadmaster service should be configured to check the health and response time of the individual vCloud Director cells. Since each cell responds via HTTPS, this can be configured quickly via the IP and API end point URL. Generally services are checked every few-30 seconds based on load. A good starting point is 5 seconds. Example GUI URL - https://my.cloud.com/cloud/

Viktor van den Berg over at viktorious.nl has written an extensive article about load balancing vCloud Director cells with pfSense -  vCloud Director Howto: Load balancing with free pfSense

Posted by
Eric Sloof
in vCloud Director at 14:33 | No comments | No Trackbacks
Bookmark and Share

Thursday, 19 April 2012

VMware has released the public draft of the vSphere 5.0 Hardening Guide

When implementing virtualization technology, organizations must ensure that they can continue to maintain a secure environment and meet their compliance obligations. To do so, you will have to evaluate risks that might affect protected information and mitigate those risks through risk-appropriate standards, processes, and best practices.

The draft version of the vSphere 5.0 Hardening Guide provides guidance on how to securely deploy VMware vSphere 5 in a production environment. The focus is on initial configuration of the virtualization infrastructure layer, which covers the following:

  • The virtualization hosts 
  • Configuration of the virtual machine container (NOT hardening of the guest operating system (OS) or any applications running within)
  • Configuration of the virtual networking infrastructure, including the management and storage networks as well as the virtual switch (but NOT security of the virtual machine’s network)
  • VMware vCenter Server, its database and client components

Please provide your feedback in the comments field here.
Posted by
Eric Sloof
in White Papers at 14:12 | No comments | No Trackbacks
Bookmark and Share

Tuesday, 17 April 2012

Now available in Rough Cuts - Managing and Optimizing vSphere Deployments

The Rough Cuts service from Safari Books Online gives you exclusive access to an evolving manuscript that you can read online or download as a PDF and print. A Rough Cuts book is not fully edited or completely formatted, but you'll get access to new versions as they are created.

To make the most of VMware's vSphere 5, IT professionals need knowledge, tips, and insights they'll never find in the manuals - or in any book, until now! In Managing and Optimizing vSphere Deployments, two world-class VMware experts offer start-to-finish lessons for vSphere planning, implementation, operation, management, and troubleshooting: expert insights drawn from their own unsurpassed "in-the-trenches" consulting experience.

Harley Stagner (VCDX,vExpert) and Sean Crookston (VCAP-DCA, VCAP-DCD, vExpert) focus on the most crucial techniques VMware professionals need, providing guidance optimized for the new vSphere 5, and frameworks that will support the evolution of virtual infrastructure for years to come. They present scenarios and case studies drawn from real-world data, addressing areas ranging from sizing and performance to redundancy, coverage includes: 

  • Smoothly integrating vSphere 5 into current environments and considerations 
  • Overcoming roadblocks to 100% virtualization 
  • Establishing a more stable infrastructure 
  • Choosing hardware and making optimal configuration decisions 
  • Automating tasks with PowerCLI, Host Profiles, and Auto Deploy 
  • Maximizing availability with Distributed Resource Scheduler, Networking Redundancy, and Fault Tolerance 
  • Efficiently managing updates, patches, and upgrades * Monitoring vSphere 5 with tools provided by VMware and its community 
  • Planning for growth, and much more.

http://my.safaribooksonline.com/9780132947183?portal=pearsonitcertification
Posted by
Eric Sloof
in Books at 15:51 | No comments | No Trackbacks
Bookmark and Share

New Training Course - VMware vCloud: Design Best Practices

VMware is working on a new vCloud Design Best Practices training course, it's still in beta but will be released somewhere around next month. This new course is designed to guide students through the decision points and policy choices available for designing and implementing a VMware vCloud environment. Students will learn to appreciate the effects of design choices in vSphere, vCloud Director, Chargeback, and the vShield Edge capability that is included with vCloud Director. The course culminates in a comprehensive workshop on VMware cloud design. By the end of the course, you should have an understanding of the VMware cloud and be able to do the following:

  • Evaluate and design a multitenant environment to address both private cloud and public cloud customer needs.
  • Configure vCloud providers that can accommodate heterogeneous server, storage, and network resources.
  • Design a network infrastructure optimized for vCloud.
  • Integrate vCloud Director security with existing LDAP systems and design appropriate security hierarchies with security roles.
  • Design a vCenter Chargeback implementation.

Posted by
Eric Sloof
in vCloud Director at 13:58 | No comments | No Trackbacks
Bookmark and Share

Monday, 16 April 2012

Technical Paper - Integrating VMware View and VMware ThinApp with Citrix XenApp

If you have a Citrix XenApp implementation and are making a decision about taking further steps with virtualization, this discussion is for you. You probably already use VMware vSphere to virtualize your servers, including your XenApp Servers. The next steps would be to virtualize applications and desktops. If you like the concept and performance of XenApp application presentation, you can expand that functionality by adding View and ThinApp to the mix. 

This solution preserves the investment you have made in time and money in the XenApp implementation. Your staff expertise in successfully running XenApp will continue to be useful in this combined implementation. Furthermore, the expertise you have accumulated in running a vSphere environment will be leveraged with a View and ThinApp implementation.

This paper describes the strengths and flexibility of VMware View virtual desktops and VMware ThinApp virtual applications, and how they can be used to enhance Citrix XenApp application presentation. If you already have a XenApp implementation, you can greatly enhance it by adding ThinApp and View to the environment.

Implementing View and ThinApp are the first steps toward embracing the next-generation technologies to access your data, your desktops, and your applications from the cloud. VMware’s vision for End User Computing in the cloud starts with virtualizing the applications and desktops that you use today and extends to include a secure catalog of data, desktops, and applications from many sources, with access from any mobile device.

http://www.vmware.com/files/pdf/Citrix-XenApp-VMware-View-ThinApp.pdf
Posted by
Eric Sloof
in White Papers at 21:28 | No comments | No Trackbacks
Bookmark and Share

Sunday, 15 April 2012

Video - vCloud Director Active? Don't Disable DRS!


The cloud consumer resources are dedicated vCenter clusters that host cloud workloads. These resources are carved up by vCloud Director in the form of one or more provider virtual datacenters, which is a vCenter cluster, and one or more attached datastores. Networking for the resource group will encompass vSphere networks visible to the hosts in that cluster. Provider virtual datacenters are further carved up into organization virtual datacenters, which are backed by vCenter resource pools. If you disable Distributed Resource Scheduling (DRS) on vCenter Clusters level you will lose all resource pools and you’re not able to deploy or power on vApps anymore.  This video will show you such a situation, don’t try this at home. 

Posted by
Eric Sloof
in vCloud Director at 20:30 | No comments | No Trackbacks
Bookmark and Share

Friday, 13 April 2012

vCenter Operations 5 - Level 300 training

My virtualization friend Bas Vinken pointed me to a real great vCenter Operations 5 presentation created by Iwan ‘e1’ Rahabok (virtual-red-dot.blogspot.com) who's working as a VMware staff SE, Strategic Accounts in Singapore. It's available for download in PowerPoint format and I really would like to advise you to read the slide notes (they're awesome). The presentation serves 2 purposes, first it provides in-depth training for those who are learning or evaluating vCenter Operations 5 and second it provides materials that vCenter Ops champion can use to share with internal colleagues (e.g. storage team, app team, etc).

Posted by
Eric Sloof
in Training at 22:11 | 1 Comment | No Trackbacks
Bookmark and Share

Thursday, 12 April 2012

vCloud networking explained in 1 slide and 52 animations


In this video you will learn how a vCloud Director network is constructed. The PowerPoint presentation "vCloud networking explained in 1 slide and 52 animations" is created by fellow VCI over at Tuukka Korhonen (itvirtuoosit.fi).

Port group backed network pools require preconfigured set of port groups either on a vNetwork distributed switch or on a standard vSwitch and port groups must be available on each ESX/ESXi host in the cluster. They need to be imported into vCloud Director when creating this network pool. This network pool is used in circumstances where vCenter cannot programmatically create port groups on the fly. Other scenarios when you want to use this network pool is when do not have vNetwork Distributed switches and want to use the Standard switch or when you want to use the Nexus 1000v switches. The port groups must be isolated at the layer 2 level from all other port groups. The port groups must be physically isolated or must be isolated using VLAN tags. Failure to properly isolate the port groups can cause a disruption on the network.

Unlike other types of network pools, a network pool that is backed by port groups does not require a vNetwork distributed switch and this is the only type of network pool that works with Cisco Nexus 1000V virtual switches. A network pool is backed by vSphere network resources such as VLAN IDs, port groups, or cloud isolated networks. Network traffic on each network in a pool is isolated at layer 2 from all other networks. Each organization vDC in vCloud Director can have one network pool. Meaning each Organization vDC can only be assigned to only one network pool. Multiple organization vDCs can share the same network pool but make sure that networks in the pool are isolated. Only system administrators can create and manage network pools. 

vApp networks are used for connectivity of virtual machines within a vApp. A vApp can be connected to a vApp specific network or to an organization network. A vApp network isolates the virtual machines in that vApp from everything else; in that way, it is like an internal organization network, but is only used by that vApp. You can connect vApps to organization network to allow them to communicate with other vApps in that organization. When you connect a vApp to an organization network, determine whether you want a fence or direct connection. Fenced will allow you to have identical virtual machines to connect to organization networks without worrying about IP and MAC address conflicts. You can also have additional firewall rules added to protect virtual machines in the vApp. While direct connection will allow you to directly connect the vApp to the organization network.
Posted by
Eric Sloof
in vCloud Director at 08:35 | 3 Comments | No Trackbacks
Bookmark and Share

Wednesday, 11 April 2012

VMware vSphere 5 Memory Management and Monitoring diagram



The VMware vSphere 5 Memory Management and Monitoring diagram provides a comprehensive look into the ESXi memory management mechanisms and reclamation methods. This diagram also provides the relevant monitoring components in vCenter Server and the troubleshooting tools like ESXTOP. Source KB: 2017642 kudos to Hany Michael
Posted by
Eric Sloof
in vSphere 5 at 12:46 | 1 Comment | No Trackbacks
Bookmark and Share

Saturday, 7 April 2012

Technical Whitepaper - Creating a foundation for Oracle as a Service

Migrating from a physical Data Center to a virtual Data Center creates challenges in terms of determining the best practices for deploying virtualized Oracle databases. This white paper illustrates EMC IT's framework for deploying virtualized Oracle databases. EMC IT's Oracle virtual deployment models are the foundation for the "as-a-Service" cloud deployment model.

EMC IT's Virtual Oracle Deployment Framework
Posted by
Eric Sloof
in White Papers at 21:13 | No comments | No Trackbacks
Bookmark and Share

Friday, 6 April 2012

New Book - VMware Cookbook: A Real-World Guide to Effective VMware Use

If you want to gain insight into the real-world uses of VMware ESXi, this cookbook provides scores of step-by-step solutions for working with this product in a wide range of network environments. You'll not only learn the basics—how to pool resources from hardware servers, computer clusters, networks, and storage, and then distribute them among virtual machines—but also the stumbling blocks you'll encounter when you monitor systems, troubleshoot problems, and deal with security.

Written by experts with experience using VMware in a production environment, VMware Cookbook shares tips and tricks earned through trial and error, and supplies the background information you need to apply them.

  • Follow best practices for installing VMware and vSphere in your environment
  • Discover how to secure and monitor your network
  • Understand disk, SSD, and SAN storage implementation and configuration
  • Get solutions for using vCloud Director and vShield
  • Configure logical and physical networks
  • Learn how to clone and migrate servers
  • Gain valuable tips for configuration and fine-tuning
  • Use the distributed resource scheduler, shares, and resource pools to learn resource management

This title has not yet been released. Release date: June 22, 2012
Posted by
Eric Sloof
in Books at 21:24 | No comments | No Trackbacks
Bookmark and Share
previous pageprevious page (Page 2 of 124, totaling 1977 entries) next pagenext page


Twitter RSS FeedLinkedIn

www.hetesambal.nl

New Veeam Webinar: Discover game changing replication for vSphere VMs! Register now >>



Recent Entries

vCenter Infrastructure Navigator 1.1 - What's New
Tuesday, May 1 2012
Technical Paper - Multipathing Configuration for Software iSCSI Using Port Binding
Thursday, April 26 2012
Technical Paper - Storage Protocol Comparison
Thursday, April 26 2012
RVTools version 3.3 is now available for download
Monday, April 23 2012
Geoff White has released the esxplot 1.5 ALPHA code
Monday, April 23 2012
Load balancing vCloud Director multi-cell with the Kemp Loadmaster
Friday, April 20 2012
VMware has released the public draft of the vSphere 5.0 Hardening Guide
Thursday, April 19 2012
Now available in Rough Cuts - Managing and Optimizing vSphere Deployments
Tuesday, April 17 2012
New Training Course - VMware vCloud: Design Best Practices
Tuesday, April 17 2012
Technical Paper - Integrating VMware View and VMware ThinApp with Citrix XenApp
Monday, April 16 2012

Archive

  • May 2012 (17)
  • April 2012 (17)
  • March 2012 (27)
  • February 2012 (22)
  • January 2012 (22)
  • December 2011 (21)
  • November 2011 (24)
  • October 2011 (27)
  • September 2011 (26)
  • August 2011 (35)
  • July 2011 (25)
  • June 2011 (15)
  • May 2011 (20)
  • April 2011 (22)
  • March 2011 (23)
  • February 2011 (18)
  • January 2011 (13)
  • December 2010 (23)
  • November 2010 (18)
  • October 2010 (31)
  • September 2010 (22)
  • August 2010 (23)
  • July 2010 (19)
  • June 2010 (19)
  • May 2010 (19)
  • April 2010 (20)
  • March 2010 (23)
  • February 2010 (22)
  • January 2010 (30)
  • December 2009 (37)
  • November 2009 (29)
  • October 2009 (27)
  • September 2009 (36)
  • August 2009 (35)
  • July 2009 (35)
  • June 2009 (43)
  • May 2009 (35)
  • April 2009 (56)
  • March 2009 (51)
  • February 2009 (69)
  • January 2009 (69)
  • December 2008 (60)
  • November 2008 (56)
  • October 2008 (49)
  • September 2008 (63)
  • August 2008 (44)
  • July 2008 (54)
  • June 2008 (26)
  • May 2008 (34)
  • April 2008 (27)
  • March 2008 (38)
  • February 2008 (29)
  • January 2008 (35)
  • December 2007 (24)
  • November 2007 (23)
  • October 2007 (20)
  • September 2007 (54)
  • August 2007 (15)
  • July 2007 (22)
  • June 2007 (13)
  • Recent...
  • Older...
Based on the s9y Bulletproof template framework
Powered by s9y – Template by Bulletproof development team.
  • NTPRO.NL
  • Online Training
  • VMworld
  • Videos
  • Tools
  • iTunes
  • About