相關做法如下
狀況:
當要從ESXi Client 開啟 SNMP 時
開啟順序如下:
(Configuration -> Software -> Security Profile -> Service -> Properties -> SNMP Server 圖1-1,圖1-2)
出現錯誤信息如下,無法直接從 vsphere client 開啟者
「Call "HostServiceSystem.Start" for object "serviceSystem" on ESXi "YOUR-ESXI-HOST-IP" failed.」(圖2)
解決步驟:
1.以 putty 的 ssh client 登入 ESXi shell
2.執行 snmp 相關設定 (圖3)
~ # esxcli system snmp set -c public
~ # esxcli system snmp set -e yes
3. 退出 ESXi shell
4. 以 vsphere client 登入 esxi 然後 開啟 SNMP 服務 (圖4)
5. 完成
留言