vRealize Operations Manager 安全补丁修复

vRealize Operations Manager 安全补丁修复

背景:记录一次安全同事在检测中发现 vRealize Operations Manager 存在安全漏洞,需要整改修复,于是到VMware官网找到对应版本vRealize Operations Manager的最新安全补丁下载并修复。

参考链接:vRealize Operations 8.4 Security Patch for VMSA-2021-0018 (85383) (vmware.com)

操作过程

升级前准备工作

注意:升级前先给vRealize Operations Manager所在虚拟机创建快照,防止修复失败导致平台不可用。

vRealize Operations Manager 安全补丁修复

查看vRealize Operations Manager当前版本(浏览器输入vRealize Operations Manager的ip地址,回车,输入admin账号密码登录)

vRealize Operations Manager 安全补丁修复

vRealize Operations Manager 安全补丁修复

升级过程工作

1.下载最新安全补丁。

https://customerconnect.vmware.com/patch#search 下载vRealize Operations 8.4 Security Patch PAK文件。(需要VMware账号)

vRealize Operations Manager 安全补丁修复

2.登录集群主节点vRealize Operations Manager管理员界面(https://master-node-FODN-or-IP-address/admin)。

注意:这里网址需要注意不能直接在浏览器输入vROM的ip就打开,需要ip地址加上admin(https://ip-address/admin)

vRealize Operations Manager 安全补丁修复

3.单击左侧面板中的Software Update。

4. 在主面板上单击“安装软件更新”。

vRealize Operations Manager 安全补丁修复

5. 按照向导中的步骤定位并安装PAK文件。

vRealize Operations Manager 安全补丁修复

6. 安装产品更新PAK文件。等待软件更新完成。期间,管理员界面会将你注销。

vRealize Operations Manager 安全补丁修复

根据提示,下一步下一步直到安装就行。安装修复过程约半个小时。

vRealize Operations Manager 安全补丁修复

vRealize Operations Manager 安全补丁修复

7. 重新登录主节点管理员界面。弹出“Cluster Status”主界面,集群自动上线。状态页面还显示“联机”按钮,但不要单击它。

vRealize Operations Manager 安全补丁修复

8. 清除浏览器缓存,如果浏览器页面没有自动刷新,请刷新页面。集群状态变为“在线”。当集群状态变为“在线”时,表示升级完成。(注意:在PAK文件更新的安装过程中,如果集群失败,状态变为离线,那么一些节点将不可用。要解决此问题,您可以访问“管理员”界面,手动使集群脱机,然后单击“完成安装”继续安装过程。)

vRealize Operations Manager 安全补丁修复

9. 单击“软件更新”检查更新是否完成。在主窗格中出现一条指示更新成功完成的消息。

vRealize Operations Manager 安全补丁修复

安全补丁修复后,vRealize Operations Manager版本号。

vRealize Operations Manager 安全补丁修复

 

官方解决方案

vRealize Operations 8.4 Security Patch for VMSA-2021-0018 (85383)

Important:

Resolution

  1. Download the vRealize Operations 8.4 Security Patch PAK file from the VMware Patch Portal.

Note: Select vRealize Operations Manager as the Product and select 8.4.0 as the version and click Search.
Select the option below.

vRealize Operations Manager 安全补丁修复

  1. Log in to the primary node vRealize Operations Manager Administrator interface of your cluster at https://master-node-FQDN-or-IP-address/admin.
  2. Click Software Update in the left panel.
  3. Click Install a Software Update in the main panel.
  4. Follow the steps in the wizard to locate and install your PAK file.
  5. Install the product update PAK file.
    Wait for the software update to complete. When it does, the Administrator interface logs you out.
  6. Log back into the primary node Administrator interface.
    The main Cluster Status page appears and cluster goes online automatically. The status page also displays the Bring Online button, but do not click it.
  7. Clear the browser caches and if the browser page does not refresh automatically, refresh the page.
    The cluster status changes to Going Online. When the cluster status changes to Online, the upgrade is complete.

    Note: If a cluster fails and the status changes to offline during the installation process of a PAK file update then some nodes become unavailable. To fix this, you can access the Administrator interface and manually take the cluster offline and click Finish Installation to continue the installation process.

  8. Click Software Update to check that the update is done.
    A message indicating that the update completed successfully appears in the main pane.

Once the update is complete delete the snapshots you made before the software update.

原文链接:https://www.cnblogs.com/it-log/p/17237137.html

本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:vRealize Operations Manager 安全补丁修复 - Python技术站

(0)
上一篇 2023年4月17日
下一篇 2023年4月17日

相关文章

  • 快速分辨清楚 IaaS、PaaS、BaaS和SaaS

    快速分辨清楚 IaaS、PaaS、BaaS和SaaS 的完整攻略 在云计算领域,有四种常见的服务模式,分别是基础设施即服务(IaaS)、平台即服务(PaaS)、后端即服务(BaaS)和软件即服务(SaaS)。这些服务模式在功能和应用场景上有所不同,因此需要快速分辨清楚它们的区别。下面是一些方法和示例说明,帮助你快速分辨清楚 IaaS、PaaS、BaaS 和 …

    云计算 2023年5月16日
    00
  • 云计算的未来畅想(五) — matrix(终篇)

    01本文摘要 —————— “接下来的互联网会是什么? 是“任何人、任何物、任何时间、任何地点,永远在线、随时互动”。 02作者简介 —————— 拖雷  袋鼠云CEO 国内最早一批Oracle ACE Director,2004年加入初创期间的淘宝网,曾担任阿里巴巴集团无线事业部、数据事业部资深总监、生活服务事业部总经理、阿里云事业群总裁助理。2015年转…

    云计算 2023年4月12日
    00
  • Python类和对象的定义与实际应用案例分析

    下面是“Python类和对象的定义与实际应用案例分析”的完整攻略: 1. 什么是类和对象? 在Python中,类是一种用户自定义的数据类型,用于封装复杂的实体或概念,形成一种抽象的模板。类中可以定义属性和方法,属性表示类的特征,方法表示类的行为。而对象则是类的一个实例,可以通过类来创建多个不同的对象,每个对象都拥有一组相同的属性和方法。 2. 如何定义类和创…

    云计算 2023年5月18日
    00
  • 专家解读:如何选择负载均衡设备?

    负载均衡设备是现代网络架构中不可或缺的一部分,它可以帮助企业实现高可用性、高性能和高可扩展性的应用程序。但是,如何选择适合自己企业的负载均衡设备呢?本文将为您提供详细的攻略。 1. 确定负载均衡设备的需求 在选择负载均衡设备之前,需要先确定自己的需求。具体来说,需要考虑以下几个方面: 预期的流量负载 应用程序的类型和特点 高可用性和容错性的需求 安全性和可管…

    云计算 2023年5月16日
    00
  • 新浪微博和Pinterest以及Viacom对Redis数据库的运用经验

    新浪微博和Pinterest以及Viacom对Redis数据库的运用经验 Redis是一个开源的内存数据库,支持数据持久化,可以存储键值类型、列表、集合、有序集合和哈希等多种数据结构。其高性能、低延迟、高并发等特点,使得Redis在互联网应用中得到了广泛的应用。 新浪微博的Redis应用经验 新浪微博在Redis的应用中,主要是将Redis作为缓存使用。通过…

    云计算 2023年5月18日
    00
  • Linux云计算工程师

    一、Linux运维基础 二、Linux运维高级-核心知识提高 三、50台集群实战 四、200-1000台集群实战 五、shell编程企业级实战 六、数据库MySQL和NoSQL 七、LVM虚拟化和机房知识

    云计算 2023年4月13日
    00
  • 北斗GPS卫星授时系统介绍(时间同步服务器)

    北斗GPS卫星授时系统介绍(时间同步服务器) 北斗GPS卫星授时系统介绍(时间同步服务器) 京准电子科技官微——ahjzsz 为保证您安全、正确、高效地使用装置,请务必阅读以下重要信息: 1.装置的安装调试应由具备专业资格的工作人员进行; 2.装置上电使用前请仔细阅读说明书,明确连线与正确示图相一致;应遵照国家和电力行业相关规程,并参照说明书对装置进行操作、…

    云计算 2023年4月19日
    00
  • jQuery向webApi提交post json数据

    jQuery向webApi提交post json数据的完整攻略包含以下步骤: 创建一个包含json数据的JavaScript对象。 将JavaScript对象序列化为json字符串。 使用Ajax向webApi提交post请求,并将json字符串作为请求体发送到webApi。 webApi接收到请求后将json字符串反序列化为C#对象。 以下是两个示例说明:…

    云计算 2023年5月17日
    00
合作推广
合作推广
分享本页
返回顶部