Link to home
Create AccountLog in
Avatar of Mike Broderick
Mike BroderickFlag for United States of America

asked on

vCenter Essentials 7, update to 8 prechecks, get Warning: Duplicate service registrations

I am wanting to upgrade my vCenter Essentials 7 to 8. When I run the preupdate checks, I get a warning "Duplicate service registrations of the same type has been detected". I ran the lstool.py list command (article 2050273), but I dont see any duplicates. The output contains only 1 entry (ID values shortened):

   Name: AboutInfo.vpx.name

   Description: AboutInfo.vpx.name

   Service Product: com.vmware.cis

   Service Type: vcenterserver

   Service ID: 14e209fc-e0825f0e57fd

   Site ID: default-site

   Node ID: 1b801b8d-d1a8c9e2827d

   Owner ID: vpxd-0ba17888-ee9aafaa319e@vsphere.local

   Version: 7.0

   Endpoints: 

      Type: com.vmware.vim

      Protocol: vmomi

      URL: https://VCenterServer.broderickdata.local:443/sdk

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         cis.common.ep.localurl: http://localhost:8085/sdk

      Type: com.vmware.vapi.vcenter

      Protocol: vapi.json.https

      URL: https://VCenterServer.broderickdata.local:443/vcenter

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         cis.common.ep.localurl: http://localhost:8093/vcenter

         com.vmware.vapi.metadata.authentication.remote: http://localhost:8093/vcenter

         com.vmware.vapi.metadata.metamodel.remote: http://localhost:8093/vcenter

         com.vmware.vapi.metadata.cli.remote: http://localhost:8093/vcenter

      Type: com.vmware.vim.extension

      Protocol: vmomi

      URL: https://VCenterServer.broderickdata.local:443/sdkTunnel

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         cis.common.ep.localurl: http://localhost:8085/sdkTunnel

      Type: com.vmware.cdc.provider

      Protocol: vmomi

      URL: https://VCenterServer.broderickdata.local:443/sdk

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         cis.common.ep.localurl: http://localhost:8085/sdk

      Type: com.vmware.cis.data.provider

      Protocol: vmomi

      URL: https://VCenterServer.broderickdata.local:443/sdk

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         cis.common.ep.localurl: http://localhost:8085/sdk

      Type: com.vmware.cis.common.resourcebundle

      Protocol: http

      URL: https://VCenterServer.broderickdata.local:443/catalog/catalog.zip

      SSL trust: MIIEqzCCA5OgAw=

      Endpoint Attributes:

         com.vmware.cis.common.resourcebundle.basename: cis.vc.ResourceBundle:cis.vc.vapi.provider.ResourceBundle:cis.vc.vapi.vmomi.ResourceBundle:cis.vc.hostprofiles.ResourceBundle:cis.vc.hostdiag.ResourceBundle:cis.vc.VirtualCenter.ResourceBundle

   Attributes:

      com.vmware.cis.cm.GroupInternalId: com.vmware.vim.vcenter

      com.vmware.cis.cm.ControlScript: service-control-default-vmon

      com.vmware.vim.vcenter.instanceName: VCenterServer.broderickdata.local

      com.vmware.cis.cm.HostId: 0ba17888-c4a0-416a-b7c9-ee9aafaa319e


I ran the lsdoctor's lscheck command and in the log was an entry:

ERROR generateReport: default-site\vcenterserver.mydomain.local (VC 7.0 or CGW) found Duplicates Found: Ignore if this is the PSC HA VIP.  Otherwise, you must unregister the extra endpoints. I looked at the generated .json file, but I didnt see any duplicates.

Some other notes: My Updates page shows 3 entries: 7.0.3, 8.0.1 and 8.0.2. When I perform the prechecks against 7.0.3, I get no warnings. I actually updated to the 7.0.3 version via putty with no problem.


Any ideas on what to do to get rid of this warning?


Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

If you have a very simple environment with no vSAN,NSX,vDS - a new install is going to be quicker than dealing with past history


You’ll need to use MOBI to remove these registrations against vCenter Server these are triggered because seen as not compatible with 8.0


Do you need to upgrade to 8.x to upgrade hosts to 8.0

Avatar of Mike Broderick

ASKER

What is MOBI? I found MOB, did you mean that?


Yes, I need to get vCenter to 8 to get my ESXi hosts to 8. I'm not rushed, but I bought the new version and would like to use it.

ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer

After reading your post, I looked at the output from the lsdoctor again. It started making sense, and only one duplicate was shown. I ran the lstool.py to unregister one of the duplicates and it seems to be working. Thank you for your help.