Hi all.
I have vsom 6.7 with this license "VMware vSphere with Operations Management Enterprise Plus for vRealize Operations". I can't create or import new dashbord. I can view only default dashbord in manager console.
Thanks.
Hi all.
I have vsom 6.7 with this license "VMware vSphere with Operations Management Enterprise Plus for vRealize Operations". I can't create or import new dashbord. I can view only default dashbord in manager console.
Thanks.
Trying to deploy NSX-T manager 2.3.1 via the new HTML5 web client, getting an error that literally returned no search results.
vSphere Client version 6.7.0.20000
vCenter 6.7 U1
I'm getting the error:
An error occurred: future must be done
Deploys just fine via the Flash based client. Weird that it only happened with the HTML5 client. Anyone else seeing this?
Sounds like I need to consult with Michael J Fox and the DeLorean
Добрый день, уважаемые форумчане.
Подскажите пожалуйста, может быть кто сталкивался с таким.
Есть сервер, с рейд контроллером Avago Megaraid. Всю информацию по состоянию дисков и общую информацию, можно получить с помощью утилиты storcli (скришот ниже):
Но, в некоторых случаях, происходит ситуация, когда информацию о массиве получить неудается, как пример скриншот ниже:
Данная ситуация лечится простым рестартом гипервизора. Может быть есть способ решить данную ситуацию без перезагрузки, подскажите, пожалуйста ?
Из стороннего софта установлены только драва на контроллер и storcli:
PS: буду очень благодарен за помощь Дмитрию Finikiez
Hello All,
I am getting the error " Connection was Unsuccessfull.Are you using the correct proxy IP Addressand Port ? " after upgrading / deploying new as well when i do the initial configuration as Network connectivity after deploying ( TEST CONNECTIVITY) . The same appliance was working fine older version 1.3. After migrating to 2.0 i am getting the error.
Let me know if any one have the solution.
Note: We are not using any proxy for this datacenter.
Regards,
Vikram.N
Hello:
I have used AppVol for a few years but am spinning up a brand new implementation for a different company. We are starting from scratch with AppVol 2.15. Our default golden master VM has Office 2016 on it (not click to run, but the full local version that uses KMS). When we try to create AppStacks for either Visio, or Access, both of them when pushed to the VM cause two things to happen.
First a popup appears (sometimes):
Then, when running the application (such as MS Access), the Office setup launches and runs for a few minutes, then fails.
Failure message:
Everything we are doing is stock with 2.15, and we are using our standard installation package that we use with physical machines (which also use the same image we are using for our golden master for VDI) & SCCM which works fine. We are using Writable Volumes as well, but doesn't seem to be related to the issue as I've tested with users that do not have a Writable Volume and we get the same errors. I know there have been a lot of fixes with AppVol since 2.12 with Office 2016, so I figured 2.15 would just work.
I thought I'd check here to see who has had this issue or are there things we need to tweak for Office 2016 apps to work with AppStacks , still?
Thanks in advance.
Hi guys! Help me please. I have MacOS Mojave+BootCamp with installed Windows 10. WmFusion 11 Professional Version 11.0.2 (10952296)
I try to make new virtual machine from bootcamp, and I always saw:
Cannot open the disk '/Users/mac/Library/Application Support/VMware Fusion/Virtual Machines/Boot Camp/Boot Camp.vmwarevm/Boot Camp.vmdk' or one of the snapshot disks it depends on.
Module 'Disk' power on failed.
Failed to start the virtual machine
I use this to try to fix it:VMware Knowledge Base, but nothing.
SIP disabled.
Help me please!!!!
... A VMware Fusion 11 problem, or an open-vm-tools-desktop package problem, or both?
My client is planning to upgrade from their existing vSphere 5.5 to 6.5. My question is in regards to the vSphere Replication Appliance.
vCenter is at 5.5 U3g and vRA is at 5.8.1.3. While it is possible to upgrade from vCenter Server 5.5 U3 to 6.5 U2, vRA can only be upgraded to a maximum of 6.1.2 from 5.8.1.3.
While I can then upgrade from vRA 6.1.2 to 8.1.1, the problem is that vRA 6.1.2 appears to not be compatible with any vCenter Server higher than 6.0 U3.
If that is the case, what would happen during the time if say vCenter is at 6.5 but vRA is at 6.1.2? Would vRA stop working during that period, and would it become functional again once I have upgrade it to 8.1.1? Or do I need to additionally have an interim upgrade of vCenter Server from 5.5 to 6.0, so that vRA remains functional?
Thanks
Hi to all,
I've an infrastructure with vcsa 6.5 , esxi 6.5 and nsx 6.4...
i'm trying to protect esxi management (vmk0) through nsx, but I think that is impossible.
I tried with ip pool, mac set, in destination and any or ssh/icmp as protocol whitout success.
Is true that is not possible protect esxi mgmt. (kernel) with NSX ???
I can protect it only through esxi embedded firewall, right?
Thanks to all for any suggestions
A message is appearing when I launch vCenter via the web client
Has anyone seen the previously and if so, does anyone have a solution for this please
Thanks
I am running VMware Workstation 15 Player on Windows 10 with a Centos 7 VM. If I start the VM in a window and expand it to full screen after it completed booting, the display uses the full available screen. If I got to Virtual Machine Settings->Options->Power and select Enter full screen mode after powering on, the final view is a small working window on a large black background. Toggling back to a window and into full screen corrects the problem, making use of the entire screen.
Some issue replies on this forum tell me to go to VMware Workstation go to -> Edit -> Preferences -> Display -> Autofit guest. Unfortunately, there is no Display button in this version of VMware player.
How do I get to the equivalent of the Display dialog to set the Autofit guest option, or is there some other way to solve this issue in VMware Workstation 15 Player.
I am attempting to recompose a VDI pool, but attempts to do say result in failure with the following error:
A general system error occurred: PBM error occurred during
PostProcessReconfigureSpec: Unexpected SOAP fault:
ns0:RequestFailed; request failed.
I was unable to find the message in the community posts using the search feature. Any help is appreciated.
Thanks in advance.
Hi Luc,
can you check folowingscript orange part .
1:i need to exclude one vm in $vms and store in $vms_supported can we use exclude switch
2:i need to rename distributed portgroups by replacing abc by xyz is this correct what i mentioned in second orange part.
$source_side=read-host "specify cluster"
$cluster_source=get-cluster $source_side
$vms=get-vm -Location $cluster_source
$vms_supported=.....
foreach($vm in $vms_supported)
{
$vm.name
}
$des_cluster=get-cluster -name cluster2
$grb_distributedswitch=Get-VirtualSwitch -Distributed -Datacenter dc2
$port_groups_grbs=Get-VirtualPortGroup -Distributed -VirtualSwitch $dc2_distributedswitch
$pgdc2=$port_groups_dc2|select name
foreach($pg in $pgdc2)
{
$new_name=$pg.replace("abc","xyz")
Set-VirtualPortGroup -VirtualPortGroup $pg -name $new_name -WhatIf
}
Created a VM from the physical machine running Windows 10. The physical machine is a Dell Inspiron 7353 with Conexant Audio Driver running Smart Audio. Of course, the Conexant driver fails in the VM. Is there any way to get generic audio to pass from the VM?
Thanks
Hi, I need to create an exact copy of an existing cluster with all of the current settings replicated to the new cluster. This new cluster will then be modified and then hosts from the existing cluster will be slowly moved over to it. Ideally all of the hosts settings will be in the new cluster.
Does anybody know a method to create an exact backup of the source cluster configuration and then use that to create the new cluster?
HI
We are starting to test graphic cards in our hosts, and currently we have a nvidia m6 with workstation licenses working. We are trying just random things and in one instance someone tried mine-craft had what I think was input lag. Has anyone seen anything similar, in this case the mine-craft the guy was looking straight up spinning circle.
Hey guys,
I'm getting nuts on this topic... I try to find a solution for this but I'm stuck and need some input from community.
Following scenario:
2x ESXi Hosts 6.7
1x vCenter Appliance 6.7
1x APC Appliance for network shutdown
1x APC Smart UPS with Network Management Card --> latest firmware update running
I tried 2 scenarios:
1. Connecting the APC appliance to the vCenter Server, which leeds to error messages related to the login of the vsphere user. In this case I'm just testing with administrator@vsphere.local and a second user apcuser@vsphere.local
The error message says: Logon of administrator@vsphere.local@192.168.x.x not possible or Logon of apcuser@vsphere.local@192.168.x.x not possible
192.168.x.x stand for the APC appliance IP address.
It is as if the APC appliance is sending the logon credentials in a false format... Or what does that suppose to mean that the username is addes with a @192.168.x.x ?
2. I tried to run one APC appliance on each ESXi host and configured the appliances for ESXi host scenario. But in this case the ESXi server are shutdown but not the VMs running on it. Of course VM shutdown and startup is configured on each host...
I have contacted APS support for help but got not a response until now.
But maybe there is some other way to implement shutdown in this scenario?
I just want my hosts to shutdown all VMs and then shutdown the ESXi hosts...
Any ideas or recommendations on that?
Regards Tom
Looks like vmware chose not to use a unique noun prefix, is there an easy way to add, lets say 'VS' (for vsphere), as a prefix when installing your module? Also where can i submit a bug report to get you folks to make this change default?
Edit: found the answer to my first question `Import-Module -Prefix` (but is this respected by the module?)
edit2: this still breaks the hyper-v cmdlets
edit3: Does the powercli module not respect the -prefix flag when importing the module?
Our Windows 2016 Management Server had unexpected shut down yesterday. Ever since, when we open the vSphere web Client we get "could not connect to one or more vCenter Server Systems https://<myserver>:443/sdk
I've trawled through the KB's and Forums for example this https://kb.vmware.com/s/article/2050273 but nothing on how to fix it on VCenter Server 6.5
Should we simply un-install and re-install. I don't see a repair option.
HI, I´m updating my environment from 7.3 to 7.5, and the same fail in the post-scripts with the error:
"Update failed (code 0-2)"
Checking some log I found this:
NOTICE: Found extension citext and it exists in pg_catalog
There are errors while upgrading the webapps database. Check /var/log/vcac/vcac-config.log for more information.
+ res=2
+ echo 'Script /etc/bootstrap/postupdate.d/20-vcac failed, error status 2'
+ exit 2
and this:
Upgrade:
Command execution failed with unexpected error: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase/catalog-service-BUG2067627.xml::1::BUG2067627:
Reason: liquibase.exception.DatabaseException:
Error executing SQL ALTER TABLE public.cat_tenant ALTER COLUMN id TYPE CITEXT: ERROR: could not create unique index "cat_tenant_pkey"
Detail: Key (id)=(LabAca) is duplicated..
Check de DB:
id | lastsync | name
---------------+-----------------------------+------------
LabAca | 2017-05-29 05:54:24.057 | LabAca
labaca | 2018-11-15 10:24:39.504 | LabAca
test | 2017-04-28 17:09:25.642 | test
Finally i found it, the error is clear (duplicated id in postgress DB table), but I can´t delete the first register because foreign restrictions.
Any idea of how I can fix this?
Regards for any ideas.