Mar 16, 2005 #1 kahn630 Technical User Joined Mar 10, 2005 Messages 29 Location US how to find out what network cards are in the machine, like quard, single with modle numbers.running solaris 7/8/9
how to find out what network cards are in the machine, like quard, single with modle numbers.running solaris 7/8/9
Mar 17, 2005 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB Does ifconfig -a give you what you want? Assuming all cards are plumbed. Upvote 0 Downvote
Mar 18, 2005 #3 SBSaikia IS-IT--Management Joined Feb 9, 2004 Messages 54 Location SG prtdiag -v will give you hardware information on the system. Upvote 0 Downvote
Mar 18, 2005 #4 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB 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. Upvote 0 Downvote
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.
Mar 29, 2005 #5 coffeysm MIS Joined Oct 7, 2004 Messages 571 Location US You can also check /etc/path_to_inst that will tell you what is configured by the system. Upvote 0 Downvote