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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gathering system info 1

Status
Not open for further replies.

sbrews

Technical User
Jun 11, 2003
413
US
In the AIX world, if I want to get information on the NICs present in the system, I would do something like this:

ifconfig -a # see what interfaces I have set up

One of those devices might be: en0 (ent0). If I then wanted to find out where in the system that device was located, I would do this:

lscfg -vl ent0

Of the info it gives back, one of them is the physical location of that device in the system.

How would I (can I?) look up this information on a Solaris system?
 
/usr/platform/`uname -i`/sbin/prtdiag -v
grep -i net /etc/path_to_inst ( see any unplumbed networks)
prtconf
 
I will give that shot when I get in tomorrow morning.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top