new-hardisk cmdlet
This will create one HDD on the same DS as the VM.... Get-VM -Name $displayname | New-HardDisk -CapacityKB ( 10GB / 1KB ) How can I do more than one HDD in that command? EG: HDD1: 10GBHDD2: 5GB...
View ArticleCan th appln server on vm guest talk to DB server on the physical host?
I was wondering if someone could guide me in my problem…I have a VM Guest with CentOS running Websphere Application Server…On the physical host (Windows 7) I have Oracle 10g Database server...
View ArticleRe: list vms and portgroups
The code looks good. I don't see a reason to change it. The Select-Object cmdlet selects properties from the networkadapters. @{N="VM";E={$_.Parent.Name}} is a calculated property. It is a PowerShell...
View ArticleSkipping VMs that haven't changed / haven't been powered on since last backup?
I use GhettoVCB nightly on a dev server with a mixture of VMs that are always powered on and some that are only turned on occasionally. Is there a way to configure GhettoVCB to skip a VM if it hasn't...
View ArticleRe: new-hardisk cmdlet
You cannot create two hard disks in one command. You will have to use at least two commands. In PowerShell 5.1 Release 2 the New-HardDisk cmdlet has a CapacityGB parameter. So you can use:...
View ArticleRe: VM Ping/ARP issue
Just an update. The only way we have been able to "Solve" this issue is to configure all hosts to use active/standby uplinks. The VMs then don't lose connectivity when they migrate. Not sure why but it...
View ArticleRe: Skipping VMs that haven't changed / haven't been powered on since last...
I will be back in the office as of the 2nd of April. Ik ben dinsdag 2 april weer op kantoor. Neem in dringende gevallen contact op met Newcomm door mijn toestelnummer 292 te bellen, je wordt dan...
View ArticleRe: sound problem Esxi 5
The question is how you are connecting to the virtual machines and where you expects the sound to be played.ESX does not virtualize the soundcard in the host so usually the remoteprotocol is delivering...
View ArticleRe: Problem with USB Vsphere 5
Try to remove the changes you made (HD Audio is not supported on ESX anyway)What is the virtual hardware version on the VM?What is the version of vSphere? 5.1? // Linjo
View ArticleRe: Send mail from vmware fusion 5
You must choose default app to run mailto protocol as vmwarehostopen. Whats your guest os?
View ArticleRe: Windows 98 SE USB/serial adaptor
Hi billyfromhill, and welcome to the VMware Communities! Which model of USB-to-serial converter are you using? It may be worth checking the vendor's website (or checking in Windows Update on your...
View ArticleRe: Fusion keeps duplicating my Boot camp
For keyboard...Go to vm settings. Usb & bluetooth. Disable ' share bluetooth devices with windows and linux'. And for bootcamp, i'd suggest you to delete all the entries of bootcamp from virtual...
View ArticleDuplicated VM when trying to cancel Storage Vmotion
Hi all,I'm using vSphere 5.1.When doing Storage vmotion a poweron VM between 2 local disks, I decided to cancel the task (around 33%).I waited 6 hours, but the task didn't cancel. So I decided to...
View ArticleRe: It's time to enhance the 'Cycle Multiple Monitor' feature
So far, I've exhausted all options available to me to get this question answered. I've gone through phone-based support until they've sent me full-circle back to where I've started. I've made my...
View Articlehow to add single iscsi device to multiple hosts ?
my setup have 3 esxi hosts and single ISCSI SAN. i already added SAN to one esxi host. after i try to add SAN to another host . first create ISCSI HBA on host . and added ISCSI target to it. after i...
View ArticleRe: how to add single iscsi device to multiple hosts ?
Welcome to the VMware Communities forums. Once you've created a datastore with one host, you only have to rescan storage for the datastore to appear on the other hosts. You must use the same LUN...
View ArticleRe: VM Ping/ARP issue
In our case the issue was finally resolved when HP sent us new NICs of the same model but with a newer revision. They eventually said that there was a hardware problem related to the Qlogic chipset on...
View ArticleRe: Does this cover just 1 vcenter machine?
1 vcenter and 1 vcshb license per pair(VCN1 and VCN2 = VC).
View ArticleRe: VSE Site to Site VPN - Routes
Hi, I would need to put up a lab to do some tests and give you all the needed steps, the best solution would be to declared 0.0.0.0/0 as a remote network using the other side of the ipsec tunnel as...
View ArticleESX 5.1 + Windows 2012 Server (Not installing)
Hi, We have a vsphere 5.1 (ESXi, 5.1.0, 1021289) / vCenter 5.1 environment that was setup and updated to the latest patches with update manager. We are trying to install Windows Server 2012 standard...
View Article