Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ethernet Adaptors on E420R

Status
Not open for further replies.

BlueE

IS-IT--Management
Jun 4, 2001
7
GB
Hi,
I've got a E420 with 2 PCI Quad ethernet cards installed alongside the onboard ethernet. Three adaptors have been configured, hme0, qfe1 and qfe2. How do I know which physical ports qfe1 and qfe2 refer to?

Hope someone can help..

Thanks
Paul
 
Get to the ok prompt:

ok> show-devs
...
/pci@1f,2000/pci@2/SUNW,qfe@0,1 -> qfe1
/pci@1f,2000/pci@2/SUNW,qfe@1,1
/pci@1f,2000/pci@2/SUNW,qfe@2,1
/pci@1f,2000/pci@2/SUNW,qfe@3,1
/pci@1f,2000/pci@2/SUNW,qfe@0,2 -> qfe2
/pci@1f,2000/pci@2/SUNW,qfe@1,2
/pci@1f,2000/pci@2/SUNW,qfe@2,2
/pci@1f,2000/pci@2/SUNW,qfe@3,2

The SUNW,qfe@x,1 entries identify the adapter's four Ethernet devices.



or on Solaris:

# grep qfe /etc/path_to_inst

/pci@1f,2000/pci@2/SUNW,qfe@0,1 1 "qfe1"
/pci@1f,2000/pci@2/SUNW,qfe@0,2 2 "qfe2"


regards ph
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top