Re: Failed to launch an instance
vmdk, ova, iso are the supported formats. one option would be to convert qcow2 to vmdk and try with that.
View ArticleRe: VApp script to loop answer the VM questions WHILE powering on the Vapps...
You might try a construct similar to this foreach($vmin (Get-VApp-NameTest|Get-VM)){ Try{ Start-VM-VM$vm-ErrorActionStop }...
View ArticleRe: "CVApps" drives mounted when attaching AppStacks
Hi PirateFan We have the same issue. It only occurs with agent version 2.7, we haven't tested 2.9 yet. To work around we rolled back to the 2.6 agent. We have a job open with VMware with the issue...
View ArticleRe: New-VM oscustomizationspec problems
Did you try with a persistent OSCustomizationSpec ?Same issue ?
View ArticleESXi host bios version and server model number
Hi All,I have the script which will show the bios version of the esxi host.can we add more lines to get esxi host server model number (like Dell R910,R720... HP, IBM) with serial numbers. and export it...
View ArticleRe: Licensing vCenter 6.0 broken?
From the error I would say you don't have sufficient free licenses available.
View ArticleRe: ESXi host bios version and server model number
Try something like this Get-View-ViewTypeHostSystem|SelectName, @{N='BIOS Version';E={ $script:biosTemp= ((($_.Runtime.HealthSystemRuntime.SystemHealthInfo.NumericSensorInfo |Where {$_.Name...
View ArticleESXI 6.0 thin provision query
Hi Guys, This is the first time i am playing on ESXI (using version 6.0 and vsphere desktop client). I have used vmware workstation (currently using version 10) and when we configure storage, we can...
View ArticleRe: ESXi host bios version and server model number
Thanks LucD for your timely help always The script is working fine in csv output, but missing server Model number, i am getting server Vendor details can we add server Model also like (R620,...
View ArticleRe: identity store
I too agree with "Richardson Porto" more information.If you have multiple tenants in the same organization then one AD domain is enough , if you have multiple tenants form multiple organizations then...
View ArticleRe: Licensing vCenter 6.0 broken?
I have enough licenses. Adding the hosts works when I add the licenses manually through vSphere Client or WebClient. I only get the error when I license through PowerCLI (and not restart vpxd).
View ArticleRe: ESXI 6.0 thin provision query
So the disks that i am creating in workstation are actually called sparse disks ?
View ArticleRe: ESXi host bios version and server model number
Not exactly sure what you mean by firmware here ?If it concerns the firmware of a BMC card (OOB management), you could try Get-View-ViewTypeHostSystem|SelectName, @{N='BIOS Version';E={...
View ArticleRe: ESXI 6.0 thin provision query
Yes !!! 2gbsparse– A sparse disk with 2GB maximum extent size. You can use disks in this format with other VMware products, however, you cannot power on sparse disk on a ESX host till you reimport the...
View ArticleRe: Solidworks 2014
Maybe i'm misjudging here but why don't you enable the firewall rules using GPO's? The problem now it that when you attach the appstack it needs to add these rules during login. My guess is it will...
View ArticleRe: DRS Required for VSAN HealthCheck?
Justin, since I talked to you yesterday we have also confirmed this issue internally. We are now actively looking into a fix, as this definitely wasn't our intended behavior. Thanks for reporting the...
View ArticleRe: External RAID monitoring for ESXi Servers with HP Smart Array Controller
Just googled and got one for you: https://www.nagios.com/solutions/hard-drive-monitoring/ Hope it helps you.
View ArticleRe: DRS Required for VSAN HealthCheck?
No worries. The update is much appreciated. Also, the proof of concept guide is awesome! I wouldn't had known to download this additional plugin unless I read the guide. Might be a good spot to note...
View ArticleRe: Oversized vmdk file
Hi; thanks first İ have read from some arcticles punchzero command is usefull too this situation, do you advise this or saw using this command. Thanks again...
View Article