Site Stats


Visits today: 4

Total Visits: 6462, since: December 6, 2011

Archives

Cas Josselet

Cas Josselet

Some companies are different

On the hunt for some articles about IOPS and XenApps I notice something particular on the Citrix web site. Check it out, follow this link. Do you notice it to!
Citrix Logo

When having an issue most of engineers and administrators first Google for hours then read the FAQ. While most companies force you to first read the FAQ, search a forum and then somewhere hidden in the small print is a link to submit a support call. Now to Citrix it is obvious, that is normal professional work ethic. It seems they know how issues are treated by engineers and administrators. The thing I notices was right in the middle of the page “Open a support case” no hidden text, just out there. WOW. Now that is called helping out.

EMC Warning, Don’t Panic

We have been experiencing performance (read) issues with a VNXe 3300 since December 2, 2011. EMC came with a hot-fix last Tuesday and an community announcement.


Be Aware

“Please contact EMC Technical Support if you have questions or require assistance specific to v2.1 Service Pack 3 (code version 2.1.3.15800). If your VNXe system has been upgraded to code version 2.1.3.15800 and is experiencing a problem EMC recommends you contact EMC Technical Support. We are aware of specific problems that affect certain situations. Technical Support can assist in working with Engineering to confirm the status. A hotfix is being made available to address immediate problem with revision of Service Pack planned in the next few weeks to also include the fix.



You can contact VNXe Technical Support via Live Chat from Unisphere directly or the VNXe Product Page online via emc.com/vnxesupport.

The VNXe Operating Environment image and release notes v2.1 Service Pack 2 (code version 2.1.2.15342) is available for download in the short term for anyone wishing to upgrade from a previous version. We apologize if this causes any inconvenience.



Issue could be significant loss of read performance. A hot-fix will be available. Please be aware that this is only with VNXe Operating Environment v2.1 Service Pack 3 under specific conditions.

Cudos to VMware Support

Go Que and VMware perfect teamI had some issues with a Free VMware product (Capacity Planner). Something to do with only 11 out of 51 systems showing up. Usually with free products there is very limited support. This was one of the rare moments where all went well. The issue is being worked on and I am awaiting a resolution. But I contacted our VMware Representative, she created a free support contract 5×13 to log special issues. Initial feedback from the support system was “contact before 13-12-2011 8:59″ witch is fine since this issue has a low severity (well, only my Assessment production was down, but the deadline is still far away). With in 20 minutes of submitting the issue I was contacted and the case is being worked on! Great job guys!!

test 2

test 2

First one external!

Twitter and Facebook enabled

Working hard to enable Twitter and Facebook updates!

Now I have booked some succes with this great plug-in!! Social. Thanks for this great tool. Simple configuration enter your credentials and api keys and presto up and running.

VMWare still going strong

If search results say anything about popularity then VMWare ESX is still the number one virtualisation platform, by a mile!
 
Here are the top searches per product

 

 

 

 

 
The following graph shows a ratio of search quantities.
 

Block vs file for Hyper-V and VMware storage: Which is better?

Block vs file for Hyper-V and VMware storage: Which is better?

via Block vs file for Hyper-V and VMware storage: Which is better?.

Original: Chris Evans, Contributor, SearchStorage.co.uk

 

When it comes to Hyper-V and VMware storage, which is better: block- or file-based access? The rate of adoption of server virtualisation has accelerated over recent years, and virtual server workloads now encompass many production applications, including Tier 1 applications such as databases.

For that reason it is now more important than ever that Hyper-V and VMware storage is well-matched to requirements of the environment. In this article we will discuss the basic requirements for Hyper-V and VMware storage and examine the key question of block vs file storage in such deployments.

Basic requirements for storage in virtual server environments

