Showing posts with label Replication. Show all posts
Showing posts with label Replication. Show all posts

Sunday, May 25, 2014

EMC VNXe 5100 and Checkpoint Folders on VMFS volumes

Hi,

Came across an interesting situation where the virtual machine stopped responding as the External Backup application tried to take the snapshot and the storage ran out of disk space

Infrastructure details

ESXi: 5.x

VM: Windows 2Kx OS

Storage: EMC VNXe 5100

4 HDDs are mounted on the VM which are coming from separate individual VMFS datastore.

All 4 VMDKs consumed the overall space of 4 TB in total.

The Datastore summary states the total size is 18.7 TB consumed out of 28.25 TB provisioned. This is the only VM using those 4 LUNs for each VMDK.

So the question is where is the additional space of 14TB lost apart from 4 TB used by the VM??

Here is the output of du -h for the VM and /vmfs/volumes

/vmfs/volumes/50cc5dd8-555143cbd-44d2-ac162d783818/SVRAP01 # du -h
332.6G  .
/vmfs/volumes/50cc5dd8-555143cbd-87d5-ac162d783818/SVRAP01 # du -h
3.7T    .

du -h
8.0K    ./.ckpt_group.vmware_21_sg_443.fs.13/lost+found
272.0K  ./.ckpt_group.vmware_21_sg_443.fs.13/.etc
3.7T    ./.ckpt_group.vmware_21_sg_443.fs.13/SVRAP01
8.0K    ./.ckpt_group.vmware_21_sg_443.fs.13/.vSphere-HA
3.7T    ./.ckpt_group.vmware_21_sg_443.fs.13
8.0K    ./.ckpt_group.vmware_21_sg_441.fs.13/lost+found
272.0K  ./.ckpt_group.vmware_21_sg_441.fs.13/.etc
3.7T    ./.ckpt_group.vmware_21_sg_441.fs.13/SVRAP01
8.0K    ./.ckpt_group.vmware_21_sg_441.fs.13/.vSphere-HA
3.7T    ./.ckpt_group.vmware_21_sg_441.fs.13
8.0K    ./.ckpt_root_rep_ckpt_51_832916_2/lost+found
272.0K  ./.ckpt_root_rep_ckpt_51_832916_2/.etc
3.7T    ./.ckpt_root_rep_ckpt_51_832916_2/SVRAP01
8.0K    ./.ckpt_root_rep_ckpt_51_832916_2/.vSphere-HA
3.7T    ./.ckpt_root_rep_ckpt_51_832916_2
8.0K    ./.ckpt_root_rep_ckpt_51_832916_1/lost+found
272.0K  ./.ckpt_root_rep_ckpt_51_832916_1/.etc
3.7T    ./.ckpt_root_rep_ckpt_51_832916_1/SVRAP01
8.0K    ./.ckpt_root_rep_ckpt_51_832916_1/.vSphere-HA
3.7T    ./.ckpt_root_rep_ckpt_51_832916_1
8.0K    ./lost+found
272.0K  ./.etc
3.7T    ./SVRAP01
8.0K    ./.vSphere-HA
18.7T   .


So as you can see the overall space used on the VM is approx 4 TB and at the datastore level is 18.7 TB.

After doing more research found that the these files are created during EMC SAN root replication to preserve a replication pair which had no prior replication relationship. So technically this includes all 4 LUNs used by the virtual machine.

Found few articles here (EMC community) and here (By Justin Paul) found the culprit as well for the Datastore space consumption and how to reclaim it.

As a work around we storage vMotioned smaller VMDK to another datastore and now the VM can be powered on and the users can work with it.

Plan recommended to contact EMC support for better guidance on how to reclaim that space properly without losing any data.

Hope this helps to find out the lost space on the VMFS datastore !

Share and care please !!




Friday, April 26, 2013

vSphere, vCloud and other VMware Product Updates

There are new updates available for the following products and including their release notes.

 To download the updates you need MyVMware credentials.


VMware vSphere 5.1 Update 1
https://www.vmware.com/support/vsphere5/doc/vsphere-vcenter-server-51u1-release-notes.html


VMware vSphere Update Manager 5.1 Update 1
http://www.vmware.com/support/vsphere5/doc/vsphere-update-manager-51u1-release-notes.html


vCenter Server Multi-Hypervisor Manager 1.1
https://www.vmware.com/support/mhm/doc/vcenter-multi-hypervisor-manager-11-release-notes.html


VMware vCenter Converter Standalone 5.1
https://www.vmware.com/support/converter/doc/conv_sa_51_rel_notes.html


VMware vCenter Server Heartbeat 6.5 Update 1
https://www.vmware.com/support/heartbeat/doc/vcenter-server-heartbeat-65-u1-release-notes.html


VMware vCloud Director 5.1.2
https://www.vmware.com/support/vcd/doc/rel_notes_vcloud_director_512.html


VMware vCloud Director Appliance 5.1.2
http://www.vmware.com/support/vcd/doc/rel_notes_vcloud_director_512.html

VMware vSphere Replication 5.1.1
http://www.vmware.com/support/vsphere5/doc/vsphere-replication-511-release-notes.html


vSphere Site Recovery Manager 5.1.1
https://www.vmware.com/support/srm/srm-releasenotes-5-1-1.html


vSphere Data Protection 5.1.20
https://www.vmware.com/support/vdr/doc/vdp_5120_releasenotes.html


vSphere Storage Appliance 5.1.3
http://www.vmware.com/support/vsa/doc/vsphere-storage-appliance-513-release-notes.html


vCloud Networking and Security 5.1.2a
https://www.vmware.com/support/vshield/doc/releasenotes_vshield_512a.html


Please refer the upgrade guides before you plan the upgrade to stay away from any gotchas.

Enjoy your upgrade Time !!

Care and share !!