Reading Time: < 1 minute

Dell today announced it has signed a definitive agreement to acquire Wyse Technology, the global leader in cloud client computing, to significantly extend its desktop virtualization offerings. After the recent AppAssure and SonicWall acquisition is a new move to increase the solutions portfolio: the addition of Wyse will expand Dell’s desktop virtualization capabilities and provide new solutions and services opportunities for the full range of Dell’s enterprise offerings.

Wyse’s assets will add to Dell’s existing desktop virtualization offerings, Desktop Virtualization Solution Simplified and Desktop Virtualization Solution Enterprise, and its recent Desktop as a Service (DaaS) partnership with Desktone.

Could be interesting see what will happen to existing Optiplex FX solution that provide similar features of Wyse solutions.

As the press release notes, the transaction was approved by the board of directors of each company. Additional terms of the transaction were not disclosed. The transaction remains subject to customary conditions and is expected to close in the second quarter of Dell’s FY13.

Reading Time: 2 minutes

As written, VMware has release a week ago the new version of VMware View 5.0.1 (with the new build 640055), as also the new version of vSphere 5.0U1.

Note that the VMware Composer remain the same 2.7.0 (build 481620) of previous version. As report in the VMware View 5.0 Installation Guide (page 10), the VMware Composer is compatible with vSphere 5.0 and later, so it is just a piece that will not need any upgrade.

Actually the View documentation is not changes to reflect the new version, it remain a simple 5.0 version. So the Upgrade Guide can help to perform the upgrade from a major release (see also my post Upgrade path to vSphere 5 – The View 5 part), but not too much for the 5.0 to 5.0.1 upgrade.

Actually I’ve verified different paths and the result remain just the same:

  • upgrade the View Manager part (all the Connection Server)
  • upgrade the View Secure Server (is just a new reinstallation, require a new pairing and will drop all the connection on it)
  • upgrade the vSphere part from 5.0 to 5.0 U1 (and be done also as a first step without issue)
  • upgrade the VMware Tools and then the View Agent on the master images
  • recompose the pools
  • upgrade the other parts

The vCenter Server upgrade does not break any Composer functionally, so you do not really to reinstall or repair his installation.

The only issue that I’ve got was with a Windows XP pool: in this case using the order VMware Tools -> View Agent break some VMware Tools components that become not updated. In right way (to resolve the issue) was first the new View Agent and then the VMware Tools.

Reading Time: 2 minutes

Last week VMware release a complete update of the entire cloud platform, including the new vSphere 5.0 Update 1.

But, compared with the 5.0 version, the new vCenter Server 5.0 U1 has a new feature (of bug, depending of the point of view) that now disable the VM Startup & Shutdown properties for all the host (also old version) in a VMware cluster:

continue reading…

Reading Time: 4 minutes

I’ve read some posts (see in the bottom of this post for the references) and I notice how the  hypervisor comparison and choosing criteria are still a interesting trend and not only a marketing battle between different vendors (and maybe there will be more interest will be on this aspects with the release of Windows Server 8).

But in several cases the comparison is limited to the hypervisor technical characteristics (and I’ve already written something about Hyper-V 3.0, XenServer 6.0 and RHEV 3.0) without considering (except in some cases) that the those are only one of the possible choice criteria.

continue reading…

Reading Time: 3 minutes

Has written in the previous post, Dell EqualLogic Host Integration Tools for Linux 1.1 officially support only a few Linux OS, but it can work fine also on others. Actually the distributions is RPM based, so there is a bigger effor to port it to other distro, like Debian and Ubuntu.

I’ve tried with a updated release of CentOS 6.2 and it works fine, but you will need some packages that may be not installed (and also dkms that is not included in the installation source):

yum install iscsi-initiator-utils libpcap gcc make
rpm -Uhv http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
yum install dkms

At this point you can import the GPG key of EqualLogic packages or simple exclude this check during the installation. To install and configure the MPIO it you can mount the ISO media and follow the User Guide (page 8):