When selecting storage for virtual server environments, a basic set of requirements must be met, irrespective of the hypervisor or the storage protocol. These include:

  • Shared access. Storage connected to hypervisors typically needs to provide access shared among hypervisor hosts. This enables redundant and high-availability configurations. Where shared storage is implemented for multiple hypervisors, guests can be load-balanced across the servers for performance and availability in the event of a server failure.
  • Scalability. Virtual server environments can include hundreds of virtual machines. This means any storage solution needs to be scalable to cater for the large volume of data virtual guests create. In addition, scalability is required for shared connectivity, providing for multiple hosts with multiple redundant connections.
  • High availability. Virtual server environments can contain hundreds of virtual servers or desktops. This represents a concentration of risk requiring high availability from the storage array. Availability can be quantified in terms of array uptime but also of components that connect the server to the array, such as network or Fibre Channel switching.
  • Performance. Virtual environments create a different performance profile for I/O than that of individual servers. Typically, I/O is random in nature, but certain tasks, such as backup and guest cloning, can result in high sequential I/O demands.

Protocol choice: Block vs file?

Virtual servers can be deployed either to direct-attached storage (DAS) or networked storage (NAS or SAN). DAS does not provide the shared access required of highly available virtual clusters because it is physically associated with a single virtual server. Enterprise-class solutions, therefore, use networked storage and this means protocols such as NFS, CIFS, iSCSI, Fibre Channel and Fibre Channel over Ethernet (FCoE).

File-level access: NAS

Network-attached storage encompasses the NFS and CIFS protocols and refers specifically to the use of file-based storage to store virtual guests. VMware ESXi supports only NFS for file-level access; Hyper-V supports only CIFS for file access. This difference is perhaps explained by the fact that CIFS was developed by Microsoft from Server Message Block(SMB) and NFS was originally developed by Sun Microsystems for its Solaris operating system — both Solaris and ESXi are Unix variants.

For VMware, NFS is a good choice of protocol as it provides a number of distinct benefits.

  • Virtual machines are stored in directories on NFS shares, making them easy to access without using the hypervisor. This is useful for taking virtual machine backups or cloning an individual virtual guest. VMware configuration files can also be directly created or edited.
  • Virtual storage can easily be shared among multiple virtual servers; VMware uses a locking file on the share to ensure integrity in a clustered environment.
  • No extra server hardware is required to access NFS shares, which can be achieved over standard network interface cards (NICs).
  • Virtual guests can be thinly provisioned, if the underlying storage hardware supports it.
  • Network shares can be expanded dynamically, if the storage filer supports it, without any impact on ESXi.

There are, however, some disadvantages when using NFS with VMware.

  • Scalability is limited to eight NFS shares per VMware host (this can be expanded to 64 but also requires TCP/IP heap size to be increased).
  • Although these NFS shares can scale to the maximum size permitted by the storage filer, the share is typically created from one group of disks with one performance characteristic; therefore, all guests on the share will experience the same I/O performance profile.
  • NFS does not support multipathing, and so high availability needs to be managed at the physical network layer with bonded networks on ESXi and virtual interfaces on the storage array — if it supports it.

For Hyper-V, CIFS allows virtual machines (stored as virtual hard disk, or VHD, files) to be stored and accessed on CIFS shares specified by a Uniform Naming Convention (UNC) or a share mapped to a drive letter. While this provides a certain degree of flexibility in storing virtual machines on Windows file servers, CIFS is an inefficient protocol for the block-based access required by Hyper-V and not a good choice. It is disappointing to note that Microsoft currently doesn’t support Hyper-V guests on NFS shares. This seems like a glaring omission.

Block-level access: Fibre Channel and iSCSI

Block protocols include iSCSI, Fibre Channel and FCoE. Fibre Channel and FCoE are delivered over dedicated host adapter cards (HBAs and CNAs, respectively). iSCSI can be delivered over standard NICs or using dedicated TOE (TCP/IP Offload Engine) HBAs. For both VMware and Hyper-V, the use of Fibre Channel or FCoE means additional cost for dedicated storage networking hardware. iSCSI doesn’t explicitly require additional hardware but customers may find it necessary to gain better performance.

VMware supports all three block storage protocols. In each case, storage is presented to the VMware host as a LUN. Block storage has the following advantages.

  • Each LUN is formatted with Virtual Machine File System, or VMFS, which is specifically written for storing virtual machines.
  • VMware supports multipath I/O for iSCSI and Fibre Channel/FCoE.
  • Block protocols support hardware acceleration through vStorage APIs for Array Integration (VAAI). These hardware-based instructions improve the performance of data migration and locking to increase throughput and scalability.
  • ESXi 4.x supports “boot from SAN” for all protocols, enabling stateless deployments.
  • SAN environments can use RDM (Raw Device Mapping), which enables virtual guests to write non-standard SCSI commands to LUNs on the storage array. This feature is useful on management servers.

