Please be cautious with changing the Virtual Machine’s display name in vCenter if you are using TSM for VE. These are something you should be aware of: 1) TSM uses the VM display name as the identity of each target VM. This means if you rename a virtual machine’s display name in vCenter, TSM will … Continue reading TSM 6.3: Something You Should Know Before Changing VM Display Name
Tag: VMware
VMware vSphere Health Check
Every VMware administer should have this beautiful tool - VMware vSphere Health Check!! To set it up, you need to: 1) Install vSphere PowerCLI and PowerGUI, and download the Health Check PowerPack file. 2) Run PowerGUI Admin Console and import the Health Check PowerPack file. 3) Add the target vCenter address then click connect. 4) … Continue reading VMware vSphere Health Check
PowerCLI: Find Orphaned Virtual Machines Location
Very useful PowerCLI script – find the orphaned virtual machines in the VMware cluster. With ‘-delete’ option it will find then delete the orphaned virtual machines. #requires -version 2 function Remove-OrphanedData{<#.SYNOPSIS Remove orphaned folders and VMDK files.DESCRIPTION The function searches orphaned folders and VMDK files on one or more datastores and reports its findings. Optionally … Continue reading PowerCLI: Find Orphaned Virtual Machines Location
TSM 6.3: Backup and Restore VMware Virtual Machine Part 2
Continue with the Part 1, TSM vCenter plugin is easy to use especially for someone who has little knowledge of TSM. The user can easily set up a scheduled or run-now backup job by following the wizard. The downside of the TSM vCenter plugin is that it is not flexible enough. For example, you are … Continue reading TSM 6.3: Backup and Restore VMware Virtual Machine Part 2
vCenter Error: Another task is already in progress
I got this error message ‘Another task is already in progress’ when I tried to take a snapshot of a Linux virtual machine. To troubleshoot it, I checked the tasks and events tab of this virtual machine and found someone was trying to upgrade the VMware Tools at earlier time Today but failed. I guess … Continue reading vCenter Error: Another task is already in progress