Hi,
Last week i did an update to OnTap 8.1.4p3 7-Mode on one of our v-series devices (V3240) and after the reboot it it decided that one of the 2 physical network interfaces would change from a speed of 1Gbps to 100Mbs. This caused a mismatch because it was in an interface group and the interface group decided it was going to go offline.
Essentially the interface group (vif0) should contain e0a and e0b. At the moment it only has e0b in due to this mismatch. If you look at the ifconfig output you can see that e0a is reporting a speed of 100Mbs. The network guys are telling me the network switch ports are reporting a speed of 1Gbps, Full Duplex and look fine. I had them shut down the ports and that made no difference, i disabled/enabled the port on the NetApp and now running out of ideas.
I am working with our network team on this but wonder if anyone has come across this before and/or has any possible ideas for me to try as i am stuck at this moment. I have detailed the output of /etc/rc, /etc/hosts and an ifconfigoutput if that helps?
Output of /etc/rc
#Auto-generated by cifs setup Fri Aug 24 12:07:19 BST 2012
#Auto-generated by setup Sat Aug 11 17:34:54 GMT 2007
hostname NETAPP01
ifgrp create lacp vif0 e0a e0b
vlan create vif0 60 70
ifconfig vif0-60 `hostname`-vif0-60 netmask 255.255.255.0 partner vif0-60
ifconfig vif0-70 `hostname`-vif0-70 netmask 255.255.255.0 partner vif0-70
route add default 10.x.x.x 1
route add net 10.x.x/24 10.x.x.x 1
routed on
options dns.enable on
options nis.enable off
savecore
timezone GB
Output of /etc/hosts
#Auto-generated by setup Sat Aug 11 18:20:27 GMT 2007
127.0.0.1 localhost localhost-stack
127.x.x.x localhost-10 localhost-bsd
127.x.x.x localhost-20 localhost-sk
10.x.x.x NETAPP01 NETAPP01-vif0-60
10.x.x.x NETAPP01-70 NETAPP01-vif0-70
# 0.0.0.0 NETAPP01-e0M
# 0.0.0.0 NETAPP01-e0P
Output of ifconfig -a
e0a: flags=0x2f0c866<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
ether 00:a0:98:1d:55:b6 (auto-100tx-fd-up) flowcontrol full
e0b: flags=0x8af0c867<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,VLAN> mtu 1500
ether 02:a0:98:1d:55:b6 (auto-1000t-fd-up) flowcontrol full
trunked vif0
vif0: flags=0xa2f0c863<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,VLAN> mtu 1500
ether 02:a0:98:1d:55:b6 (Enabled interface groups)
vif0-60: flags=0x2b4c863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
inet 10.x.60.x netmask 0xffffff00 broadcast 10.x.60.x
partner vif0-60 (not in use)
ether 02:a0:98:1d:55:b6 (Enabled interface groups)
vif0-70: flags=0x2b4c863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
inet 10.x.70.x netmask 0xffffff00 broadcast 10.x.70.x
partner vif0-70 (not in use)
ether 02:a0:98:1d:55:b6 (Enabled interface groups)