interface may off


 
Thread Tools Search this Thread
Operating Systems Solaris interface may off
# 1  
Old 04-21-2008
interface may off

Dear ALL,
my server give me messages like below:

Apr 20 21:33:09 TAISERVER in.routed[175]: [ID 238047
daemon.warning] interface bge3 to 192.168.11.22 turned off

I check with ifconfig,but nothing error that,how can make it solve...thanks for your help.
# 2  
Old 04-21-2008
post the output of:

Code:
# ifconfig -a
# cat /etc/hostname.*
# netstat -rn

please change sensitive information (names, ips and so on...) to xxx!
# 3  
Old 04-21-2008
is bge3 going to a switch or router?
# 4  
Old 04-21-2008
#ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.250.12 netmask ffff0000 broadcast 172.16.255.255
groupname prod_ge0+ce1
bge0:1: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 2
inet 172.16.250.14 netmask ffff0000 broadcast 172.16.255.255
bge0:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.10.253 netmask ffffff00 broadcast 192.168.10.255
bge0:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.16.250.10 netmask ffff0000 broadcast 172.16.255.255
bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.41.224.102 netmask ff000000 broadcast 10.255.255.255
bge1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.41.224.100 netmask ff000000 broadcast 10.255.255.255
bge3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 192.168.11.22 netmask ffffff00 broadcast 192.168.11.255
ce1: flags=69040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 1500 index 5
inet 172.16.250.17 netmask ffff0000 broadcast 172.16.255.255
groupname prod_ge0+ce1
cip0: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 6
inet 193.169.1.2 netmask ffffff00 broadcast 193.169.1.255
ether 0:14:4f:5e:70:b4


#cat /etc/hostname.*
prd-taiserver netmask + broadcast + group prod_ge0+ce1 up
addif prd-taiserver12A netmask + broadcast + deprecated -failover up
taiserver
upstaiserver
prd-taiserver12B netmask + broadcast + group prod_ge0+ce1 deprecated -failover standby up

#netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.10.0 192.168.10.253 U 1 0 bge0:2
192.168.11.0 192.168.11.22 U 1 81 bge3
193.169.1.0 193.169.1.2 U 1 14315 cip0
172.16.0.0 172.16.250.12 U 1 105230 bge0
172.16.0.0 172.16.250.10 U 1 0 bge0:3
172.16.0.0 172.16.250.12 U 1 0 bge0:1
172.16.0.0 172.16.250.12 U 1 12106 ce1
10.0.0.0 10.41.224.102 U 1 165003 bge1
10.0.0.0 10.41.224.100 U 1 0 bge1:1
224.0.0.0 10.41.224.102 U 1 0 bge1
127.0.0.1 127.0.0.1 UH 7756854010 lo0
# 5  
Old 04-22-2008
there is only ONE hostname.* file? the output of ifconfig looks ok. so maybe pupp is right and it's a problem with the switch or cable...
# 6  
Old 04-22-2008
what do you get if you force a ping out bge3 to the default gwy? can you ping that gwy?
# 7  
Old 04-23-2008
Quote:
Originally Posted by pupp
what do you get if you force a ping out bge3 to the default gwy? can you ping that gwy?

like these :

lsav@taiserver> rsh 192.168.11.22
lsav@taiserver> ping -s 192.168.11.0
PING 192.168.11.0: 56 data bytes
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=0. time=0.226 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=1. time=0.232 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=2. time=0.158 ms
^C
----192.168.11.0 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/avg/max/stddev = 0.158/0.205/0.232/0.041
lsav@taiserver> ping -s 192.168.11.22
PING 192.168.11.22: 56 data bytes
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=0. time=0.201 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=1. time=0.175 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=2. time=0.180 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=3. time=0.173 ms
64 bytes from upstaiserver12 (192.168.11.22): icmp_seq=4. time=0.187 ms
^C
----192.168.11.22 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max/stddev = 0.173/0.183/0.201/0.011
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

2. UNIX for Dummies Questions & Answers

Interface

Hi All, How to check whether a Interface has a single port or dual port.Thanks in advance. (5 Replies)
Discussion started by: rama krishna
5 Replies

3. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

4. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

5. Solaris

Command line Interface or GUI Interface not shown on solaris

Dear all, I am a newbie in solaris and I need your advice. I have a Solaris version 5.9 installed on Sunfire V240. I am able to ssh the machine from putty remotely. My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies

6. UNIX for Advanced & Expert Users

interface problem

hi all, i have problem with my box, until now i can't investigate the root cause of my issue at my box. here the problem. i have a box as a squid server just forward all request packet from one interface and receive the packet then forward to client at the same interface. but after 5 hours i... (1 Reply)
Discussion started by: tindasz
1 Replies

7. IP Networking

How to down interface without name

Hi, ifconfig -a return: eth0 Link encap:Ethernet HWaddr 00:09:3D:12:9D:5A inet addr:172.19.208.7 Bcast:172.19.208.63 Mask:255.255.255.192 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:211478649 errors:0 dropped:0 overruns:0 frame:0 ... (5 Replies)
Discussion started by: djbuly
5 Replies

8. Solaris

no such interface

Hi Community, I've a problem with an interface of my Sun Workstation: when I try to plumb hme0 interface I see this output: # ifconfig hme0 <ip_address> netmask <mask> plumb #ifconfig: plumb: hme0: no such interface I've the same thing with dhcp service. could you provide any solution... (1 Reply)
Discussion started by: Sunb3
1 Replies

9. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies
Login or Register to Ask a Question