Pages

Friday, April 8, 2011

Vmware and Cisco Nexus 1000 Notes

This post is mostly just commands I've been meaning to flush out to a full post but haven't had the time. I'm going to go ahead and post it as it may help some one. I do plan on coming back to finish and flush out more explanations but till then good luck. If really do have honest questions ask them in the comments and I'll answer what I can.




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"

Cisco v1000 Commands
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





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



Links 

No comments:

Post a Comment

Please leave a comment; someone, anyone!