Re: exporting firewall/NAT rules from Edge Gateway
What I found is this blog: http://geekafterfive.com/tag/vcloud-director/ But that didn't work for me, I get an error saying: "The remote server returned an error: (406) Not Acceptable.", maybe it's...
View ArticleRe: Install ESX on a desktop
I wanted to share that CloudConcepts' method worked for us using a stock ESXi 5.1 ISO and the same E1000E.tgz driver. We purchased a few HP 8300 workstations that had the same NIC; these machines are...
View ArticleRe: Obtain Guest clustering information
Have a go at this Re: Searching VMs in multiple VCs
View ArticleRe: Concerns over upgrading vCenter Server from 4.1 to 5.1
>My hope is/was that, if the 5.1 upgrade fails, I could simply failback to a clone of my VMware vCenter Server made prior to the attempted upgrade (it is 4.1). Is there more than this or more to...
View ArticleRe: SSL Automation Tool Error
Have you tried just running rsautil manage-secrets -a change it should automatically request the normal password and a new password avoiding any command line escaping issues.
View ArticlevMotion from ESXi 5.0 to 5.1 U1 stalls at 65% but eventually completes
We recently upgrade a few hosts in one of our cluster from ESXi 5.0 build 702118 (Dell R710) to ESXi 5.1 U1 build 1117900 (Dell R720) and we're noticing that during vMotion operations (maintenance mode...
View ArticleGet and Set NAT config
Hi all, I am trying to read and write the NAT config for a larger vApp with complex rules with PowerCLI as whenever the vApp get's added to a different org from catalog all is gone. This vApp needs to...
View ArticleRe: SSO Auth for Java REST calls
I have attempted the solution posted by Ilian Ilievwhich unfortunately failed in the same way. The only change I made to the code was the call to VcoSessionFactory in which rather than use...
View ArticleRe: Consolidating BladeCenter blades to ONE x3755 (7163)
We did nearly the same thing on HP c7000 blade enclosures. We could afford some downtime, so we just exported an .ova to shared storage, and then imported it into the new VM cluster. That worked really...
View ArticleRe: salvaguardare ram o dischi?
La butto li.... e invece pensare ad un ssd di classe enterprise tipo intel S3700????O anche (sempre per rimanere sullo stesso produttore) un (modello) vecchio X25-e (quelli con memoria slc per...
View ArticleRe: How do I log in?
Usually within a day or so. It depends on the current load of people requesting access.
View ArticleRe: Is it possible to access VCenter Mob using http?
Try this one C:\Program Files\VMware\Infrastructure\tomcat\conf\server.xml
View ArticleA script to produce sum of vmotion moves by cluster?
I need to watch the number of vMotion moves per cluster but I don't know how to script it in Powershell.I'm not really looking for the details, just the number of moves
View Articlesimple question about networking best practice - traffic separation for storage
Excuse the newbie question... I am reading up on best practices for network separation for VMware. I see that often things are set up like this (I got this from another post here that was deemed...
View ArticleRe: vmotion between clusters
If the VSA is your only shared storage a "normal" vMotion from local disks to other hosts is not possible. There is one exception to that rule. If you are using vSphere 5.1 the Webclient will allow you...
View ArticleRe: Snapshot report on how often
Don't mention "manual" in the Automation Tools communities Try like this $vms=Get-VM$start= (Get-Date).AddDays(-1)$snapTaken=Get-VIEventPlus-Entity$vms-EventType"TaskEvent"-Start$start| where...
View ArticleInternet on Windows 95 on VMware Workstation 9
Can someone please help me get the internet to work on my guest Windows 95 OS in VMware Workstation 9?I have it set up to be hardware compatible with vmware 5.The sound works - I found the driver for...
View ArticleRe: A script to produce sum of vmotion moves by cluster?
Have a look at Get the vMotion/svMotion history.It gives the vMotion and svMotion, but it should be easy to getonly the vMotions out of that. As an alternative you can change my Get-MotionHistory...
View Article