Re: Upgrading 5.0 to 5.1 w/ custom VIBs
Thank you for the quick response. I have read that article. I get that it will be fine. I am unsure as to which choice to select in the above mentioned screen. I have only two options: Install or Force...
View ArticleRe: cannot see second iscsi datastore
Hi, From command line of this affected host , check whether this datastore is detected as snapshot. Also can look at latest vmkernel.log from this ESXI host Run this command on this host using SSH...
View ArticleDvvswitch Scripting Part 3 - Adding VMK Ports to a dVs - LucD
I'm attempting to use your functions to add vmk ports to an existing dVs My syntax is as follows: $dvkernname = new-dvswvmKernel -esxname $vmhost.name -dvswname $dvs -dvpgname $nfspg -ipaddr $nfsip...
View ArticleRe: Upgrading 5.0 to 5.1 w/ custom VIBs
Hi, What is physical host, HP, Dell or any other. If it is from HP, DEll or IBM, then you have to use ESXi 5.1 image from these vendor since they will contain all the VIB, you will not see these option...
View ArticleRe: PowerCLI: One-Liner - how to pass more than two vmnames to remove from disk
Get-vm vmname1, vmname2 | Remove-vm -deletepermanently As it says, this Will delete VMs...use with caution
View ArticleRe: VM Player & Windows 8
This gets wierder by the day, was trying to discover more about the problem yesterday when W8 updated Java in the background. Suddenly Windows Media Player starts to deliver clean crisp sound on the...
View ArticleRe: exporting a VM
Thanks for the suggestion but unfortunately it still says "operation not supported": PowerCLI C:\VPX\ps> $esx = Get-VMHost -Name 10.217.174.27PowerCLI C:\VPX\ps> New-vApp -Location $esx -Name...
View ArticleRe: configuring CPU and NICs
The problem is that my VM is supposed to provide two "cores per socket" and one "virtual socket", which can be specified in the vSphere client. The -NumCpu parameter has only one argument, so it isn't...
View ArticleRe: Did not pass VCP5 just now..
Does anyone know rouphly how many questions you missed based upon the score? Sounds like you may have only missed a few questions each time.
View ArticleRe: Filtering vm's based on datastoreFolder
You could use something like the following: my $datacenter_view = Vim::find_entity_view(view_type => 'Datacenter', filter => {'name' => $name}, properties => ['name']);my $vm_views =...
View ArticleFolders -- can't control displayed order in 'VMs and Templates' view
I'm creating folders in the 'VMs and Templates' view to organize our VM's a bit. Works fine. But when I create the folders, it doesn't display them in cronological order or in alphabetical order. And...
View ArticleRe: Can't install win 95
Hi! Great! By configuring the BIOS as directed I have now been able to go as far formatting with the C: /q/s command and then, after rebooting I got to a screen asking me to type in the date and the...
View ArticleRe: cannot see second iscsi datastore
Hi, What is latest vmkernel.log from this host shows. RegardMohammed
View ArticleRe: Vmware tools for Fedora 18/64 guest
Even though one can install Fedora in a Virtual Machine using VMware Fusion nonetheless it is not an officially supported Guest OS under VMware Fusion. This means that even if you can get VMware Tools...
View ArticleRe: 10.7.5 host and fusion 5.0.2 can't boot or update lion guest
Cool! Glad to be able to help. I like the idea of OS update notifications, but my immediate feeling is like yours: It would probably be quite complicated to make such a system reliable, particularly...
View ArticleRe: Can't install win 95
I believe you just need to run 'setup' -- If you are installing from floppy images: A:setup If you are installing from a CD-ROM image: D:setup This is assuming that the CD-ROM image has been mounted as...
View ArticleRe: Enable External access to Horizon
I have opened port 80 and 443 for both appliance and it is doing the same thing I only have one connector. Please look at the attached picture, it shows in red where it is redirecting me. back to the...
View ArticleRe: Get-VMGuestNetworkInterface Could not find file
That did it.Now i need to check if all my VMs are supported by Get-VmGuestNetworkInterface cmdlet.Thanks LucD
View ArticleOracle VM to VMware vSphere
Hi In spite of having enterprise vsphere environment, we still have a separate OracleVM for the reason of Oracle licensing.It does not support sub-capacity licensing on VMware (e.g. Cores the are...
View Article