VMware’s Dual Persona smartphones now available at Verizon Wireless

VMware Ready for Verizon

VMware has announced that the Android running LG Intuition and Motorola Razr M can now both be purchased with VMWare Horizon Mobile software. The VMWare Horizon Mobile software separates the devices into isolated partitions that allow users to keep their work applications and data separate from their personal applications and data.

Today, VMware and Verizon Wireless announced that the Android-based LG Intuition and Motorola Razr M can now be purchased with VMware’s Horizon Mobile software, which separates the device into isolated partitions that keep a user’s work applications and data separate from personal stuff. Licenses to Horizon Mobile start at $125 per user and can be purchased through local resellers of VMware and Verizon Wireless.

VMware Horizon Mobile Overview

Perhaps even more profound than the BYOD trend is the change in how employees use their devices. Irrespective of who actually buys or owns the device, the corporation or the user, most employees tend to download personal apps onto these devices – Facebook, Angry Birds, Temple Run, etc. coexist with work email/PIM. It is fair to assume then that most devices will have both personal and corporate content (apps, data and services).

Given that the usage paradigms have changed, IT needs to rethink security and manageability of mobile devices. The old BlackBerry model of locking and wiping the device is no longer in line with how employees use their devices. IT administrators can now leverage VMware Horizon Mobile to isolate personal content from corporate content and only manage the corporate content on the device. The corporate content resides in a “workspace” whose lifecycle and usage is managed by IT. IT can customize what apps are in the workspace and what policies are applied to the workspace, provision the workspace to the user’s device over the air (OTA) and then manage its lifecycle remotely.

If you look at the latest mobile OS market share information, Android is way ahead of other mobile operating systems but if you consider the enterprise subset of that market share, iOS is the dominant platform. One of the reasons for Android not being dominant is its fragmentation, which makes it very difficult for IT to wrap their hands and heads around a comprehensive security and manageability story for Android devices. VMware Horizon Mobile leverages device virtualization to normalize that fragmentation and allows IT to deploy and manage its own Android workspace that looks and behaves the same on any Android device. However, in order to run this solution, you must have a VMware Ready device and hence, the importance of today’s announcement.

If you’re interested you can watch product demo’s here.

VMWare states they will continue to work closely with Verizon Wireless to enable a broad set of new and existing devices to be VMware Ready. Hopefully we can see Samsung and Apple products added to this list soon.

Similar Posts

  • VMware vCenter Server 5.5b released

    vmware vcenter 5.5b released

    VMware hasn’t let the holidays get in their way and has released vCenter Server 5.5b (Build 1476387) along with vCenter Server Appliance 5.5.0b (Build 1476389). The update includes a number of fixes.

    Resolved Issues in 5.5.0b

    Upgrade and Installation

    • Upgrading the vSphere Web Client to vSphere 5.5 fails with an error
      Attempts to upgrade the vSphere Web Client to vSphere 5.5 fails when they are installed in a custom, non-default location. An error message similar to the following is displayed:

      Error 29107. The service or solution user already registered...

    Read More “VMware vCenter Server 5.5b released”

  • How to convert VMDK to OVF file format

    Here is a quick and easy way to convert a VMDK to OVF file format using the OVF Tool from VMware.

    1. First download and install the VMware OVF Tool for your operating system.
    2. Open a command prompt as Administrator and navigate to the OVF Tool install directory:
      
      cd C:\Program Files\VMware\VMware OVF Tool
      

      vmdk to ovf command prompt

    3. Next, type in the following command to convert VMDK to OVF:
      
      ovftool.exe \virtualmachine.vmx \virtualmachine.ovf
      

      convert vmdk to ovf command

    After a few minutes time you should you should see a “Transfer Completed, Completed successfully” message and your VMDK to OVF file conversion is complete and ready for use.
    convert vmdk to ovf complete

  • Install ESXi 5.1 from a USB Flash Drive

    Many servers already come with a DVD/CD-ROM drive or some kind of ability to virtually mount an ISO image from a network share onto your server to then install ESXi. However, not all do or you just want to have your ESXi image readily available. Here’s a quick step by step instructions on how to use a USB flash drive to install ESXi.

    1. Download ESXi 5.1 from VMware (if you haven’t already) as well as UNettbootin.
    2. Plug in your USB Flash Drive.
    3. Open UNetbootin and select “Diskimage”, set Type to “USB Drive”, select Drive letter of your USB flash drive, and set the path of your ESXi 5.1 ISO image. Then click on “OK”.
      unetbootin setup
    4. Read More “Install ESXi 5.1 from a USB Flash Drive”

  • How to manually delete NetApp SnapMirror snapshots

    The other day, one of our volumes in the lab environment filled up. This volume has a couple large VM’s on it, coupled with a couple different Veeam backup jobs running using the native Veeam backup methods as well as using NetApp snap mirror to snapshot the volume and then using Veeam to ship it out to Azure.

    At any rate the volume filled up to the point where vCenter wasn’t allowing me to migrate VM’s off the datastore. I really didn’t want to expand the volume just so I could move VM’s off of it.

    Instead, I decided to delete some of the older proof of concept snapshots from SnapMirror. Below are the quick and easy steps to clear up some un-used snapshots and free up some space on the datastore.

    Read More “How to manually delete NetApp SnapMirror snapshots”

  • Easy ESXi 5.5 upgrade via command line

    ESXi 5.5 was just released general availability (GA) on Sunday (9/22) and I’m itching to upgrade the home lab to run the latest version with all it’s goodies. I wanted to try upgrading my hosts without having to go through the same process that I followed setting up ESXi on the NUC in the first place, injecting custom NIC drivers, etc.

    Enter the command line…

    1. Move all VM’s from the host and then put the host into Maintenance Mode.
    2. Go to the Configuration tab > Security Profile and Enable SSH under Services.
      ssh enabled
    3. Under Firewall, enable httpClient (outbound http).
      httpClient enable
    4. Open PuTTY (or other SSH client) and SSH into your host.
    5. Read More “Easy ESXi 5.5 upgrade via command line”

Leave a Reply

Your email address will not be published. Required fields are marked *