For VMware, there are some disadvantages to using block storage.

  • VMFS is proprietary to VMware, and data on a VMFS LUN can be accessed only through the hypervisor. This process is cumbersome and slow.
  • Replication of SAN storage usually occurs at the LUN level; therefore, replicating a single VMware host is more complex and wasteful in resources where multiple guests exist on the same VMFS LUN.
  • iSCSI traffic cannot be encrypted and so passes across the network in plain view.
  • iSCSI security is limited to CHAP (Challenge Handshake Protocol), which isn’t centralised and has to be managed through the storage array and/or VMware host. In large deployments this may be a significant overhead in management.

Hyper-V is deployed either as part of Windows Server 2008 or as Windows Hyper-V Server 2008, both of which are Windows Server variants. Therefore virtual guests gain all the benefits of the underlying operating system, including multipathing support. Individual virtual machines are stored as VHD files on LUNs mapped to drive letters or Windows mount points, making them easy to back up or clone.

Summary

NFS storage is suitable only for VMware deployments and is not supported by Hyper-V. Typically, NAS filers are cheaper to deploy than Fibre Channel arrays, and NFS provides better out-of-band access to guest files without the need to use the hypervisor. In the past NFS had been used widely for supporting data like ISO installation files, but today it has wider deployments where the array architecture supports the random I/O nature of virtual workloads.

CIFS storage is supported by Hyper-V but is probably best avoided in preference of iSCSI, even in test environments; Microsoft has now made its iSCSI Software Target freely available.

Block-based storage works well on both virtualisation platforms but can require additional hardware. Directly accessing data is an issue for iSCSI/Fibre Channel/FCoE, making data cloning and backup more complex.

Overall, the choice of platform should be considered against your requirements. There are clearly pros and cons with either a file- or block-based approach, each of which can coexist in the same infrastructure. There’s no doubt that both will find homes with server virtualisation for many years to come.

V3 Solution Overview

Solution Overview

Download PDF

Traditional Virtual Desktop Infrastructure (VDI), which has been around for several years, has always provided many benefits including centralized management, lower operating expenses, greater security, computing availability, and efficient application deployment. However, faster performance has always been conspicuously absent from the list. Today, V3’s optimized architecture makes it possible to add performance to that list.

Increased Performance

V3 Systems provides the fastest virtual desktops in the industry. Using a superior approach to VDI architecture, V3 Systems has overcome problems of slow performance and poor user experience. We use PCIe-based solid state as our V3-certified storage, which provides faster access time for working data, and lower context switching, which minimizes unnecessary CPU usage when switching between applications. And by keeping working memory (OS and Temp files) closer to the CPU, we minimize access latency, while providing optimal use of local storage, and only leverage expensive shared storage (SANs and NAS) for persistent (user) data.

What does this mean for you? Faster performance means a better experience for the end users, as our V3 virtual desktops can match, and even exceed, the speed of high-performance physical desktops.
However, in addition to Performance, there are two other pieces required for successful VDI: Manageability and Scalability.

Improved Manageability

Current virtual desktop management is performed by a combination of SAN, networking, and core infrastructure administrators, which is unnecessarily complicated and expensive because of the large number of people involved. More importantly, it leaves desktop administrators completely out of the equation. V3’s simplified VDI architecture returns desktop control back to the desktop administrator, where it belongs.

V3 Optimized Technologies

The V3 Optimized TechnologiesTM are a set of innovative software features that manage as well as enable the V3 Appliance to deliver replacement grade virtual desktops. Utilizing this set of technologies and configuring the OS/hypervisor layers accordingly, system utilization is fully optimized yielding previously unobtainable performance and system efficiency.

The V3 Optimized Technology stack includes V3 Certified StorageTM, the V3 Local Storage Management (LSM) FrameworkTM, and the Local V3 ManagerTM. The V3 Certified Storage utilizes best-of-breed Solid State technology and configures it optimally using best practices for local storage of the V3 Appliances.

V3 certifies the storage and builds the communications framework with its V3 Local Storage Management Framework.The V3 LSM leverages best practices to bridge optimized two-way communications between the V3 Certified Storage and the managers located on the appliances, as well as across networks.

