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

how to find out what network cards are in the machine

Status
Not open for further replies.

kahn630

Technical User
Mar 10, 2005
29
0
0
US
how to find out what network cards are in the machine, like quard, single with modle numbers.running solaris 7/8/9
 
Does ifconfig -a give you what you want? Assuming all cards are plumbed.
 
prtdiag -v
will give you hardware information on the system.
 
SBSaikia is correct. You might have to use this construct to get any output:

/usr/platform/`uname -m`/sbin/prtdiag -v

Note that the ` are backticks (usually above the tab key), not regular apostrophes.
 
You can also check /etc/path_to_inst that will tell you what is configured by the system.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top