Showing posts with label esxi. Show all posts
Showing posts with label esxi. Show all posts

Friday, August 26, 2022

VMware : Replication/Migration VM between ESXi host

1st Method Source : ESXi-01 - VM on this source must shutdown first before replicate/migrateDestination : ESXi-02 - the destination server to host the replicate/migrate VMThe step: 1. Download  OVF Tool - download from here https://developer.vmware.com/web/tool/4.4.0/ovf 2. Install OVF Tool...

Wednesday, June 12, 2019

VMWare ESXi : Enable SNMP

Solution: 1. SSH to ESXi server 2. Run as below command esxcli system snmp set -r esxcli system snmp set -c YOUR_STRING esxcli system snmp set -p 161 esxcli system snmp set -L "City, State, Country" esxcli system snmp set -C noc@example.comesxcli esxlci system snmp set -e yes 3. Finished - can test the snmp from snmp tools Note: To change hostname for ESXi server esxcli system hostname set...