31 Ağustos 2015 Pazartesi


Merhabalar Arkadaşlar ;

Nutanix için yayınlanmış olan vSphere Administration Guide Pdf el kitabına aşağıdaki linkten erişebilirsiniz.

İyi Çalışmalar.

http://ntnx-portal.s3.amazonaws.com/documentation/NOS_v4_0/vSphere_Administration-NOS_v4_0.pdf

Configuration in ESXi SNMP Agent using esxcli

esxcli system snmp set –r
-r option will set agent configuration to factory defaults

esxcli system snmp set -e 1
 -e 1/yes/true option will enable SNMP service.
–e 0/no/false option will disable SNMP Service

esxcli system snmp set -c private
- will set community

esxcli system snmp set -l debug
- will set syslog log level to the highest

esxcli system snmp set -t 192.168.2.1@1111/public
- will set the v1/v2c trap targets