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?
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?