I can see snapshot files in the VM folder - the .vmdk files numbered 000001.vmdk and 000002.vmdk
Delete any VM snapshots (if you don't need them) in the Workstation UI.
I can see snapshot files in the VM folder - the .vmdk files numbered 000001.vmdk and 000002.vmdk
Delete any VM snapshots (if you don't need them) in the Workstation UI.
Its not uncommon to see a difference between what you're seeing with OOB management and what vSAN sees. vSAN can judge a disk to be failing if a disks metrics fall outside of its own specific requirements which may be stricter than a hardware vendors.
I would raise a support request with your hardware vendor and explain you're using the disks for vSAN and that theyre starting to report as failed
Hi LucD,
Now I am getting below error as :
Disabling rule Lab
You cannot call a method on a null-valued expression.
At C:\Scripts\sDRSconfig.ps1:47 char:1
+ $storMgr.ConfigureStorageDrsForPod($dsc.MoRef, $spec, $true)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Below is the script :
Clear-Host
# Importing csv with columns for vCenter and sDRS Cluster
Import-Csv -Path .\test.csv -UseCulture | Group-Object -Property vCenter -PipelineVariable vc |
ForEach-Object -process {
#Write-Host "Connecting vCenter:" $vc.Name -ForegroundColor Cyan
#Connect-VIServer -Server $vc.Name
$storResMgr = Get-View StorageResourceManager
$spec = New-Object VMware.Vim.StorageDrsConfigSpec
$spec.podConfigSpec = New-Object VMware.Vim.StorageDrsPodConfigSpec
foreach($clus in $vc.Group.'sDRS Cluster Name') # sDRS Cluster column name is "sDRS Cluster Name"
{
$dsc = Get-DatastoreCluster -Name $clus | Get-View
#$dsc.UpdateViewData()
$dsc | Group-Object -Property Name |
ForEach-Object -Process{
<#$SpaceSpec = New-Object VMware.Vim.StorageDrsSpaceLoadBalanceConfig
$IoSpec = new-object VMware.Vim.StorageDrsIoLoadBalanceConfig
$spec.podConfigSpec.Enabled = $true
$spec.podConfigSpec.DefaultVmBehavior = 'automated'
[int]$SpaceSpec.SpaceUtilizationThreshold = '80'
$spec.PodConfigSpec.SpaceLoadBalanceConfig = $SpaceSpec
[int]$IoSpec.IoLatencyThreshold = '15'
$spec.PodConfigSpec.IoLoadBalanceConfig = $IoSpec
$storResMgr.ConfigureStorageDrsForPod($dsc.MoRef, $spec, $true)#>
if ($dsc.PodStorageDrsEntry.StorageDrsConfig.PodConfig.Rule.Count -ne '0')
{
$dsc.PodStorageDrsEntry.StorageDrsConfig.PodConfig.Rule | where{$_.Enabled -eq "true"} |
ForEach-Object -Process {
Write-Host "Disabling rule $($_.Name)"
$Remrule = New-Object vmware.vim.ClusterRuleSpec
$Remrule.Info = $_
$Remrule.Info.Enabled = $false
$Remrule.Operation = [vmware.vim.ArrayUpdateOperation]::edit
$spec.PodConfigSpec.Rule += $remRule
$storMgr.ConfigureStorageDrsForPod($dsc.MoRef, $spec, $true)
}
}
else {Write-Host "No Rules found in "$_.Name""}
}
}
}
#Disconnect-VIServer -Server $vc.Name -Confirm:$false
I believe its for automatic download of component updates to Workstation Pro. If you set it to no, it just wont download updates. You have similar options in there such as
installerDefaults.autoSoftwareUpdateEnabled
installerDefaults.dataCollectionEnabled
Assuming you're talking about your Win10Pro Desktop freezing, i would check both Windows Event logs & the Workstation pro logs in the first instance. You can find WS Pro in the below location:
C:\ProgramData\VMware\hostd\hostd-n.log
I would suggest logging a ticket with your End User Support team who should be able to assist you with your desktop issue
Hello.
We would like to migrate our Horizon View servers from Windows 2012 servers to Windows 2016 servers ending up with the same names and IPs. Temporary IPs and servernames are ok.
We have two Connection Servers, one Security Server and one Composer Server. All running 7.7.0-11038474 on Windows 2012.
I read here that: Supported Operating Systems for View Connection Server that Windows 2016 is not listed as supported but I suspect is to be supported so as we have one 2016 that works as a Connection server.
I read here that: Upgrade to the Latest Version of View Connection Server on a Different Machine that apparently we end up with new servernames and IPs.
So how should I proceed?
/Peter
Thanks for your reply,
I checked messages log:
lsassd[1424]: 0x7ff69dffb700:ldap_sasl_interactive_bind_s failed with error code -1 lsassd[1424]: 0x7ff69dffb700:Unable to map ldap error 40286 lsassd[1424]: 0x7ff69dffb700:Failed to run provider specific request (request code = 8, provider = 'lsa-activedirectory-provider') -> error = 40188, symbol = LW_ERROR_UNKNOWN, client pid = 1466
But that's nothing I'm familiar with
Hi,
If you use route based IP hash, you will configure the physical switches. During a possible problem, your troubleshooting can be difficult.
The physical uplink bandwidth is very high, if you do not do something like streaming, I recommend you to continue with the "routed based virtual port" option.
If it was me;
Management and vMotion = vSwitch 0
Virtual machine network = vSwitch 1
Hi,
You may have locked the account because you entered the password for ESXi 6.5 incorrectly. In this case, you can access the shell and run the following command.
pam_tally2 --user root --reset
After running this command, try logging in again.
It may also be trying to be a 3rd party product login to ESXi. Or, if the ESXi is open to the external network, brute force may be attempted. You need to check this out.
There are events being added into event viewer in which it states that all appstacks are merged.
Also, Ivanti and Appvolumes is not the best of all combinations.. I have heard of quite some issues getting those to work nicely together.
Oh, yes. The logs are located in "%ALLUSERSPROFILE%\Application Data\VMware\VMware vCenter Converter Standalone\logs" and "%LOCALAPPDATA%\VMware\VMware vCenter Converter Standalone Client\logs"
Try chaning this line line
$storResMgr=Get-View StorageResourceManager
to
$storMgr=Get-View StorageResourceManager
up
Hmm, interresting. A service account sounds like the right direction for me.. Thou, I guess I miss some very basic knowledge about the vRA/vRo - I am not sure if the lack relates to access and entitlements or my vRO code... Most likely both
I already have a service account, which has been assigned all roles in Custom Groups in vRA. (The tab Entitled Items is still empty, and I am not sure from where this is populated / assigned...).
The service account is listed as Group Manager under the BG configuration.
In my new vRO code, I connect to the host with getHostWithCredentials
var vCACCAFEHost = vCACCAFEEntitiesFinder.getHost("ggfd890g-754c-4884-9420-gfd7g987gfd");
vCACCAFEHost = vCACCAFEHost.getHostWithCredentials(vCACCAFEHostUser,vCACCAFEHostPassword);
System.log("vCACCAFEHost: " + vCACCAFEHost);
System.log("");
My output confirms that I am connected with the service account...
If I list the actions on my deployment, I only see what I have assigned via Catalog Management in vRA. Fair.
No Destroy, as it is not assigned to the BG entitlements
And here it breaks for me..
How does my service account get access to the Destroy action, when not available in the BG Entitlement, thou the same user has all possible rules assigned in Group Management?
What am I missing - - other then the basics..
I guess my service account somehow and somewhere needs to have some entitlements assigned which are not with the BG entitlements..?
Hi,
I have created powercli script to create VM using template and it is working fine if i create on same vCenter.
But i have multuple vCenter and i want to create VMs using same template, how can i perform it?
I have 2 Windows 10 gold images for 2 different pools that have had the timezone set to GMT and it shows correctly in these. When I use these images to create Linked clone pools using quickprep the timezone is changing to -7 Mountain Time. How can I prevent this happening, or set the correct time zone? I know it can be done with sysprep but is is possible to set a timezone using quickprep?
You cannot install on Hyper-V.This is an unsupported method.
Software Requirements for the vCenter Server Appliance and Platform Services Controller Appliance
Still an issue in VMware ESXi, 6.7.0, 14320388
Please add the search/filter icon to HTML5.