Question : What Command to use to find out how many Nic Cards are installed on a Sun Unix Server?

I need to find out how many network cards are active or installed on a Sun Unix server. Could someone tell me the unix command to use to display this info? I can't use SAM because I dont have root access. Thanks.

Answer : What Command to use to find out how many Nic Cards are installed on a Sun Unix Server?

on sun solaris use as root

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

and look for network devices

or use

ifconfig -a

which will display interfaces names
Random Solutions  
 
programming4us programming4us