zoukankan      html  css  js  c++  java
  • VMware client 无法显示hardware中的信息,提示No new host data available. Data will be updated in 5 minutes.

    昨天用VMware client连接vc点击hardware提示“无新数据可用,数据将在5分钟后更新”。

    在官网查询

    Warning: This procedure can lead to data loss. Perform this procedure only under the guidance of VMware Technical Support.
     
    To reset the Inventory Service database:
      1. Stop the vCenter Inventory service.
      2. Click Start > Run, type services.msc, and click OK. The Services window opens.
      3. Right-click vCenter Inventory Service and click Stop.
      4. Open Windows Explorer and navigate to C:\Program files\VMware\Infrastructure\Inventory Service\.
      5. Rename the data directory as data.old.
      6. Open a Windows command prompt as administrator and change directory to C:\Program files\VMware\Infrastructure\Inventory Service\scripts\.
      7. Execute the createDB.bat command with no arguments to reset the vCenter Inventory Service database.
      8. Execute the register.bat command to update the stored configuration information of the Inventory Service.

        register.bat FQDN _of _vCenter_Server Https_Port
        Where: FQDN _of _vCenter_Server is the vCenter Server FQDN and Https_Port is the port number required.

        For example: register.bat vcenter.domain.com 443

        Note: For reregistering vCenter Inventory Service on vCenter Server 5.1, see  Repointing and reregistering VMware vCenter Server 5.1.x and components (2033620).

      9. Restart the vCenter Inventory Service.
      10. Verify that the search functionality and Hardware Status tab are working.
  • 相关阅读:
    css相关
    文章管理列表
    高性能MySQL基础篇
    mysql
    node.js开发实战
    React Hooks
    client-*,scroll-*,offset-*的区别
    将create-react-app从javascript迁移到typescript
    为Github项目添加Travis持续集成服务
    cookie储存
  • 原文地址:https://www.cnblogs.com/chinajsks/p/2762670.html
Copyright © 2011-2022 走看看