ifconfig hme0 plumb not working


 
Thread Tools Search this Thread
Operating Systems Solaris ifconfig hme0 plumb not working
# 1  
Old 04-28-2012
Java 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...
# 2  
Old 04-28-2012
which solaris version do you use? post the output of cat /etc/release. if you are on solaris 10, please post also the output of dladm show-dev.
# 3  
Old 04-30-2012
can u send
Code:
grep -i network /etc/path_to_inst

output ?
# 4  
Old 05-05-2012
Quote:
Originally Posted by DukeNuke2
which solaris version do you use? post the output of cat /etc/release. if you are on solaris 10, please post also the output of dladm show-dev.
Thanks for the post here is the requested result,

1> Its is solaris 10 10/08 s10x_u6wos_07b x86
2> dladm show-dev
e1000g0 link:unknown speed: 0 Mbps duplex: half

---------- Post updated at 01:14 PM ---------- Previous update was at 01:06 PM ----------

Quote:
Originally Posted by baykan
can u send
Code:
grep -i network /etc/path_to_inst

output ?
Hii,

There is no output on my screen for the posted command. It prompts me to
# after the command executed..
# 5  
Old 05-05-2012
so you don't have a interface called "hme0". your interface name is "e1000g0". so your command should look like:
Code:
ifconfig e1000g0 plumb

# 6  
Old 05-05-2012
Quote:
Originally Posted by DukeNuke2
so you don't have a interface called "hme0". your interface name is "e1000g0". so your command should look like:
Code:
ifconfig e1000g0 plumb

Thanks duke..
What should i do to configure "hme0" instead of using "e1000g0"
# 7  
Old 05-05-2012
Don't worry about hme0/e1000g0, They are just "names" that identify network interfaces. hme0 is generally used on SPARC Hw. Depending the NIC card you have, the driver you use, then the name you use to configure a network interface. There are many other different names like qfe or ge for instance.

Cheers

Juan
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ifconfig ge0 plumb

Hello Folks, can anyone please help me with this ?! :wall: I'm using Solaris 10 with Sun V880 which has two Networks Interfaces, a Fiber (ge0) and a cooper (eri0). The eri0 is working great but when I try to plumb the ge0 interface ... # ifconfig ge0 plumb ifconfig: cannot open link... (18 Replies)
Discussion started by: pxb368@motorola
18 Replies

2. 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

3. Solaris

cannot plumb nxge on T5240

its a fresh installation. during the OS setup, it did not prompt for IP, netmask and gateway. using Solaris 10 08/07 update 4. I tried to plumb manually but encountered no such interface error. but nxge interfaces can be greped from the /etc/path_to_inst file. getting similar error on... (3 Replies)
Discussion started by: incredible
3 Replies

4. Solaris

ifconfig -a not working

Hi All, I logged into a sun microsystems server box, using both a vnc session and a ssh session. I am able to use "ifconfig -a" in a ssh session, but the same on a vnc session says that its a invalid command. how is this possible, when i am logging into the same box through two different... (4 Replies)
Discussion started by: pardhuhere
4 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. Solaris

Before plumb the network interface.....

I know that I could use the #ifconfig hme0 plumb to activate the network interface. However, how can I know the name of the interface e.g. hme0 before I could use the ifconfig to plumb it up? I know there is a command (but I forgot it) to use in the Sparc version when you are in the... (7 Replies)
Discussion started by: heero
7 Replies

8. Solaris

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... (1 Reply)
Discussion started by: tt155
1 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