Thursday 19 May 2016

You are running esx through an incompatible hypervisor(Testing Only)

I was doing some test on ESXi(VM) and frequently getting this error while I am trying to power ON a virtual machine.




After a lot of work around , resolved this error by adding some advanced parameters into the file.




Given below is the workaround

  1. ssh into the ESXi machine
  2. On ESXi run –‘esxcli system settings advanced set -o /Net/FollowHardwareMac -i 1’
  3. Run ‘vi /etc/vmware/config’.
  4. Add the following to the file ‘vmx.allowNested = "TRUE"’ and save.
  5. Run ‘/sbin/auto-backup.sh’. Ignore any warnings.
This flag enables powering on Nested VMs on ESXi.

Note: It worked for me.(Use at your own risk).

Tuesday 10 May 2016

Mirage: Frequently Used Terms



  • It was an acquisition by VMware in 2012, the company named Wanova which was established in the year 2008 for providing the Windows Image Management solution.
  • It is a product which is there for Windows Desktop Image Management which provides a granular approach to the desktops.
  • It breaks down the desktop into different layers namely
    - Base Layer: Operating system and libraries.
    -Application Layer: MS Office, Firefox, could be broken           down into different application layers   or could be made as       one.
    -Endpoint: End user system.
    -Drivers: Called as driver profiles, specific to particular               vendors.

    -CVD
    (Centralized Virtualized Desktop) : Complete copy of the   endpoint.
             

                 
                            

Thursday 21 April 2016

vSphere Web Client (HTML Based)

From past a few time, HTML based vSphere web client is a hot shot.

Here it is,

As of now it is available on VMware flings (https://labs.vmware.com/flings/vsphere-html5-web-client).
It is available as a virtual appliance (ovf) which could be downloaded from the above link.
As of now it is recommended for testing purpose only, as all of the features are still under developing and testing phase.









Monday 21 March 2016

Promiscuous Mode

This Mode is available in both type of switches: i.e
1.Standard Switch
2.Distributed Switch

In Standard Switch, policies can be configured at two levels:






In the above figure, I have 3 machines of fedora named as F1, F2, F3 .
- F1 & F2 resides on the same port group.
- F3 resides on the different port group.

I have made PROMISCUOUS MODE as enabled on VM Port Group.
- In F2 machine, I have made a ping  www.google.com
-In F1 machine, i will be able to listen to the traffic by using tcpdump -i src eth0 IP 


Sunday 28 February 2016

You are running VMware ESX through an incompatible hypervisor. You cannot power on a virtual machine until this hypervisor is disabled


This error is there when I created an ESXi host in a cloud for the test lab and when I tried to power ON a virtual machine I got this error.


In order to resolve this issue,
1.Enable SSH on your host.
2.Navigate to /etc/vmware/config  file of the ESXi host.
3. vmx.allowNested = "TRUE"

After this, the issue will be resolved.

NOTE: This is my test environment, strictly not recommended in production environment.

Tuesday 23 February 2016

Air Watch

It is probably going to be the next big thing for the enterprises.
Tested this solution on my Apple iPhone and the way you can manage the devices is deep inside. It supports many types of mobile operating systems. The two major market vendors of mobile operating systems i.e iOS and Android both of them are supported.
What you can customize is starting from the settings to the apps that show of on your corporate device with just a click.

I have tested this product on my apple device and with just a single profile i have removed the camera and all its related apps from my iphone.

Here is a screenshot of my mobile when i configured airwatch on my mobile device.



Stay tuned to learn more.



Wednesday 17 February 2016

Error ORA-01031

This problem I have came across when i was trying to configure Oracle 11g as an external database for vCenter Server deployment which i have somehow resolved.

Everytime you try to explicitly grant permission to a user you get this error ORA-01031 : insufficient priviledges.
In order to resolve this issue you have to look out for a file named sqlnet.ora in your system where you are trying to install this ORACLE 11g.
NOTE: This one solution worked for me.


Just open this file in notepad and close it and now try to login to the SQL*PLUS with the credentials of sysdba i.e


And after that try to grant the permissions to the user and you will be done.
In my next blog post will share after successful creation of database, will share USING EXTERNAL DATABASE as ORACLE 11G.


Tuesday 16 February 2016

Step by Step Upgrade of VCSA 5.5 to VCSA 6.0

1. Mount the ISO and click on vcsa-setup.html . The upgrade and install button will only be displayed if you have installed client integration plugin. Once it is displayed on the web browser click on UPGRADE



 2. Installation wizard will start as soon as you click on yes.


3. Accept EULA



 4. Choose the target server on which to deploy this upgraded VCSA


5. Here starts the upgradation tasks where you have to provide the information of existing vCenter Server and ESXi host where this vCenter Server resides along with the information of Single Sign On Domain.




6. Here now you can modify the size of deployment. As this is my test environment so i have kept it tiny with minimum configuration.


7. Review the information and click on finish. It will get upgraded.


Sunday 31 January 2016

Virtual SAN 6

Configure & Enhancements:
  • Minimum Requirement:
    -Three ESXi 6.0 or above hosts or above.
    -Network card
    -License
    -SSD & HDD or SSD & SSD
  • Enhancements:
    - Increased the number of ESXi hosts which can take part in       virtual san cluster from 32 to 64.
    - Introduced All flash configuration.










Tuesday 26 January 2016

EMC vVNX (Software Defined Storage)

DEPLOYMENT & CONFIGURATION
  • Virtual VNX (vVNX) is a software stack that provides many VNX features. It allows VNXe software to be available as a downloadable virtual storage appliance (VSA) for use with a VMware ESX or ESXi hypervisor. 
  • Most of the folks who wants to test the new feature of VMware for the Software Defined Storage i.e VVOL like most of us have came across so far can test with the help of this solution by EMC ie.  VVols technical preview for vVNX from their website.
  • It is available as an OVA (Appliance )which requires
       -M inimum RAM or what i can say from my observation is exactly 12288MB (12GB)
       -Disk format for this appliance by
     EMC is Thick Provision Eager Zero.
       - 2 CPU
  • For the first login USERNAME PASSWORD for login into terminal for verifying the settings is service\service but in order to access the Unisphere USERNAME:admin, Password: Password123#.






















  • In my next post i will share how you can create a storage pool, LUN, NFS & vVOL.




https://community.emc.com/docs/DOC-42029?attachmentName=vVNX_Install_Guide.pdf&attachmentURL=/servlet/JiveServlet/downloadBody/42029-102-11-144283/vVNX_Install_Guide.pdf
https://community.emc.com/docs/DOC-44385