Quantcast
Channel: VMware Communities: Message List
Browsing all 144140 articles
Browse latest View live

Re: 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 Article


Re: 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 Article


Getting 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 Article

Re: 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 Article

Anyone 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 Article


Initialize 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 Article

Re: 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 Article

Re: Getting Notes field from PowerCli

Try $VMNotes = Get-VM myvm | Select-Object -ExpandProperty Notes

View Article


error

Has anybody seen an error like this?

View Article


Re: Getting Notes field from PowerCli

That did it.  Thanks!

View Article

Re: HELP-VM doesnt boot up after backup crash

... you'll need to reload the VM anyway after restoring the original .vmx file! André

View Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Re: VirtualMachine GuestNicInfo only contains 64 IPs

I have filed a feature request on your behalf.

View Article


Success 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 Article

Image may be NSFW.
Clik here to view.

Re: 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

Re: HELP-VM doesnt boot up after backup crash

Hi Andre, you did a great job thank you very very much! It worked! One question:I have got a second machine with the same problem.Attached the files.Can I get an additional help from you?Harddisks 40...

View Article
Browsing all 144140 articles
Browse latest View live