Identifying Network Ports

 
Thread Tools Search this Thread
Special Forums Hardware Identifying Network Ports
# 1  
Old 03-24-2010
Identifying Network Ports

OK, so I have a real dumb question, but I am desperate for an answer.
If my Sun machine shows the following out put.

Code:
root@xxxx:/# egrep network /etc/path_to_inst
"/pci@1f,0/pci@1,1/network@c,1" 0 "eri"
"/pci@1f,0/pci@1,1/network@5,1" 1 "eri"

Does that indicate that there is one eri interface card with two ports (eri0 and eri1), or does that mean there are 2 interfaces cards each with one port?

Please reply.

Last edited by Scott; 03-24-2010 at 05:51 PM.. Reason: Code tags
# 2  
Old 03-24-2010
They are both in the same PCI slot, i.e.:
pci@1,1
# 3  
Old 08-06-2010
path_to_inst

This is an easy one. You have 2 interfaces , Sun servers , most of them come with 2 interfaces .



bryan
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Identifying a process

morning, i introduce the following sentence: "sudo lsof -i | grep smtp" ang get a list of the processes. two of them i don't know what is the function: 29574 & 29575, with the following indication: "memo" the rest of the processes shown are smtpd. i kill these two processes and they disappear,... (4 Replies)
Discussion started by: brijan007
4 Replies

2. Linux

Ports,number of slots,network devices - UNIX

Hi All, Can someone help me in finding out below information from ReHat linux,Solaris,AIX, hp-ux machine : 1. How to find total number of ports in supported by each slot. 2. name of ports that are used to transmit data to the printer 3. total number of slots on a network device (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

3. Linux

nix User Access Restrictions to Network, USB ports, PCMCIA, CDROM

How to create a user account on a Linux desktop machine with restrictions on connecting to the LAN, WAN, PCMCIA ports, Firewire, CDROM and generally any user controllable output options? I have the task to set up a machine for users working with sensitive data that should not be leaving the... (1 Reply)
Discussion started by: netfreighter
1 Replies

4. Shell Programming and Scripting

identifying duplicate entries

hi all, have got a large log file and was wondering if there is a easy way on solaris box to grep out duplicate entries based on email address ?? sample log file : 2010-06-19,04:08:12,235632470,2010-06-18T00:00:00.000+12:00,zinny123@hotmail.com... (2 Replies)
Discussion started by: cesarNZ
2 Replies

5. UNIX for Advanced & Expert Users

Identifying IO without the use of IOTop

Hey, I'm in the process of working on a script to identify IO usage on a high IO server I have setup (Debian Etch). My question is how can identify specific processes that are using much of these resources, I can identify the processes using IOTOP, but doing it remotely via script can be a pain... (1 Reply)
Discussion started by: dnbert
1 Replies

6. UNIX for Dummies Questions & Answers

identifying running processes

how to identify the processes running by giving the parent process id (1 Reply)
Discussion started by: trichyselva
1 Replies

7. Solaris

How to identifying the network card ?

Hi Experts, Can we use some command from unix to find the available network interface? I did tried Its listing following, however how can I decide the which vender card is attached e.g. if its hme , bge or some thing else Thanks (7 Replies)
Discussion started by: kumarmani
7 Replies

8. Shell Programming and Scripting

Identifying RF users

HP-UX All, I work in a manufacturing environment where some users connect to our Progress-based system with wireless RF units (Bar-code). Sometimes they go out of range and get disconnected but their session remains alive (ghost sessions). This sometimes causes record lock problems and is a pain.... (6 Replies)
Discussion started by: rm-r
6 Replies

9. UNIX for Dummies Questions & Answers

telnetd: all network ports in use

I hope someone can enlighten me on this. A few weeks ago, the root file system my UnixWare 7.1.1 server became corrupt so I ended up doing a full restore of the OS from tape backup. Since then, after I get about 270 users on the system, the message "telnetd: all network ports in use" is... (1 Reply)
Discussion started by: davekox
1 Replies

10. UNIX for Dummies Questions & Answers

Dual network ports

Hey all, I got a Ultra 60 and I'm going to put a quad fast ethernet card into it, also I have a NAS with dual ethernet ports. I'm going to setup the Ultra 60 as a gateway to the NAS. Is it possible to setup 2 ports on the quad fast ethernet card to talk to the 2 ports on the NAS? Both... (2 Replies)
Discussion started by: merlin
2 Replies
Login or Register to Ask a Question