Brain Goo

Carpe Crap ‘em

Brain Goo header image 4

Entries from June 2009

Locate an Unknown NIC Device Name in Solaris 9

June 2nd, 2009 · No Comments

If you install a NIC in a Solaris SPARC box, at least on Solaris 9, and you don’t know the device name, the following will help:
prtconf -pv | more
look for
device_type:  ‘network’
Near the network device you’ll see model and name, similar to this:
model:  ‘SUNW,pci-qfe’
name:  ‘SUNW,qfe’
In this case your device is a qfe card.  You can get [...]

[Read more →]

Tags: How Tos · solaris