zoukankan      html  css  js  c++  java
  • vSphere Web Client 监控 esxi 主机硬件状态

    开启插件能对 vcenter 管理的 esxi 主机的硬件状态进行监控。

    以下操作均在 vcenter 主机上操作。

    0x00 修改配置

    文档中关于启用脚本插件支持的说明:

    Enabling Script Plug-In Support in the vSphere Web Client

    Support for vSphere Client script plug-ins is disabled by default in the vSphere Web Client. To enable support for script plug-ins, locate the webclient.properties file in the vSphere Web Client install directory, typically %ProgramData%VMwarevSphere Web Client on the Windows operating system, and /var/lib/vmware/vsphere-client on Linux and MacOS. Add the following line to the webclient.properties file.

    scriptPlugin.enabled = true

    编辑 webclient.properties 文件

    添加属性字段

    0x01 启用服务

    在系统中启用VMware VirtualCenter Management Webservices服务,这个服务会开启本机(vcenter)的8443端口

    在 client 启用插件时,会访问 vcenter 的 8443 端口服务中的 xml 配置文件。

    查看 xml 配置文件是否能访问, url:https://[your vcenter ip]:8443/cim-ui/scriptConfig.xml。

    0x02 启用插件

    在 vsphere client 中启用插件。

    插件——管理插件

    右键 vCenter 硬件状态——启用

    0x03 查看硬件状态

    开启了此插件,能在管理的 esxi 主机上看到多出一个Hardware Status的选项,点开此选项后能看到该主机的硬件状态:

  • 相关阅读:
    KVM(Keyboard、Video、Mouse)
    javascript valueof
    javascript的typeof的返回值
    javascript的===和==
    WGestures全局鼠标手势工具
    向win+x快捷目录添加功能
    好用的影子系统软件
    备份任务栏
    修改多个调用提示最小值_改变多选右键菜单
    执行Windows Update更新
  • 原文地址:https://www.cnblogs.com/nnylee/p/11103390.html
Copyright © 2011-2022 走看看