[root@centos62 media]# ./install --nogpgcheck 
======================================================================
Beginning install of HIT/LE
======================================================================
...
======================================================================
Running eqlconfig to perform initial configuration
======================================================================
Configuring MPIO Parameters
======================================================================
Would you like ehcmd to actively manage MPIO and iSCSI sessions (Yes/No) [Yes]? 
Choose addressing protocol (IPv4/IPv6) [IPv4]: 
Found the following subnets for MPIO:
        1.) ...
        2.) ...
        3.) Choose individual NICs
Enter a comma-separated list of subnets that you want to include for MPIO, e.g., 1, 2 or select individual NICs [1, 2]: 2
To change additional parameters for MPIO, use 'rswcli --mpio-parameters'
======================================================================
Configuring ASM Parameters
======================================================================
Failed to enumerate iSCSI discovery portals:  
======================================================================
Running 'eqltune' to check system settings
======================================================================
Checking your Linux system for optimal iSCSI performance
...
Run in verbose mode (eqltune -v) for more details and instructions on how
to adjust your settings.
Run in fix mode (eqltune fix) to automatically repair all Critical issues.
...
======================================================================
Starting MPIO Services
======================================================================
Starting service: ehcmd
Starting service: scsi_reserve_eql
======================================================================
Configuration complete
======================================================================
To run the configuration utility again, use 'eqlconfig'
======================================================================
Installation complete
======================================================================
Bash completion help is now available for most EqualLogic tools.
To take advantage of these, either close and reopen your shell or
run the following command in the current shell:
  . /etc/bash_completion.d/equallogic

Note that the multipathd multipath daemon is not required. Do not run this daemon before configuring multipath devices.

Now you can find your target and login:

iscsiadm -m discoverydb
iscsiadm -m discoverydb -o new -D -t st -p GROUP_IP
ehcmcli login --target TARGET_IQN --portal GROUP_IP:3260
ehcmcli status
Device to mount: /dev/eql/linuxp1

To use the ASM (AutoSnapshot Manager) you must first create a set of credential to access to your group:

[root@centos62 media]# asmcli create group-access --name GROUP_NAME --ip-address GROUP_IP --user-name EQL_USER
Password for user EQL_USER on GROUP_NAME: *********
Successfully created credentials record in file /etc/equallogic/asm-group-access.

In the beta release I’ve got some issue using the grpadmin user. I’ve not yet verified is the issue has been solved in the final release.

At this point you can simple create a smart copy (aka an EqualLogic snapshot) of your mounted filesystem:

[root@centos62 media]# asmcli create smart-copy --source /MOUNT_POINT 
The mount point has been frozen.
Created snapshot linux-2012-03-03-08:22:55.1072.1 on GROUP_NAME
The mount point has been thawed.
Successfully created a Smart Copy from 1 target.

Then the smart copy can be handled as usual.

Reading Time: < 1 minute

After a beta period, the Dell EqualLogic Host Integration Tools for Linux V1.1 has achieved (some days ago) Early Production Access status and is available for download via the standard Dell EqualLogic download site. Note that Early Production Access software is fully supported for production use.

As a reminder, HIT/Linux includes tools that provide tight integration of EqualLogic PS Series arrays with Linux environments for enhanced protection, performance and simplified configuration and administration of EqualLogic PS Series storage arrays.

HIT/Linux 1.1  feature enhancements over the previous release of HIT/Linux 1.0 include the following:

  • Auto-Snapshot Manager/Linux Edition (ASM/LE) for Linux filesystem
  • Expanded Linux distribution support including Red Hat Enterprise Linux (RHEL), CentOS and SUSE Enterprise Linux Server (SLES)
  • Enhanced Host Performance and Configuration Tuning Suite (EQLTUNE)
  • Enhanced installation procedure

Officially the supported OS are: 32- and 64-bit versions of Red Hat Enterprise Linux (RHEL) 5.7, 6.1 and 6.2, SUSE Linux Enterprise Server (SLES) 11 SP1, and CentOS 5.7 (but works also on other Linux distro).

To download the software and the related documentation go to the EqualLogic support page.

Reading Time: < 1 minute

In the previous days there were several updates of VMware software, not only for vSphere 5.0 (U1) and View 5.0.1 but an n update of all of the components of the Cloud Infrastructure Suite has been published:

© 2025-2011 vInfrastructure Blog | Disclaimer & Copyright