>>> On 9/17/2008 at 6:34 PM, in message <[EMAIL PROTECTED]>, "Martin, Terry R. (CMS/CTR) (CTR)" <[EMAIL PROTECTED]> wrote: > Hi > > I did this command but shouldn't I see the addresses of the HiperSockets > triplet somewhere?
If you're looking for the hardware addresses of the HiperSocket subchannels that make up your NIC, then: ls /sys/devices/css?/*/*/group_device/if_name | xargs grep -l hsi | cut -f6 -d/ If you have more than one, use hsi0, hsi1, etc., instead of just "hsi". Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
