<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>vMikeyC Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>vMikeyC Tracker</description>
    <pubDate>Wed, 15 Nov 2023 10:06:18 GMT</pubDate>
    <dc:date>2023-11-15T10:06:18Z</dc:date>
    <item>
      <title>vRLM 8.6.1.5 upgrade for vROPs 8.6.2 and vRLI 8.6.2</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vRLM-8-6-1-5-upgrade-for-vROPs-8-6-2-and-vRLI-8-6-2/m-p/2884985#M236</link>
      <description>&lt;P&gt;I noticed today that vRLM had an upgrade to 8.6.1.5 available (pretty sure the vRLM notification reported that this was release today).....&lt;/P&gt;&lt;P&gt;So I downloaded and upgraded, expecting vROPs 8.6.2 and vRLI 8.6.2 upgrade to be available. However they are not.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.vmware.com/en/vRealize-Operations/8.6.2/rn/vrealize-operations-862-release-notes/index.html" target="_self"&gt;vRealize Operations 8.6.2 Release Notes&lt;/A&gt; has this this reference&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;vRealize Suite Lifecycle Manager 8.6.1 Product Support Pack 1 supports the installation of vRealize Operations 8.6.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is 8.6.1.5 is ahead of 8.6.1 PSP1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 01:45:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vRLM-8-6-1-5-upgrade-for-vROPs-8-6-2-and-vRLI-8-6-2/m-p/2884985#M236</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-12-23T01:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere with Tanzu - Guest cluster deployment stuck at Control Plane VM</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2876248#M40678</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/676004"&gt;@kastrosmartis&lt;/a&gt;&amp;nbsp;- glad you got it deployed! I believe this deployment is an older version of this&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/GoogleCloudPlatform/microservices-demo" target="_blank"&gt;https://github.com/GoogleCloudPlatform/microservices-demo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A multi tier microservices application forming a web-based e-commerce app&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Once the microservice app is deployed, you'll have a webapp front end that you can browse to, view&amp;nbsp;items, add them to the cart, and purchase them.&lt;/P&gt;&lt;P&gt;So you can use the following to check the status of your deployment -&amp;nbsp;&lt;FONT face="andale mono,times"&gt;kubectl get pods&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And this one to get the External IP of the hipster shop, and then browse to the IP -&amp;nbsp;&lt;FONT face="andale mono,times"&gt;kubectl get svc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl get service frontend-external | awk '{print $4}'&lt;/FONT&gt; if you running&lt;FONT face="andale mono,times" color="#800080"&gt; kubectl&lt;/FONT&gt; from linux&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This one works from powershell&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;$fe = kubectl get service frontend-external&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;foreach ($line in $fe.split([Environment]::NewLine)){&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;if($line -like "frontend-external*"){&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;$line.split()[9]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;}&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 08:40:18 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2876248#M40678</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-11-04T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere with Tanzu - Guest cluster deployment stuck at Control Plane VM</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875956#M40658</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/676004"&gt;@kastrosmartis&lt;/a&gt;I'm just starting out with Tanzu so no expert - but I'm wondering if you are trying to deploy the "hipster shop" in the supervisor cluster. That being the case it would be a vSphere Pod, and this type of deployment requires NSX-T, this would explain your error.&lt;BR /&gt;&lt;BR /&gt;When using HAPorxy you need to first deploy a TKG Guest Cluster, login to that and then deploy your app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the process I followed&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Created a new Namespace called &lt;FONT face="andale mono,times" color="#800080"&gt;tkgs-ns-01&lt;/FONT&gt; in the vSphere UI&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Login to the namespace and switch to the context&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl vsphere logout&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl vsphere login --server=10.226.242.153 -u administrator@vsphere.local --insecure-skip-tls-verify --tanzu-kubernetes-cluster-namespace &lt;FONT color="#800080"&gt;tkgs-ns-01&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl config use-context &lt;FONT color="#800080"&gt;tkgs-ns-01&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Deploy my&amp;nbsp; TKG GuestCluster called&amp;nbsp;&lt;FONT face="andale mono,times" color="#800080"&gt;px-demo-cluster&lt;/FONT&gt; to namespace&amp;nbsp;&lt;FONT face="andale mono,times" color="#800080"&gt;tkgs-ns-01&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl apply -f .\tkc_px.yml&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;FONT color="#008000"&gt;PS E:\tanzu&amp;gt;&lt;/FONT&gt; &lt;FONT color="#800080"&gt;cat .\tkc_px.yml&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;apiVersion: run.tanzu.vmware.com/v1alpha1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kind: TanzuKubernetesCluster&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;metadata:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;name: &lt;FONT color="#800080"&gt;px-demo-cluster&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;namespace: &lt;FONT color="#800080"&gt;tkgs-ns-01&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;spec:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;distribution:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;version: 1.21.2+vmware.1-tkg.1.ee25d55&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;topology:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;controlPlane:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;count: 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;class: guaranteed-medium&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;storageClass: tanzu-gold-storage-policy&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;workers:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;count: 3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;class: best-effort-large&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;storageClass: tanzu-gold-storage-policy&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;settings: #all spec.settings are optional&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;storage: #optional storage settings&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;defaultClass: tanzu-gold-storage-policy&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;network: #optional network settings&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;cni: #override default cni set in the tkgservicesonfiguration spec&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;name: antrea&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;pods: #custom pod network&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;cidrBlocks: [100.96.0.0/11]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;services: #custom service network&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;cidrBlocks: [100.64.0.0/13]&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Monitor the deployment&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Kubectl get tkc -w&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl get machines&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Once complete, login to the TKG Guest Cluster and switch to the TKG Guset Cluster Context&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl vsphere logout&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl vsphere login --server=10.226.242.153 -u administrator@vsphere.local --insecure-skip-tls-verify --tanzu-kubernetes-cluster-namespace &lt;FONT color="#800080"&gt;tkgs-ns-01&lt;/FONT&gt; --tanzu-kubernetes-cluster-name &lt;FONT color="#800080"&gt;px-demo-cluster&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;kubectl config use-context &lt;FONT color="#800080"&gt;px-demo-cluster&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Deploy your app&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN&gt;kubectl apply -f&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipstershop.yaml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipstershop.yaml&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 23:28:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875956#M40658</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-11-02T23:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere with Tanzu - Guest cluster deployment stuck at Control Plane VM</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875566#M40632</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/676004"&gt;@kastrosmartis&lt;/a&gt;&amp;nbsp;- yep, had no issues after shifting to 7.0u3. I haven't tried nginx - but you could try # 1 below. It comes up pretty quick&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;"hipster shop" - &lt;FONT face="courier new,courier"&gt;kubectl apply -f&amp;nbsp;&lt;A href="https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipstershop.yaml" target="_blank"&gt;https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipstershop.yaml&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Portworx for my persistent storage requirements&lt;/LI&gt;&lt;LI&gt;and then the "hipster shop" with pcv using a new storage class pointing back to Portworx - &lt;FONT face="courier new,courier"&gt;kubectl apply -f &lt;A href="https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipster-pvc.yaml" target="_blank"&gt;https://raw.githubusercontent.com/dstamen/Kubernetes/master/demo-applications/demo-hipster-pvc.yaml&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 01 Nov 2021 00:14:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875566#M40632</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-11-01T00:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere with Tanzu - Guest cluster deployment stuck at Control Plane VM</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875563#M40631</link>
      <description>&lt;P&gt;Hey &lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/176246"&gt;@ferdis&lt;/a&gt;,&amp;nbsp;yeah there are a couple of limitations with HA Proxy, no vsphere pods, harbour registry as well I think. Working through William's Tanzu deployment with NSX-T now. Deployment 1 already has issues - feels a bit like groundhog day!&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 23:59:53 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2875563#M40631</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-10-31T23:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere with Tanzu - Guest cluster deployment stuck at Control Plane VM</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2874899#M40599</link>
      <description>&lt;P class=""&gt;I too ran into problems with 7.0U1 and haproxy-v0.1.8.&lt;/P&gt;&lt;P class=""&gt;I'm Using William Lam's nested script to deploy vSphere Tanzu basic with haproxy. Ive got a N5K core with direct connected vlans, no router as such.&lt;/P&gt;&lt;P class=""&gt;I then switch to 7.0u3 and haproxy-v0.2.0 and had things up and running.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 06:42:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/vSphere-with-Tanzu-Guest-cluster-deployment-stuck-at-Control/m-p/2874899#M40599</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-10-28T06:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: vROPs 8.5.0 not supported in vRLCM 8.4.1.1 (PATCH1)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vROPs-8-5-0-not-supported-in-vRLCM-8-4-1-1-PATCH1/m-p/2860259#M204</link>
      <description>&lt;P&gt;Manual upgrade of vROPS using the &lt;FONT face="terminal,monaco" size="2" color="#FF00FF"&gt;pak&lt;/FONT&gt; file&lt;/P&gt;&lt;P&gt;after a beer or 2 - resync vRLCM and vROPs is reporting as 8.5.0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vMikeyC_0-1627857542618.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/90407iFADEB76901A42DAB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="vMikeyC_0-1627857542618.png" alt="vMikeyC_0-1627857542618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Aug 2021 22:48:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vROPs-8-5-0-not-supported-in-vRLCM-8-4-1-1-PATCH1/m-p/2860259#M204</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-08-01T22:48:58Z</dc:date>
    </item>
    <item>
      <title>vROPs 8.5.0 not supported in vRLCM 8.4.1.1 (PATCH1)</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vROPs-8-5-0-not-supported-in-vRLCM-8-4-1-1-PATCH1/m-p/2860224#M203</link>
      <description>&lt;P&gt;I'm trying to get my vRelaize Suite to the lates versions, specifically vROPs&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vMikeyC_2-1627767978146.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/90405iF98A940C038BE2B0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="vMikeyC_2-1627767978146.png" alt="vMikeyC_2-1627767978146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've just patched vRLCM 8.4.1.1 (PATCH1) and tried to downlaod and also upload vROPS 8.5.0 ova.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vROPs 8.5.0 is not listed in the "supported" view, nor is it lsited for download&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vMikeyC_0-1627767779823.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/90403iA654BFF7691A05A3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="vMikeyC_0-1627767779823.png" alt="vMikeyC_0-1627767779823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you do a local upload,&amp;nbsp;&lt;SPAN class="s1"&gt;&lt;FONT face="terminal,monaco" size="2" color="#FF00FF"&gt;vRealize-Operations-Manager-Appliance-8.5.0.18255622_OVF10.&lt;STRONG&gt;ova&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;the&amp;nbsp;&lt;/SPAN&gt;vRLCM request errors&lt;/P&gt;&lt;DIV class="alert-item static lia-indent-padding-left-30px"&gt;&lt;FONT face="terminal,monaco" size="2" color="#333333"&gt;&lt;SPAN&gt;Error Code:&amp;nbsp;LCMSOURCEMAPPING10018&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="alert-item static lia-indent-padding-left-30px"&gt;&lt;FONT face="terminal,monaco" size="2" color="#333333"&gt;&lt;SPAN class="alert-text"&gt;Selected files checksums does not match with any product versions supported by vRealize Lifecycle Manager.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="alert-item static lia-indent-padding-left-30px"&gt;&lt;FONT face="terminal,monaco" size="2" color="#333333"&gt;&lt;SPAN class="alert-text"&gt;One or more selected files checksums does not match with any product versions supported by vRealize Lifecycle Manager.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="alert-item static"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="alert-item static"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="alert-item static"&gt;&lt;SPAN class="alert-text"&gt;How does one get to the latest vROPS versions with vRLCM?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="alert-item static"&gt;&lt;P&gt;Do yo unow have to do a manual update with in vROPs,&amp;nbsp;&lt;FONT face="terminal,monaco" size="2" color="#FF00FF"&gt;vRealize_Operations_Manager_ProxyRC-8.4.0-to-8.5.0.18255614.&lt;STRONG&gt;pak&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Any ideas - Thanks Mike!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 31 Jul 2021 21:56:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Suite-Lifecycle/vROPs-8-5-0-not-supported-in-vRLCM-8-4-1-1-PATCH1/m-p/2860224#M203</guid>
      <dc:creator>vMikeyC</dc:creator>
      <dc:date>2021-07-31T21:56:13Z</dc:date>
    </item>
  </channel>
</rss>

