latest V1000 Software
http://www.cisco.com/cisco/software/navigator.html?mdfid=282362725&i=rp
Vmware Commands
esxupdate query | grep VEM
vem version
vemcmd show card
vemcmd show port
tail /var/log/vmkernel -n 30
vemlog show last 2000 | more
ac02-ns1-01
read the log and remvoe the stuff we don't need
tail /var/log/vmkernel -n 40000 | grep -v runt | uniq
tail /var/log/vmkernel -n 40000 | grep -v runt | grep ": 1"
http://www.cisco.or.at/en/US/docs/switches/datacenter/nexus1000/sw/4_0/troubleshooting/configuration/guide/trouble_5modules.html
http://saloperie.com/docs/cisco/BRKVIR-3005.pdf
Great PDF with trouble shooting and commands
VEM may drop Cisco Nexus 1000V ARP request from VM.
|
Revised understanding of the issue of 30secs of working and 30secs of reset
putting a single nic in a port channel causes it to behave 30 seconds up and then 30 seconds down, this has be recreated. the speed setting has nothing to do with it. and the Auto Negotiation being seen in the log was just after the 30 sec fail.
Before you can disable Vpc (Virutal port channel) you must remove all but one nic it from the Distubed switch in ESX.
VEM commands can be run remotely from the VSM (v1000)
module vem 3 execute show port
Update VEM Feature Level after VSM Software Update:
system update vem feature level <number> : <number> being the feature level if you do it without the number it will show the available feature levels
Show current VEM feature level on VSM:
sh system vem feature level
show system redundancy status
show interface status
show run interface po4
show run interface ethernet 6/3
conf
interface ethernet 6/3
show port-channel summary
show interface brief
show run interface po7
show svs
sh cdp nei
sh module vem mapping
show module
show log last 30
When you can ping the VM from some Other Machines but others say destination unreacable. Its the firmware
Links
add or remove interface to port channel
conf
interface ethernet 6/3
channel-group 21 mode active
no channel-group 21 mode active
When you can ping the VM from some Other Machines but others say destination unreacable. Its the firmware
No comments:
Post a Comment
Please leave a comment; someone, anyone!