Link to home
Start Free TrialLog in
Avatar of matrix0511
matrix0511

asked on

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.
Avatar of ChrisN131
ChrisN131
Flag of United States of America image

try this kstat -c net | grep net
dladm show-dev

maybe?
ASKER CERTIFIED SOLUTION
Avatar of omarfarid
omarfarid
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ifconfig -l (smaLL eLL)
prtdiag -v (and find "network")
already gave command in #24462175