Network interface issue


 
Thread Tools Search this Thread
Operating Systems Solaris Network interface issue
# 1  
Old 09-29-2008
Network interface issue

Hi All,

I want to configure network into my system.

i tried following in to configure the interface

to find the name of interface

#prtdiag |grep net

i got following

0 PCI-1 33 1 network-SUNW, hme

then i tried following

#prtconf -v |grep net

network, instance #0

not sure is above is what i tried plumbing the interface with following

#ifconfig hme plumb

i got error as

ifconfig: plumb:hme: no such interface

then i tried

#ifconfig hme

and got following

ifconfig: status:SIOCGLIFFLAGS: hme: no such interface


please suggest as what could be the reason for same
:
# 2  
Old 09-29-2008
which solaris version do you use? post the output of:

Code:
cat /etc/release

# 3  
Old 09-29-2008
For what it's worth, you are going down the right path - but you need to plumb the instance - not just the type of interface
ie:
Code:
ifconfig hme0 plumb

and then assign the IP address / broadcast / netmask / group / etc.
Code:
ifconfig hme0 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1 255 up

# 4  
Old 09-29-2008
Its Solaris 10 5/08 s10s_u5wos_10 SPARC.

i an see the interface in /etc/path_to_inst as

"/pci@,0/pci@1,1/network@1,1" 0 "hme"
# 5  
Old 09-29-2008
Then the first instance is hme0 (not hme)
# 6  
Old 09-29-2008
if you are under solaris 10, please post the output of "dladm show-dev" and lets see which interfaces you have...
if it is a hme interface, use the post above your last. the procedure should work!
# 7  
Old 09-29-2008
Thanks avronius!

its working okay, i was plumbing the interface instate of instance.

Thanks again
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

2. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

3. Red Hat

Redhat disabling network interface - IRQ issue

Hi. I'm having problems on multiple Red Hat VM's (on esxi) whereby the network interface IRQ is disabled by the OS. This is the error from dmesg: command: Write(10): 2a 00 03 42 3f e0 00 00 08 00 mptscsih: ioc0: task abort: SUCCESS (sc=ffff81018b45c680) irq 67: nobody cared (try... (0 Replies)
Discussion started by: badoshi
0 Replies

4. IP Networking

network interface -

Hello, Please, how can i create a network interface with a routable IP address on linux (ubuntu) ? AND How can i desactivate an interface? Thank you so much for help. (1 Reply)
Discussion started by: chercheur857
1 Replies

5. IP Networking

Network interface-

Hello, Please what's the difference between: AND Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies

6. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

7. Solaris

Network interface not recoginized

Hello, I have Windows and Solaris 10 installed on HP Pavalion. Both of the operating system are installed on separate drives. Network card is recognized on Windows but Solaris doesn't seem to recognize it for some reason. So far I have tried sys-unconfig but it didn't really help. Please... (3 Replies)
Discussion started by: saudsos
3 Replies

8. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

9. Solaris

Network Interface Issue

Hi all, Here im facing problem with NIC Interface with my X86 Version of Solaris Express, even after loading module for that Interface. So please check this below mentioned log for your use and get back to me ASAP. - - - -- --... (0 Replies)
Discussion started by: baraghun
0 Replies

10. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies
Login or Register to Ask a Question