I did some searching on here, but nothing seems to solve my problem.
We have a FAS2050 with 2 interfaces, e0a, and e0b. We recently did a physical move of the array from an old office to new and e0a was setup on the old network, and e0b was setup for the new (that way we didn't need anyone on site to configure the box and we could do things remotely)
I'm getting the Network configuration mismatch error.
My RC file is:
#Auto-generated by setup Sat Jun 25 11:39:17 MST 2011
hostname USPHX1FP003
ifconfig e0b `hostname`-e0b mediatype auto flowcontrol full netmask 255.255.0.0
route add default 10.8.1.1 1
routed on
options dns.domainname na.aecomnet.com
options dns.enable on
options nis.enable off
options timed.enable off
options timed.enable on
savecore
My Hosts file:
#Auto-generated by setup Sat Jun 25 11:39:17 MST 2011
127.0.0.1 localhost
10.8.4.5 USPHX1FP003 USPHX1FP003-e0b
172.27.132.10 mailhost
ifconfig -a
USPHX1FP003> ifconfig -a
e0a: flags=0x2408866<BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.26.75.12 netmask-or-prefix 0xffffffc0 broadcast 172.26.75.63
ether 00:a0:98:13:83:08 (auto-1000t-fd-cfg_down) flowcontrol full
e0b: flags=0x2c48867<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.8.4.5 netmask-or-prefix 0xffff0000 broadcast 10.8.255.255
ether 00:a0:98:13:83:09 (auto-1000t-fd-up) flowcontrol full
lo: flags=0x1948049<UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM> mtu 9188
inet 127.0.0.1 netmask-or-prefix 0xff000000 broadcast 127.0.0.1
I have disabled e0a now since that network is no longer needed.
Any thoughts?