Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 180329 articles
Browse latest View live

Cannot connect to vcenter server via PowerCLI

$
0
0

I need to run some scripts to collect data from a large suite of VMs and I managed to use PowerCLI (via Powershell) and everything connected and worked fine. When I came back later to roll all the commands into a script so other people could run it I now get this error:

 

Connect-VIServer : 23/03/2020 14:29:22  Connect-VIServer An error occurred while making the HTTP request to https://<vcenter server>/sdk. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.

 

This happens whether I run the command in PowerShell or ISE and I just can't work out why - can anyone help?


Netzwerkprobleme mit USB-Ethernet-Adaptern

$
0
0

Hallo zusammen,

 

als Versuchs- und Testsystem für VMware 6.7 habe ich mir einen Aufbau mit vier ESXen, iSCSI-Storage und dem notwendigen Netzwerk zusammengestellt. Als ESXi-Server verwende ich vier Lenovo M93q tiny Mini-PCs. Da diese jeweils nur eine onboard-NIC enthalten, habe ich für die vier notwendigen weiteren Netzwerkverbindungen pro Host vier USB-Ethernet-Adapter verwendet. Die Treiber hierfür finden sich hier:

 

USB Network Native Driver for ESXi | VMware Flings

 

Nach Anweisung installiert funktioniert alles einwandfrei.

 

Die böse Überraschung kam dann nach dem ersten notwendigen Reboot der Hosts: Nach dem Reboot verlieren die Hosts alle Netzwerkverbindungen, die mit Hilfe der USB-Ethernet-NICs hergestellt sind. Die Bindung der NICs zu den virtuellen Switches geht beim Reboot verloren. Das Problem liegt offensichtlich an der Reihenfolge, in der ESXi beim Reboot die Treiber und Geräte einbindet.

 

Erst wenn mittels des vCenters manuell alle NICs wieder korrekt an die virtuellen Switches angebunden sind, funktioniert das Netzwerk wieder korrekt. Dazu muss aber das vCenter sauber laufen, weil die gleiche Aktion im WebClient der ESXi mit einer Fehlermeldung "falscher Parameter" fehlschlägt. Man kann sich vorstellen, wie mühsam ein Reboot des ganzen Systems unter diesen Umständen wird.

 

Kennt jemand eine Lösung des beschriebenen Problems, so dass ein Reboot der Hosts fehlerfrei und ohne Eingriff von außen abläuft? Anmerkung hierzu: Das im Fling zur Wiederherstellung der Bindung der NICs zu den virtuellen Switches vorgeschlagene Script funktioniert in diesem Fall nicht, das wurde bereits ausprobiert!

 

Viele Grüße

Uli Porath

Do you know what is VMware Tanzu? or App Modernization?

$
0
0

Tanzu is a cloud offering from VMware Which has various services as offerings on App Modernization:

 

     Ubiquitous Kubernetes runtime embedded in vSphere and operable across on-premises, public cloud and edge environments with total consistency.

 

     Single point of control to provision or attach and manage comprehensive policies for all of your Kubernetes clusters.

 

     Unified platform for all your containers and virtual machines, offering familiar tools for operators and self-service access to resources for developers.

 

     Application runtime optimized for Spring and Spring Boot and providing native Windows and .NET support, with turnkey microservices, operations and security.

 

     Curated and customized implementation of the Bitnami Community Catalog to speed development with base images that are maintained, tested and secured

 

     Enterprise observability for your entire stack – from infrastructure to application – to drive insights, decisions and actions across your organization.

Applying custom certificate in vSphere 6.5 using Microsoft CA template fails and rolls back

$
0
0

Hello,

 

When applying a certificate using our Microsoft CA (I followed the VMware article/video on how to create a certiifcate template) to our vCenter (Windows) server, it fails and rolls back. The issue I'm getting is the same as the following discussion posted a few months back. However, there's no fix provided:certificate-manager 'lstool reregister' failed: 1 / VCSA Certificate Manager Option 1: Replace Machine SSL certificate with Custom Certificate

 

The error in the log:

 

2017-10-19T00:26:19.474Z ERROR certificate-manager Error while replacing Machine SSL Cert, please see C:\ProgramData\VMware\vCenterServer\logs\vmca\certificate-manager.log for more information.

2017-10-19T00:26:19.474Z ERROR certificate-manager 'lstool reregister' failed: 1

2017-10-19T00:26:19.476Z INFO certificate-manager Performing rollback of Machine SSL Cert...

 

