Re: Poor communication between hosts
Thanks for your help, looks like that's done the trick
View ArticleRe: ESXi 5.1 Welcome page after Fusion install
NM, it's fine and I think it was just an issue of web certificates: After installing Fusion, I checked my domain and got a certificate for that VMware page. Thinking it strange I installed OSX Server...
View ArticleRe: How is the 'LowFreeThreshold' counter calculated?
That was where I started and I got thinking about this. to be clear, my question is about the memory Counter 'lowfreethreshold' not about the Setting 'MemMinFreePct'. As far as I understand, this...
View ArticleRe: Adding IPs
I assume the IP address you already set up is the one for the ESXi host's management network? That's basically all the host needs. All other IP addresses can be used by the guest operating system and...
View ArticleRe: Switch statement and hash table
The trick is in the GetEnumerator method that is called.Through that method the Switch doesn't see a hash table, but a simple object that has a Name and a Value property. You can check by...
View ArticleThinDirect incase of javaScripts
Hi, Infrastructure at our customer site was being upgraded to WIN7 and IE9 and one of our web applications are not supported on IE9 so we had to make use of VmWare Thin App solution to let users use...
View ArticleRe: Get-NicTeamingPolicy not working
Try doing it as$pg = Get-VirtualPortGroup -name PGNAMEGet-NicTeamingPolicy -VirtualPortgroup $pgWe have seen similar flaws in some cmdlets when retrieving, or better not retrieving, values from the...
View ArticleRe: Windows 7 - occasionally freezes, even switch back to MacOS isn't possible
It's the automatic scans that can cause issues - the 'live' protection is usually ok.
View ArticleRe: Switch statement and hash table
Gotcha, now on that note, if you pass an object to the switch statement, how does it know to evaluate $_.name? Don't you need a where statement in there? Is it hte curly braces that is used to...
View ArticleRemove an adapter from a vSwitch via PowerCLI
Hello community! I've been working on a script to remove an adapter from a vSwitch, but Remove-NetworkAdapter, Remove-VDSwitchPhysicalNetworkAdapter and Remove-VMHostNetworkAdapterdon't seem to work...
View ArticleRe: Virtual Network Editor not saving added networks
Just a quick question. Do you run VMware Workstation 9.0.2 like WoodyZ? The release notes for version 9.0.1 contain an entry about a resolved issue with preserving network settings. Not sure whether...
View ArticleRe: Switch statement and hash table
I think i've got it now. I think it makes more sense here if I break it down. So you can do a script block for Switch to evaluate if true and if you have an object you can do "object -eq "string" "...
View ArticleNetwork I/O 100% Utilization
Hi guys, vCOPS (5.7.1) is reporting that I have 100% Network I/O utilization on a few of my hosts. I don't want to say this is impossible, but I have 2x 10G network cables connected and they are...
View ArticleRe: ESXi 5.1 integration with HP SIM
Sorry, just to be clear ... have you already installed the Offline bundle on your hosts? - you can download it here http://vibsdepot.hp.com/ - or use VUM to deploy them...
View ArticleRe: Remove an adapter from a vSwitch via PowerCLI
I don't believe there is a remove adapter for the vswitch. What you can do is set the switch for the adapters you want it it to have as opposed to what to remove. IE, the below will set your virtual...
View ArticleHow do I edit files in the /opt directory and keep after reboot?
I figured out how to edit them, but the changes disappear after immediate reboot. I read this other post about using the autobackup.sh script, but that was for '/etc' and not '/opt' directory. The...
View ArticleRe: vSphere CLI: Error: Unknown Command
Outstanding.. that is what I was missting.. I didn't have it in the \bin directory. I knew it had to be something simple.
View ArticleRe: esxi 5.1 install - SD card big enough? - RAID5 config correct?
Hey thanks André, very useful. One question from your reference regarding "If installing on a very small drive, about 1 GB, or on USB, this scratch partition will be missing and the log files will be...
View ArticleRe: VMWare doesn't start after kernel update
Thanks for the tip, but it didn't work!I've downgraded the kernel to 3.9, and it's working fine! thanks!!
View ArticleRe: Nexus 1000v iscsi multipath not working for two hosts.
After re-installing the hosts, vcenter, N1KV from scratch, I have both hosts using iscsi multipathing and behind the router doing NAT. The only problem is after a reboot, the storage is not found even...
View Article