Re: Autoprotect snaphsot shuts off guest
maximus57 wrote: Running xubuntu 11.04 as a host. I have now had a couple guests abruptly power off while autoprotect snapshots were being taken. Not sure what is happening as it doesn't seem to happen...
View ArticleRe: Windows Server 2012 R2 High Resolution Issue
Hi bjubinville,I raise the priority of this issue higher and suggest to fix it soon. But I'm not sure in which update it would be resolved and included.Thanks,Shan
View ArticleRe: View Client Behavior
Scott Caryer wrote: EnvironmentView 4.6 POC environment offering up Win7 Desktops. Issue:User was logging in with VDI 4.6 client with the option "Log in as current user:". Once she selected her media...
View ArticleRe: vmware view 4.5 - vm freeze at 95%
dominoforever wrote: Hello, I have vcenter 4.1 with vmware view 4.5. This morning all my VMs were powered off, My pool was disabled and when I reactived it, all the VMs were powered on. I have a...
View ArticleRe: windows taskbar overlap
mgnrc wrote: I'm running Fusion 4.0 to virtualize Windows 7. The issue I'm experiencing is with the taskbar. The properties are set in Windows to not auto-hide the taskbar. When I maximize a window...
View ArticleRe: snapshot reminder notification advice
Yes, Alan's script looks up to email address to send the creator of the snapshot an email.If there is no email address, nothing will be sent
View ArticleRe: Impact of Pausing Data Collection in vCenter Operations
So you're talking about stopping data collection during the period that DTs run? I can't help but comments that if you need to do this, data collection generates a very small amount of IOPs compared to...
View ArticleRe: CBT on Eager Zeroed Disks
CBT tracks blocks as they are modified, independently of the virtual disk format. The first backup will always be a full backup, but subsequent backups will only backup blocks which are marked as...
View ArticleRe: Where can I get/extract vmxnet3 x64 drivers (from ESX 5.5) for 2012...
I too am looking for these drivers. The reason for my search/inquiry is a sequence of events:- Windows Server 2012 crashes with PSOD using the e1000/e1000e drivers. - VMware workaround is to use the...
View ArticleRe: snapshot reminder notification advice
I'm afraid this script isn't working, I updated my account in AD that created the snap and no go with retrieving the email address. I ran as a read-only account and as my "super duper" account. I...
View ArticleCleaning up output from calculated property
Hi community, I have a short script that uses a calculated property to get an IP address. You can see the output isn't nicely formatted. How can this be cleaned up? Thanks! Connect-VIServer...
View ArticleRe: Cleaning up output from calculated property
Use the ExpandProperty parameter on the Select-Object cmdlet, that way you only get the value.@{N="vmk1 IP Address";E={Get-VMHostNetworkAdapter -vmhost $_ -Name vmk1 | select -ExpandProperty "IP"}}
View ArticleRe: snapshot reminder notification advice
No special PS version required afaik.Do you get any error messages ?
View ArticleRe: Again: ERROR: Failed to execute processSetup for the Setup : Failed to...
I usually see "Failed to execute createHOMObj for the Setup : No GuestOS section in XML file" when, the VM names specified at beginning of the test doesn't match the VM names in vCenter, or the VM you...
View ArticleRe: How to find blocking task and resume it
thank you for your help! what are the impacts to changing to "system" in the plugin itself?
View ArticleRe: Help with Design for small private cloud
Cfor, For now until we have more customers and bandwidth ($$$), we are looking to start off with just the 3 servers. Would it be possible for us to discuss for a few....it would be greatly appreciated.
View ArticleRe: Horizon View 2.2 Client deployment
Thanks for the information ofox. We have successfully deployed 2.3 centrally without any of the issues we were running into with 2.2. The connection server parameter is now working.
View ArticleRe: Unable to Retrive Kernel Symbols OS X 10.9.1 Errors
Discussion of running OSX on non-apple hardware violates the OSX EULA and is prohibited in these forums.
View ArticleRe: Question on physical RDM: SCSI vs Local ATA
@vlhoThanks for that link. Local storage devices often do not support VPD page 0x83, and thus cannot be used for Raw Device Mappings (RDMs). The content of page 0x83 is used as a unique identifier for...
View ArticleRe: snapshot reminder notification advice
I don't get any errors. I'm posting my script that I'm using. I've even dumbed it down to not go through the foreach look. When I look at the members $SnapshotInfo = Get-SnapshotExtra $snap[0] it...
View Article