Re: HELP-VM doesnt boot up after backup crash
Hi Andre, here are the original log files as attached zip.
View ArticleRe: External Access to Workspace
Surely this can be done without using a Load Balancer? I would like to set this up without a load balancer but cannot get it through my FW. We need to NAT due to security restrictions.
View ArticleRe: Deploy multiple VMs at the same time
That's got it. Just in case anyone else is trying to do the same thing here's the final code: $esxName = "prodh1.MYDOMAIN.local"$template = "W2K8R2SP1"$datastore = "IOMEGA"$newVmList = @( @{"Name"...
View ArticleGetting Notes field from PowerCli
I'm using $VMNotes = Get-VM myvm | Select-Object Notes in a script to pull the contents of the Notes field. The returned data is: @{Notes=my notes} How do I get it to return just the contents of the...
View ArticleRe: HELP-VM doesnt boot up after backup crash
In the attached .zip file you will find the missing .vmdk descriptor files as well as a recreated .vmsd file. The .vmsd represents the snapshots shown in the Snapshot Manager. In order for this last...
View ArticleAnyone using a vmware supported (or not) HD audio/virtual sound card in their...
Running ESXi 5.1 update1a I found a "hack" online where if you edit the VMX file of a VM and add in these lines, then re-upload the vmx file and boot the VM, an "HD Audio" device shows up in the VM...
View ArticleInitialize configure Only
Greeting, Just want to see if someone can give me some hints for get information from resource pool for vcd say for example I have "resource pool 1" 10 vms there by VCD. each vm has the initialize...
View ArticleRe: External Access to Workspace
There is no reason why it shouldn't work, even if i don't understand why you can't use a load balancer. You can build one for...
View ArticleRe: Getting Notes field from PowerCli
Try $VMNotes = Get-VM myvm | Select-Object -ExpandProperty Notes
View ArticleRe: HELP-VM doesnt boot up after backup crash
... you'll need to reload the VM anyway after restoring the original .vmx file! André
View ArticleRe: External Access to Workspace
Well, it works to a certain point. Traffic gets re-directed to the gateway and if you go to the gateway using a browser you get the download page to download clients but no client connects. I get the...
View ArticleRe: Anyone using a vmware supported (or not) HD audio/virtual sound card in...
ha, just noticed if I "disconnect" the device in the VM settings, windows still sees it, and I can migrate it. Not a bad workaround.
View ArticleRe: Issue running PowerCLI script
Are you running this from powercli window or from powershell? The commands look ok and I even tested some of it in my lab. Try running it from powercli command prompt
View ArticleRe: VirtualMachine GuestNicInfo only contains 64 IPs
Thanks, will this interface be fixed in the future? (we don't have guest credentials, so StartProgramInGuest is not usable for us).
View ArticleRe: Granting access to vCOPS
Have you already import these Active Directory Group to vCOPS?If YES.You can create in the "custom-ui" an separate Group with these rights you want for these Active Directory Group. If you want to...
View ArticleRe: VirtualMachine GuestNicInfo only contains 64 IPs
I have filed a feature request on your behalf.
View ArticleSuccess With Cloning Win2k8r2 With Oracle Installed?
Hi, I'm trying to clone some windows boxes that have Oracle 11g pre-installed on them. Has anyone had any problems doing that? My scripts work fine for guests that are plain win2k8r2. Dunno what...
View ArticleRe: ESXi 5.1.0 crashes under heavy network load
And a new stack trace. I think that's e1000e, not e1000, and the top of the stack trace looks like this: FastSlab_AllocWithTimeout, Pkt_SlabAllocPkt, Pkt_AllocHangleWithSize, Pkt_AllocWithFlags,...
View Article