[need help] error after configure network card at v890 sparc


 
Thread Tools Search this Thread
Operating Systems Solaris [need help] error after configure network card at v890 sparc
# 1  
Old 10-11-2006
Error [need help] error after configure network card at v890 sparc

hi experts,

i have some problem with my server v890, i had config the network with ce0,ce1 and eri0 but after reboot the server have this error messages display :

WARNING: ce0: fault detected external to device; service degraded
WARNING: ce0: xcvr addr:0x01 - link down
configuring IPv4 interfaces:ifconfig: USSDGmdn-3a: bad address
ce0ifconfig: USSDGmdn-3b: bad address
ce1 eri0.
Hostname: USSDGmdn-3
NOTICE: ce0: fault cleared external to device; service available
NOTICE: ce0: xcvr addr:0x01 - link up 1000 Mbps full duplex
The system is coming up. Please wait.

please advice how to fix it ?


thank you for your attention


Best Regards,

wu
# 2  
Old 10-11-2006
It looks like it fixed itself

NOTICE: ce0: fault cleared external to device; service available
NOTICE: ce0: xcvr addr:0x01 - link up 1000 Mbps full duplex

Run ifconfig -a to look at the configured network cards. Post the output (change any IP you don't want seen with something that gives no clue for security reasons)

Then use the ndd command to check the status of the cards.
You can use the ndd command on most interfaces - basically, you set which interface you want to use and then check if it is up or down - other parameters can be checked also. See the man page.
ndd -set /dev/hme instance 0 #change hme and 0 to your type of interface & number

ndd -get /dev/hme link_status
0 is down, 1 is up
# 3  
Old 10-12-2006
Quote:
Originally Posted by RTM
It looks like it fixed itself

NOTICE: ce0: fault cleared external to device; service available
NOTICE: ce0: xcvr addr:0x01 - link up 1000 Mbps full duplex

Run ifconfig -a to look at the configured network cards. Post the output (change any IP you don't want seen with something that gives no clue for security reasons)

Then use the ndd command to check the status of the cards.
You can use the ndd command on most interfaces - basically, you set which interface you want to use and then check if it is up or down - other parameters can be checked also. See the man page.
ndd -set /dev/hme instance 0 #change hme and 0 to your type of interface & number

ndd -get /dev/hme link_status
0 is down, 1 is up


hi RTM,

thank you for your solution

Best Regards,

wu
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Error on network card

Hi Please can you help me to understand what could be wrong based on what I have captured in the logs: I have run cat /var/log/syslog | grep -i warn, and I got the following output NetworkManager: <warn> Activation (eth3) failed. Dec 23 10:58:25 cmoveldb02 NetworkManager: <warn> (eth3): DHCPv4... (2 Replies)
Discussion started by: fretagi
2 Replies

2. Linux

how to configure Squid with ONE Network Card for cache and proxy

hello all, how i can configure Squid with ONE Network Card for cache and proxy as shown in image attached. (1 Reply)
Discussion started by: jazaib92
1 Replies

3. Red Hat

How to configure network interface card in OEL.

Hi I have installed OEL 4 on my dell XPS laptop. But when i connect the LAN cable and try to acesss internet. it does not work. the led's in the port do not blink when i plug in the cable .do i need some drivers please suggest. Thanks Ankur (2 Replies)
Discussion started by: ankurk
2 Replies

4. Solaris

Configure network card in Sun Solaris 10 for Dell Optiplex 745

Dear All, I am a beginner of Sun Solaris. Now I install Sun Solaris 10 on my machine Brand Dell optiplex 745. When i complete installation I found no Network Card in my computer by using command ifconfig -a, I found only loopback Adapter. Could anyone help me to solve this problem? Cheer, ... (5 Replies)
Discussion started by: veasnabee
5 Replies

5. Solaris

[need help] about after running sys-unconfig and config network for v890

hi expert, i had do sys-unconfig for my v890 sparc and had config for eri0 network interface and hostname but after the server bring up i got this error messages : NIS domainname is www.USSDGmdn-4.com starting rpc services: rpcbind keyserv done. Setting netmask of eri0 to 255.255.255.0... (5 Replies)
Discussion started by: bucci
5 Replies

6. Solaris

[help]network error after reboot server v890 sparc

hi expert, i had reinstall the sun v890 server solaris 8 and also do mirroring, i had configure the network for the server (hostname.eri0,hosts,netmasks,nodename,etc) after i reboot get and error messages below : Setting default IPv4 interface for multicast: add net 224.0/4: gateway... (5 Replies)
Discussion started by: bucci
5 Replies

7. Solaris

[HELP] mirroring disk at solaris 8 sparc v890

hi expert, sorry i'm new in solaris system, need more advice and help :) i'm confusing with mirroring disk at my sparc v890 solaris 8, i have 6 harddisk which the structure shown below : format : AVAILABLE DISK SELECTIONS: 0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> ... (4 Replies)
Discussion started by: bucci
4 Replies

8. IP Networking

Quad Fast Ethernet Card on Sparc 10?

I am having a problem getting my configuration to stick. After I installed my quad-card I did the following: 1. created hostname.qe0, hostname.qe1, hostname.qe2, hostname.qe3 files in my /etc directory. 2. In my /etc/hosts file I added the ip address of each interface and the name for each... (7 Replies)
Discussion started by: jskillet
7 Replies

9. Cybersecurity

network card physical reset error

Hi all I am facing some problem with network card i am using solaris8 and on sunultra10 .As it is my firewal machine i have got on backup harddisk for any emergency. In one hardidsk while installation only hme0 interface was configured and in the backup hard disk qfe0/hme0 both are... (0 Replies)
Discussion started by: Prafulla
0 Replies
Login or Register to Ask a Question