Have a little V100 box running Solaris 10, it makes an okay light-duty server. Has two fast ethernet interfaces
So far so good ... but the other day this foo unplugged the switch, both interfaces went down, the second one never came back up. This has happened before, dmfe1 is stubborn.
< ifconfig dmfe1 up > doesn't bring it up ...
I know I can reboot but stubborn. Is there a simple way to force the second interface into a running state ?
Code:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dmfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.30.25 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:b9
dmfe1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
inet 172.16.30.26 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:ba
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dmfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.30.25 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:b9
dmfe1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
inet 172.16.30.26 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:ba
So far so good ... but the other day this foo unplugged the switch, both interfaces went down, the second one never came back up. This has happened before, dmfe1 is stubborn.
< ifconfig dmfe1 up > doesn't bring it up ...
Code:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dmfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.30.25 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:b9
dmfe1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
inet 172.16.30.26 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:ba
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dmfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.30.25 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:b9
dmfe1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
inet 172.16.30.26 netmask ffffff00 broadcast 172.16.30.255
ether 0:3:ba:f8:9e:ba
I know I can reboot but stubborn. Is there a simple way to force the second interface into a running state ?