list of physical net interfaces


 
Thread Tools Search this Thread
Operating Systems Solaris list of physical net interfaces
# 1  
Old 01-19-2010
list of physical net interfaces

hi,

Can I listdown all available net interfaces on my system like SF4800 or Netra440.

I know there are 4 port physically present but I can't see or list them using either

sysdef -v
prtconf -vp
prtdiag -v
dladm
kstat

may be I'm missing switched on these or may some other command comes to my help.
# 2  
Old 01-19-2010
grep -i net /etc/path_to_inst
# 3  
Old 01-19-2010
# grep -i net /etc/path_to_inst
"/pci@1c,600000/network@2" 0 "ce"
"/pci@1f,700000/network@1" 1 "ce"


and this system has 4 physical ports on system....while this command is showing only 2 which are configured.

Regards,
# 4  
Old 01-19-2010
dladm show-dev shows nothing?
# 5  
Old 01-19-2010
Quote:
Originally Posted by busyboy
# grep -i net /etc/path_to_inst
"/pci@1c,600000/network@2" 0 "ce"
"/pci@1f,700000/network@1" 1 "ce"


and this system has 4 physical ports on system....while this command is showing only 2 which are configured.

Regards,
Just to confirm, were cards newly added to the system or was it there for a long time since?
# 6  
Old 01-20-2010
# dladm show-dev
ce0 link: unknown speed: 100 Mbps duplex: full
ce1 link: unknown speed: 100 Mbps duplex: full
#


it shows only configured interfaces

---------- Post updated at 11:32 AM ---------- Previous update was at 11:30 AM ----------

Hi incredible,

This is a Netra440 and I know that there are four ports available. OP states how can we identify in a system how many network instances are available.

Regards,
# 7  
Old 01-20-2010
the "dladm show-dev" command should show all interfaces (configured or not) in a machine. so the above output should be true! doublecheck that you are testing on the right machine (use the locator light if you are unsure).
if there are more interfaces and dladm can not find them, the driver should be missing. you can try to run "devfsadm" or "reboot -- -r" to add the missing interfaces.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to list physical CPU on primary domain?

How to list physical CPU on primary domain? Sparc SPARC T5-4 psrinfo -p 1 in ILOM I see Processors: 4 / 4 (2 Replies)
Discussion started by: thomasj
2 Replies

2. AIX

AIX with 2 Net Interfaces lose connectivity

hi guys We have a AIX Server with TSM installed. This server has en0 for administration purposes and we have en1 for backup stuff. en0 subnet 10.10.10.x en1 subnet 10.10.20.x The issue we are having is all of a sudden the LPARs we are backing up lose connectivity to the AIX-TSM Server.... (23 Replies)
Discussion started by: karlochacon
23 Replies

3. Solaris

[Solved] Solaris list physical volume details

in AIX, we have lspv command to display details of physical volume like below: lspv -l hdisk102 hdisk102: LV NAME LPs PPs DISTRIBUTION MOUNT POINT oradata112lv 1599 1599 320..320..319..320..320 /oracle/oradata11 Can you please tell how to... (2 Replies)
Discussion started by: sendtoshailesh
2 Replies

4. UNIX for Dummies Questions & Answers

Solaris Logic to transmit traffic to physical interfaces ( eg ce0 and ce1)

Just wanted to understand what is the logic being used by Solaris(kernel) to transmit data/traffic on physical interfaces. I have seen most of the time traffic is being sent to interface ce0 and sometime to ce1. I have removed ip address from below command for some reason. netstat -rn ... (3 Replies)
Discussion started by: nadeemahmed
3 Replies

5. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

6. Solaris

svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks. ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface # ifconfig eg1000g0:2 plumb ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface # ifconfig... (2 Replies)
Discussion started by: andersonedouard
2 Replies

7. AIX

Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine

Hello All, Can anybody please tell me what is the maximum limit of Physical IBM Power Machine which can be handled by single HMC at a single point of time? Thanks, Jenish (1 Reply)
Discussion started by: jenish_shah
1 Replies

8. Solaris

List all resources on physical host LDOM server

Hello, I have a SUN T5240 running Solaris 10 with Logical Domain Manager (v 1.0.3). You can use the "ldm" command to display current resources on the box. Is there away to display all the "physical resources" on the box(i.e.,used and unused). For example, "ldm ls" will tell me what the... (5 Replies)
Discussion started by: stephanpitts
5 Replies

9. Solaris

IPMP on 2 physical interfaces

Hi Community, I've a problem with IPMP: I have 2 physical interfaces, 1 "physical IP" and 1 VirtualIP. My question is: is it possible to have IPMP configuring 2 physical interfaces with the same "physical" IP Address? for example: ce0 10.10.10.10 ce5 10.10.10.10 and VIP... (5 Replies)
Discussion started by: Sunb3
5 Replies

10. Programming

C program : how to list interfaces with a valid IP ?

Hi all, I think that the title is explicit enough :) I would like in a C program to list the interfaces with a valid IP. Those that can permit to send something over a network. Thanks ;) (7 Replies)
Discussion started by: brolon
7 Replies
Login or Register to Ask a Question