Re: The parent virtual disk has been modified since the child was created
Please explain as detailed as possible what exactly happened prior to this issue as well as what you already tried to fix it. It's important to understand what happened, in order to fix the issue with...
View ArticleRe: Configuring a VM with OS and Apps
That was very helpful and hit the nail on the head. Don't know why it wasn't so clear in the documentation Thanks
View ArticleRe: Failure to import CSV with ConvertFrom-Csv
The Import-Csv and ConvertFrom-Csv don't actually cause an error. $csvreport is blank after this line of code: $csvreport=typeC:\Temp\DataGrowth.csv | ConvertFrom-Csv. I know that $csvreport is...
View ArticleRe: VMware ESXi 5 Free - Memory limitation - boot up
With the latest version of ESXi the 32GB physical memory limit is indeed enforced. Depending on your needs you either have to remove the additional memory or purchase e.g. an Essentials Kit (~500$)...
View ArticleRe: Another VCO bug?
Well, one might expect it would resolve using the same base DN and it's moved lower down the tree. It would be understandable if it was moved higher up the structure. Just passing this along to other...
View ArticleRe: Failure to import CSV with ConvertFrom-Csv
Not sure how to use -UseCulture parameter. I don't think the csv is corrupt because the script is creating the csv on its 1st run. Here is the full code. The intent is to run the script daily so I...
View ArticleDumb question: Why can't the Transfer server be physical?
It took me a while to figure out today that the Transfer server needs to live as a guest in ESXi. I had built a box just for this. Why can't the transfer server be physical, and why must it reside...
View ArticleRe: VMware Workstation v9 & Ubuntu 13.04 64bit
13.04 a bit raw update, my moto if it works - don't fix itThose itchy fingers always want to fine tune the machine Cheers,Denis
View ArticleHow to remove missing vShield-FW
Hello,ESXi host was brutally removed from vCenter, but vShield Manager is still displaying missing host, vShield-FW, IP address.Is there any way to remove this broken host from vShield Manager?We...
View ArticleRe: Dumb question: Why can't the Transfer server be physical?
Because it has to mount up the VMDKs to manage the syncs between the local desktop and the one locked on the ESXi host.
View ArticleRe: VMware Virtual Disk Manager - Received signal 11
Turns out that you are required to have "SDK support entitlements" to get support on VDDK. Not sure what this is going to cost, so back to the community. Anyone able to assist with this?
View ArticleRe: VMware Virtual Disk Manager - [NFC ERROR] NfcNetTcpRead: bRead: -1
Turns out that you are required to have "SDK support entitlements" to get support on VDDK. Not sure what this is going to cost, so back to the community. Anyone able to assist with this?
View ArticleRe: ESXi 5 + software iSCSI зависает хост
IOmega px12-450на нем вить несколько портов, может стоит попробовать мультипасинг замутить? и посмотреть что будет.А вы не пробовали ребутить сам IOmega px12-450и свич через который он подключен?...
View ArticleRe: Need help to create Capacity Planning script.
I can help with a bit of this script. I'll take a look tomorrow and modify one that I have developed. Not sure how you capture average Ready or what use that would be at the cluster lever. Also...
View ArticleRe: vCloud Hybrid Service Offer
Hi Matthias, When you purchase capacity in vCloud Hybrid Service, support is included in the offering and scales with compute (see details here: vCloud – Your Gateway to Enterprise Public Cloud). This...
View ArticleRe: View 5.0 to 5.2 - Upgrade or Start Fresh?
We did the fresh start when we upgraded to View 5.1.... The issue is to run both an older version and View 5.1 (or View 5.2) at the same time you need to have two vCenters so you can have two...
View ArticleDecimal round of size
Here is a portion of my script. Can someone please assist with the rounding of the sizemb on the last lineWhen I run this I am getting the following 34.457454758739874837483 I would like it to round of...
View ArticleRe: VMA 5.0 hostname "localhost"
Change Hostname Permanent Edit /etc/HOSTNAME, enter: vi /etc/HOSTNAMEDelete old name and add new one:server2.nixcraft.com Save and close the file. Type the following command:hostname...
View ArticleRe: Decimal round of size
Try replacing this line:$VMsWithSnaps = @(Get-VM | Get-Snapshot | Select vm,name,sizemb)With this: $VMsWithSnaps = @(Get-VM | Get-Snapshot | Select vm,name,@{N="SizeMB";E={[math]::round($_.SizeMB, 1)}})
View ArticleRe: Disable/Remove specific hardware fan alarm
Exact build of ESX - 5.1.0, 799733Is this a new ESX host or was it working earlier - has always reported the alarmIf this was working earlier, what changed - n/aIs the hardware make and model and ESX...
View Article