hme0 problem after reboot


 
Thread Tools Search this Thread
Operating Systems Solaris hme0 problem after reboot
# 1  
Old 11-24-2005
hme0 problem after reboot

Hi .....
My problem is that when i reboot the system i can't connect to the network because my ethernet ( hme0 ) is down , i must up it by ifconfig command

after reboot :

# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet x.xxx.xxx.xx netmask ff000000 broadcast x.xxx.xxx.xxx
ether 8:0:20:e8:e0:c2

i must type ifconfig hme0 up all time after reboot , my question is there is a way to setup it aumatically ?

OS: SUN SOLARIS 9 ON SUN SPARC SERVER

TNKS IN ADVANCE !!!!!!!!
# 2  
Old 11-25-2005
It should be setting it up automatically if the server was built correctly and no changes were made.

You need to check the following:
1. cat /etc/hostname.hme0
if the contents are a hostname - make sure that hostname is in /etc/hosts with the correct IP
if it is an IP, make sure it's the correct IP

2. cat /etc/netmasks
Look for the netmask for your network - it should be listed. Make sure it's the correct netmask for your network - ask your network admin.

3. Check for /etc/rc2.d for these files
S69inet S72inetsvc - on next reboot and the interface doesn't come up - run these to see if that works on bringing it up. If so, then something is wrong with the timing. If not, then it's something else.

You could also look into doing a sys-unconfig to reconfigure your system.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ifconfig hme0 plumb not working

Hiii folks,, I am unable to configure NIC using hme0 command. I am getting an error message as "hme0: File or directory not found.." can someone help me... Bhagi... (9 Replies)
Discussion started by: bhargav90
9 Replies

2. Linux

Reboot investigation problem

I have a linux server,in this i receive alarm as server has rebooted. When i check uptime of the server it says that the server has rebooted but when i check output of who -b it says that the server rebooted very long back Can some one help what is the issue here. (3 Replies)
Discussion started by: tiwsaj
3 Replies

3. Solaris

SUNW, hme0: Link Down - Cable problem

Ultra E150 Solaris 2.5.1 Oracle server. was working fine, then started losing network connection. I can see in messages file that it was complaining about another device using its ip address. Though not any longer, though I wonder if that was a red herring. My IT guys have now re-reserved its ip... (29 Replies)
Discussion started by: AlSmith1964
29 Replies

4. UNIX for Advanced & Expert Users

problem connecting to oracle 10g after NCR node reboot

Hi All, I am facing a connection problem with Oracle 10g on Solaris 10 when my application (started by /etc/rc3.d at node reboot) tries to establish a session after reboot of the node where my application is running (NCR UNIX (MP RAS)). I find that my application (run as a deamon process)... (1 Reply)
Discussion started by: sowjanya
1 Replies

5. Solaris

sun 420r hme0 not responding

I have a 420r server it boots up all of the network settings are correct, however the machines network connection is not working. Cant ping anything from it, cant ping it from another machine on the network. If I ping 127.0.0.1 it says alive. Is there a chance the network card has been... (2 Replies)
Discussion started by: alanj4
2 Replies

6. UNIX for Dummies Questions & Answers

Changing Network Interface hme1 to hme0

I have sun solaris 9 installed but I have the interface configured to hme1 instead of hme0, our default value. Is there a way where i can rename the existing/working hme1 to hme0...? I want to showup the hmeo up if i say ifconfig -a.. rite now i see the hme1 up.. please advice if possible... (4 Replies)
Discussion started by: tintedwindow
4 Replies

7. UNIX for Dummies Questions & Answers

Shutdown and Reboot problem

Hi, i have sco openserver 5.0.6 but have a problem with shutdown or reboot commands. The string I use is "shutdown -g0 -y" but the system just hangs on "The sytem is down" . I used to get a "Safe to turn of" but now nothing. Same with "reboot" the sytem just freezes. Any suggestions? (1 Reply)
Discussion started by: VTechman
1 Replies

8. Solaris

Reboot problem !!! urgent plse !!!!!!!!!!!

Operatin System : Solaris 5.9 Server : Sun Fire 3800 Shutdown and reboot i receive the following messages ..... un Fire 3800 OpenFirmware version 5.15.2 (08/04/03 10:27) Copyright 2001-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. SmartFirmware,... (8 Replies)
Discussion started by: tt155
8 Replies

9. UNIX for Advanced & Expert Users

Hme0 interfaces...

How do you configure more than one network on a single hme0 interface under SunOS? And why would you want to do this? Thanx :) -Michelle (1 Reply)
Discussion started by: Michelle1977
1 Replies

10. UNIX for Advanced & Expert Users

hme0 babble -- ?

Dear Reader, I have a very unique problem. Quite often my on board ethernet port( hme0 ) related message is appearing in /var/adm/messages. The message is hme0: babble.. The port is up and alive. What does this message mean.. Is the on board port is about to fail?? Thanks in advance, (2 Replies)
Discussion started by: joseph_shibu
2 Replies
Login or Register to Ask a Question