The V3 Manager monitors, manages, and optimizes the V3 Certified Storage for optimal configuration and reporting. Health and Performance are reported and delivered either to V3’s Local Management interface, or to VMware’s vCenterTM via a plugin.

Improved Scalability

Because V3 Appliance density is so high, it results in lower sprawl, reduced energy consumption and cooling costs, more efficient machines and fewer of them due to server consolidation. This higher-density per desktop results in lower total cost of ownership as well.

Lowered Total Cost of Ownership (TCO)

Your cost benefits are derived from the way V3 implements VDI. By replacing high-density disk arrays with more cost-efficient V3 Appliances, operational costs are lowered. And depending on the type of desktops you are replacing, V3’s solution can provide you with maximum savings when you replace higher-cost PCs with V3’s desktop replacement grade virtualization.

V3 Systems’ Appliances are currently available in the following configurations for either VMware® View or Citrix® XenDesktop™:

First look at the vSphere 5 Client | TechRepublic

First look at the vSphere 5 Client

October 24, 2011, 5:30 AM PDT

Takeaway: VMware vExpert Rick Vanover takes a quick look at the vSphere Client for vSphere 5.

If you haven’t heard, vSphere 5 is out and brings a lot of features to VMware virtual environments. While the changes may seem quite staggering, luckily the interface to the vSphere Client is effectively unchanged.

First of all, it will be quite easy for you to run the vSphere Client that came with the general availability of vSphere 5 and still access any vSphere 4 environments. This is critical as there may be staged upgrades and we still may need to support both environments. Figure A shows the vSphere Client after I’ve logged into it:

Figure A

The interface looks entirely familiar, with the only visible difference being how datastores are displayed as being Non-SSD on the properties of a host. The main changes with the interface, of course, come with provisioning objects such as datastores and virtual machines.

Specifically, with provisioning virtual machines, the option to provision a virtual machine at hardware version 4 is removed. The standard hardware version for vSphere 5 is version 8. This is fine for new builds, but we surely will have a mix of version 7 and 8 virtual machines out there for a while. Further, all hardware version 4 virtual machines should be upgraded. I’m not sure of any benefit of retaining them on version 4, and the same goes for any ESX(i) version 3 environments that may still be out there. Figure B shows this important decision in the new virtual machine provisioning process:

Figure B

Another important option with how the virtual machine is provisioned has to do with the virtual processor core and socket assignment. Specifically, it was necessay to tweak the configuration of the virtual machine to deliver a number of sockets and a number of cores within the virtual machine. This is now provisioned directly in the interface, as shown in Figure C:

Figure C

For provisioning storage resources, we have a nice option to format new LUNs as VMFS-3 or VMFS-5. This is important for ensuring you have access for older ESXi systems. VMFS-3 is fully backward- and forward- compatible across ESXi versions and VMFS-3 versions; but this luxury does not exist from VMFS-3 to VMFS-5. VMFS-5 brings a lot of new features, primarily a 16 KB sub-block algorithm, a unified 1 MB block size, and the ability to have LUNs formatted up to 64 TB versus the previous 2 TB limitation. The format screen for a datastore is shown in Figure D from the vSphere Client:

Figure D

The vSphere Client will luckily not throw the current vSphere 4.1 administrators a curve ball, but the new features are there. Do you find the vSphere 5 Client fully straightforward? If not, share your comments below.

Get IT Tips, news, and reviews delivered directly to your inbox by subscribing to TechRepublic’s free newsletters

 

.First look at the vSphere 5 Client | TechRepublic.

CTX130296 – Hotfix XD500MISAWX86001 (Version 5.0.1) – For Citrix XenDesktop 5.0 Machine Identity Service Agent x86 – English – Citrix Knowledge Center

Hotfix XD500MISAWX86001 (Version 5.0.1) - For Citrix XenDesktop 5.0 Machine Identity Service Agent x86 - English

via CTX130296 - Hotfix XD500MISAWX86001 (Version 5.0.1) - For Citrix XenDesktop 5.0 Machine Identity Service Agent x86 - English - Citrix Knowledge Center.

Go Que Newsroom

Categories

FInd us on Facebook

Contact us

Your message was successfully sent.
Thank You!