Re: Getting HA-status from PowerCLI
If you're not yet using PowerShell v3, you can do it this way to get the order in the CSV file. &{Get-View-ViewTypeVirtualMachine|%{ New-ObjectPSObject-Property@{ Name=$_.Name...
View ArticleRe: Remove the replication for a vm?
it is SRM with Vsphere replcaition. I did a failover test and i want that server to be present at the DR site, and I paused the replcaition. now if i do remvoe replcaition, it will remove the server on...
View ArticleVMware vCenter Converter Standalone...
VMware vCenter Converter Standalone 5.1 hot clone i use ,here i met a error,pecture is as fellow:And i was experiencing the same problem.I check the offical site of this error,but did not find...
View ArticleRe: How to install on debian
I am sorry for not replying, I didn't see that you attached the logs and only after your last comment I got a mail notification.Going over the logs it seems that you have permission issues with the...
View ArticleRe: VM Capacity Remaining
Hi, This means you have free disk space for 9.1 more VMs. This is based on the average VM profile (average by all VMs deployed in your vCenter).The overall VM capacity (as displayed in the Summary...
View ArticleRe: Remove the replication for a vm?
during a testfailover with VR we basically attach a redo log disk(s) of the current base disk in a new sub folder in the target datastore, i guess this is VR's version of a snapshot that the array...
View ArticleScheduled Snapshot Removal
Afternoon, For our sins we use Backup Exec for backups and each morning we're finding a snapshot left behind and it's causing some issues. Part of my morning checks is to look for and remove these...
View ArticleRe: how to virtualize a old installed disk
make sure your only have one primary disk connected .can you attach the screenshot and log files please .
View ArticleAdding a new NIC ESXI 5.1
Dear all,my ESXI 5.1U have one NIC, because i am on Lab Envi. i want to add the second NIC for experement with my firewall and routing,i was thinkng to buy Intel (????) 1GB Ethernet Card, do i have to...
View ArticleRe: Scheduled Snapshot Removal
For the removal you could use something like thisGet-VM | Get-Snapshot -Name "SYMC-FUL*" | Remove-Snapshot -Confirm:$falseFor scheduling this via the Windows Task Scheduler have a look at Alan's...
View ArticleRe: Is Gateway hub configuration supported in Spring Gemfire 1.3.0 + Gemfire...
Spring Data Gemfire 1.3.1 has a dependency on Gemfire 7.0.1. If you are using maven and you want to use GemFire 6.5.1, you need to configure this dependency in your pom: Something like:...
View ArticleRe: Scheduled Snapshot Removal
LucD wrote: For the removal you could use something like thisGet-VM | Get-Snapshot -Name "SYMC-FUL*" | Remove-Snapshot -Confirm:$falseFor scheduling this via the Windows Task Scheduler have a look at...
View ArticleRe: Adding a new NIC ESXI 5.1
After installing NIC on server verify NIC is detected or not if it is detected wait for ESXi to boot, check the status of NIC (eth0 and eth1), check server in GUI, try to create vSwitch and add new...
View ArticleStorage profile not showing up in Provider virtualDC
Hi All, I have installed new vCloud director 5.1 and created my 1st pvDC.I enabled storage profile and created Sprofiles after installing vCloud director. Now if I go to pvDC I cannot see my newly...
View ArticleRe: VMware vCenter Converter Standalone...
Try to install VMware vCenter Converter agent on source machine or try with installing Standalone VMware Convertor tool on source machine.
View ArticleRe: Problems with disk array in ESXi 5.1 U1(performance has improved)
Try to configure server with RAID 1 and install ESXi and monitor the performance.
View ArticleRe: ESXi 5.1 management network no connectivity with two nics connected
Download NIC drivers for ESXi 5.0/5.1 using vMA or Power CLI install the drivers once again and verify the status.
View ArticleVdcStorageProfile StorageCapacity
Apologies if this isn't posted in the correct forum. I'm a bit confused with all various vmware APIs I've found recently. I need to find the StorageProfiles used capacity for all VDCs using...
View Article