Is there an actual fix to this that can be made available instead of me having to call VMware support?

 

Thanks!

Windows 10 VM not starting anymore - firmware encountered an unexpected exception

$
0
0

My windows 10 VM start booting today.

 

"The firmware encountered an unexpected exception. The virtual machine cannot boot."

 

My other 2 vms are still booting correctly.

I tried to revert this vm to my last snapshot. After it started up, within a minute it through the windows encountered an expection blue screen. When it tried to restart it gave the same firmware error again.

 

My VM that is no longer working is UEFI.

My vms that are still working are BIOS.

 

I updated workstation pro to 15.5.2, but no luck

 

Any ideas?

vRO 8.0.1 snmp , receiving a trap

$
0
0

Hello,

can anyone check what i am doing wrong ? I want to test if my newly installed vro can receive snmp traps. Steps i have taken:

1. Install vro 8.0.1

2. Auth via vc sso

3.Added a device (192.168.1.97) - my laptop

4.Ran workflow - Wait for a trap on all devices , wait for a trap on a snmp device(pointing to my laptop , port 4000).

When reunning wait for a trap o nall devices i am assuming that is awaiting for a trap on port 4000 as this is the default, when running via a snamp device i have sent snmp device port 4000, public.

i run from my laptop:

C:\SnmpTrapGen>SnmpTrapGen.exe -r:192.168.1.150 -t:10 -c:"public" -to:.1.3.6.1.2.1.1.4.0 -p:4000 -v:2c

SnmpTrapGen v1.1 - Copyright (C) 2009 SnmpSoft Company

