Nic Failed Status


 
Thread Tools Search this Thread
Operating Systems Solaris Nic Failed Status
# 1  
Old 07-19-2013
Nic Failed Status

Hi guys,
Another problem here and I appreciate the help,
the interface in the solaris v440 is showing as "FAILED"

Code:
ce0: flags=19040803<UP,BROADCAST,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,FAILED> mtu 1500 index 2
        inet 192.168.1.30 netmask ffffff00 broadcast 192.168.1.255
        groupname MNIC

The IP cant be ping from outside, and the switch configurations mention that it is connected and working fine.
the prtdiag -v shows no errors with that instance.
Is the hardware failing? Any Ideas? Smilie

Thanks
# 2  
Old 07-19-2013
Check
Code:
grep ce0 /var/adm/messages

# 3  
Old 07-19-2013
Code:
/var/adm/messages:Jul 19 12:38:09 localhost pcd: [ID 526245 kern.notice] PCD: Starting capture 0x3000d232be8 session 0x300
0d4e29d8 ppaname ce0: BufSize 0x400000
/var/adm/messages:Jul 19 12:38:09 localhost pcd: [ID 600874 kern.notice] PCD: Closing capture 0x3000d232be8 session 0x3000
d4e29d8 ppaname ce0, captured: 0, lost: 0
/var/adm/messages:Jul 19 12:38:09 localhost ISS[714]: [ID 984656 user.error] (localhost ) - InitializePacketDriver for ce0 interface failed: No IPs configured for this adapter.

# 4  
Old 07-19-2013
What kind of software are you running on that server? Was this NIC ever functioning properly?
# 5  
Old 07-19-2013
I believe this NIC was running before.
I am not sure I am just now noticing the problem..
It's a v440 system running solaris 9.
# 6  
Old 07-19-2013
I mean what kind of applications are running there. The last message is coming from an application and not Solaris.
# 7  
Old 07-19-2013
VCS cluster, oracle that's all I know as of now
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

2. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

3. IP Networking

squid proxy: one NIC for inbound & one NIC for outbound?

I am new in squid proxy. My question is how to (and if it's necessary) to set one NIC for inbound traffic (http requests) and one NIC for outbound traffic (http answers)? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

4. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

5. Windows & DOS: Issues & Discussions

Autosys unable to set the job to the status of FAILED

Hi The Autosys job that call DOS batch file which in turn calls java and this java program has successful completion though there are series of exception occurred in the data it handles and want the job to be set to Fail in its autosys, how could it be done? a.bat { java sample.class ... (1 Reply)
Discussion started by: muthupus
1 Replies

6. Shell Programming and Scripting

Status of NIC

Can anybody tell me the command to find out the current status of Network Interface Card? (2 Replies)
Discussion started by: warlock129
2 Replies

7. Shell Programming and Scripting

NIC status bash shell

Hi can someone tell me what command i can use to find the NIC status im using the bash shell. I'v tried ifconfig -a but this comes back as command not found. (3 Replies)
Discussion started by: warlock129
3 Replies

8. Shell Programming and Scripting

Failed to check status code in "rsh" command

Hi folks, I wrote a ksh program which run scripts from remote server. To check the status code I wrote the following function: check_remote_status() { status_code=`tail -1 $installLog` if ] ; then echo $errMsg | tee -a $installLog exit 1 else echo $validMsg >> $installLog fi... (9 Replies)
Discussion started by: nir_s
9 Replies

9. UNIX for Dummies Questions & Answers

NIC The Status Down but I can ping the localhost??!!

Hello, hi guys I don't know what is the problem with my NIC I can ping the Localhost (LOOPBACK) but when I run a scripts to check the NIC statuse it's shown the NIC DOWN sooo what could be the problem and what is the best way to start trouplshooting the NIC in SUN-SOLARIS. Regards, Karim ... (3 Replies)
Discussion started by: geoquest
3 Replies
Login or Register to Ask a Question