esxcli

Issue: vCenter 6 appliance space issue /storage/core out of space /storage/core folder shows 100% used. Resolution SSH into vCSA. issue the command “df -h” to display the disk space status ( /storage/core folder shows 100% used) CD into /storage/core directory issue the command “ls -l -t” to display the files by date. Delete the oldest first.  You […]

Read More

esxcli network vswitch standard portgroup add -p “vMotion Network” -v vSwitch0esxcli network ip interface add –interface-name=vmk3 –portgroup-name=”vMotion Network”esxcli network ip interface ipv4 set -i vmk3 -I 192.168.2.103 -N 255.255.255.0 -t static

Read More