V490 Network Active Hardware no IP


 
Thread Tools Search this Thread
Operating Systems Solaris V490 Network Active Hardware no IP
# 1  
Old 10-10-2014
Sun V490 Network Active Hardware no IP

Hi All,

Been a while since I touched a Solaris box so thought I would fire one up just to keep a hand in and I am amazed I have stumbled so early on. I am using a Sun v490, running latest patch of Solaris 10. The system shows the interfaces are configured (ifconfig netstat etc) but no IP is working from them (ping arp etc). If I physically unplug one of the interfaces a console message is displayed and shows when its reconnected. I have check the firewall is turned off etc and still nothing... So I am sure I am missing something really obvious but scratching my head.

Cheers,

Diar.
# 2  
Old 10-10-2014
Does the interface in question have an ip address? Are you using dhcp or static ip? If the interface does have an IP address...can you ping that from the system itself? Can you ping the loopback interface (127.0.0.1)? Are there any entries in the arp cache? arp -an. Show results from the commads you mention.
# 3  
Old 10-11-2014
Hi,

Unfortunately I can't copy and paste the results verbatim so will have to retype.

a ping to localhost, replies
a ping to either of the interface address's fails,
ifconfig -a shows the ip address's bound to the correct interface
arp -an shows nothing.

Any ideas?
# 4  
Old 10-11-2014
When you look at the ifconfig -a output, are the flags up and running true for the interface in question?

Eample:
Code:
e1000g0: flags=19040843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
          inet xxx netmask ffffffc0 broadcast xxx
          ether 0:14:4f:cb:71:5e

# 5  
Old 10-12-2014
Thanks for you help guys I added "+ up" to the interface hostname file and that seems to have fixed it. Can't remember every having done that before though...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Could you help me writing a script showing which network connections are currently active?

Could you help me writing a script showing which network connections are currently active? Means output should be something like: "eth0, wlan1, wlan3" Problem: The output is supposed to happen on a 16x2 LCD Display. Currently I am doing a "Ifconfig" as output, but its too fast for the... (2 Replies)
Discussion started by: lordofazeroth
2 Replies

2. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

3. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

4. AIX

How to active this network adapter?

When I configure two VIO Servers, VIOS1 used to ping its gateway, after I configured second VIOS2, VIOS1 cannpt ping its gateway, when I run this command: entstat -all ent#|grep -i priority Priority: 5 Active: False How to make Active to True? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

5. AIX

How to find the active network inteface on etherchannel

I have a server with multiple network interfaces. 2 of these interfaces, lets say en2 and en6 make up an etherchannel interface, which let's say en8. when I run the command lsattr -El ent8 I can see the designated primary and backup interfaces as ent6 and ent2, in the given order. But... (10 Replies)
Discussion started by: thenomad
10 Replies

6. Windows & DOS: Issues & Discussions

Windows Active Network Connection Override

Hi All, I use two Network Connections at work: Wireless and LAN. Wireless network has no limitations, but LAN internet has a web filter. I start a download using my Wireless conn. (At this point, LAN is disabled) But when I activate my LAN connection my download stops immediately. LAN... (4 Replies)
Discussion started by: kalavkalav
4 Replies

7. Shell Programming and Scripting

network active shell script

can anyone help me find a script that i can use to see whether a network is up and if it aint up then create a new network. (0 Replies)
Discussion started by: king_jon85
0 Replies

8. Linux

active network connections

how can i see active network connections (1 Reply)
Discussion started by: youmna
1 Replies
Login or Register to Ask a Question