[ More useful network tools on http://www.snmpsoft.com ]

OK

 

The workflow is still waiting.

I have also ran a python script directly from the vRO 8.0.1 appliance itself

root@vro [ ~ ]# cat sendsnmptolocalvro4000.py

from pysnmp.hlapi import *

from pysnmp import debug

 

 

debug.setLogger(debug.Debug('msgproc'))

 

 

next(sendNotification(SnmpEngine(),

     CommunityData('public'),

     UdpTransportTarget(('192.168.1.150', 4000)),

     ContextData(),

     'trap',

     # sequence of custom OID-value pairs

     [ObjectType(ObjectIdentity('1.3.6.1.2.1.1.1.0'), OctetString('my string')),

      ObjectType(ObjectIdentity('1.3.6.1.2.1.1.3.0'), Integer32(42))]))

 

Also nothing happens. The workflow is not being interrupted in anyway, indicating that he has received the trap.

I have set up a trap receiver on other node in the network and those 2 script are sending it ok. from vRO appliance the python script can trigger the trap on my windows machine running snmpb.

 

Any idea if i have missed anything ? I checked 2 books, few tutorials and i think i am doing exactly what others but its just not working. Firewall is not the case since the python is even running locally from the vRO + its flat home network , no fw/gw.

 

y1.png

y2.png

 

I can send snmp trap from vRO to my laptop snmpb

y3.png

 

I have also configured vcenter vc01.greg.labs to send snmp traps to the VRO + my laptop with snmpb

y4.png

VC alarm is triggered when VM is created. IT sents 1 trap to my laptop +1 trap to vRO. And VRO is not handling it .

y5.png

vRO trap host configured with port 4000 and is listening

Trap Host (Online)

port4000
display nameTrap Host (online)
@fullType

SNMP:TrapHost

 

 

Edit: I have also deployed vRO 7.6, same config, everything 1:1 as in 8.0.1 case , and here it worked all as expected, waiting for traps on 4000 port, and i have generated one from my laptop using snmptrapgen and workflow has triggered (listen for snmp trap on all devices). So is there something i should know about 8.0.1 ? Some extra steps in order to configure it ? Are we supposed to use 8.0.1 ?

Vmware Workspace ONE UEM

$
0
0

Can Vmware Workspace ONE UEM set app-level policies for any app in the Apple App Store?

Can fail VM back from Azure to on premise

$
0
0

Hello,

 

We replicate VMs from our vCenter to Azure and we can successfully failover to azure and start using the VMs the with no issues.  However if we fail back we get this error:

 

Action failed on vCenter/ESXi server with reason: 'A general system error occurred: Error creating disk Error creating VVol Object. This may be due to insufficient available space on the datastore or the datastore's inability to support the selected provisioning type'.

 

This VM I'm testing sits in a normal Datastore and not a vVol.  I've logged with Microsoft Azure and they have no idea.  The account I'm using has full admin access too.

 

Any ideas?


Chrome Web Store Horizon Client

Context Menu Separators in Remote Plugin

$
0
0

The local plugin's plugin.xml allowed the addition of separators in context menus with:

<com.vmware.actionsfw.ActionMenuItemSpec>

  <type>separator</type>

</com.vmware.actionsfw.ActionMenuItemSpec>

Does the remote plugin's plugin.json have an equivalent?

                    <com.vmware.actionsfw.ActionMenuItemSpec>
                        <type>separator</type>
                    </com.vmware.actionsfw.ActionMenuItemSpec>

visualizzare esxi dashboard da remoto

$
0
0

buonasera a tutti,

come posso visualizzare la dashboard del mio host da remoto???

grazie a tutti del vostro aiuto

Older versions of Windows NT

$
0
0

Hi

 

Has anybody been able to install older (pre-4.0) versions of NT under VMWare Fusion? I get these errors when trying to install them:

 

NT 3.51: Installs and runs, but reports a failed service and network is non-operable

NT 3.5: Gives a stop error when using SCSI hard drive, or "cannot load keyboard layout" with IDE hard drive

NT 3.1: Gives a cryptic "ArcPathToDosPath" error when installing

 

I've tried both with and without the patches to allow them to work on post-P5 architecture processors, and it didn't really make much of a difference either way.

 

I could've sworn that I had these working on VMWare Workstation under Windows a while back, so hopefully there's some way to get them working under Fusion too.

Skyline Log Limmit

$
0
0

I seem to notice i am only able to process two logs request at a time.   Is this by design?  if i que up multiple log request they all fail with the response Log Transfer failed for collector because Task of type GET_SUPPORT_BUNDLE_V2 is currently running.  Now these are on different vcenters. 

 

So is this a hard limit or is it some thing i can change as i up and cpu and memory on the collector.  Or should i deploy a skyline per vcenter?

Workstation 15.2.2 no Removable Devices appear to select?

$
0
0

I upgraded Workstation from 15.2.1 to 15.2.2 / The Removable Device List is nearly empty now.  How do I make a device needed for the Virtual machine appear on the list?

Unable to update to the latest Windows 10 Insider build

$
0
0

I have run into this... Is this fixable with another scsi controller and if yes, which one should I use?

Screenshot 2020-03-23 at 10.47.27.png


Deploy Tunnel app to windows desktop

$
0
0

Dears,

 

Is there any way to deploy VMware tunnel app to windows desktop through the Catalog application as we have 1000 users and we need to deploy the tunnel

 

Thanks,

NTP Servers

$
0
0

Being a novice to vSphere/vCenter, I am not sure the proper steps to setting up NTP Servers. Is there any good documentation out there? Or is someone able to provide me so assistance? I have 2 Hosts and neither have NTP servers setup. Thank you.

 

NTP1.png

Integrate VMware Integrated Openstack with more than one syslog

$
0
0

Author : Daniel Clow

URL : http:////docs.vmware.com/en/VMware-Integrated-OpenStack/5.1/com.vmware.openstack.install.doc/GUID-1A82ED4C-08BC-4189-B075-883174272E70.html

Topic Name : Integrate VMware Integrated OpenStack with vRealize Log Insight

Publication Name : VMware Integrated OpenStack Installation and Configuration Guide

Product/Version : VMware Integrated OpenStack/5.1

Question :

The documentation states how to configure single syslog destination, namely vRLI. How to send all events to more than one destination in order to eliminate SPoF?

Error: Detected an invalid snapshot configuration.

$
0
0

Bonjour;

lors de la réplication de notre backup server nous avons une erreur qui surviennent systématiquement.

"Error: Detected an invalid snapshot configuration".

 

J'ai regarder sur VMware et il n'y a pas de snapshot sur la VM (il y en a des anciens sur les replicas).

Doit-je supprimer les snapshots des replicas ?

Doit-je supprimer les replicas de la VM.

 

Merci d'avance pour vote aide.

vmware 14 player keeps asking for password when attempting to download / update vmware tools!!!!

$
0
0

My vmware ver and build:      ver 14.1.7 build-12989993

I am running linux kernel:      4.9.200-antix.1-amd64-smp

 

I have already set my Connection Settings to "No Proxy".

For now I have to manually download the tools!

 

Any fix on this bug?

Viewing all 180329 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>