Thanks Mark. This is the command I ended up using. I found this before you sent your response:
CD /etc/sysconfig/network-scripts MORE ifcfg-hsi01 This combination showed me the Virtual addresses of the HiperSockets Triplet that was defined in the user directory for the Linux guest and it also shows me the IP address associated with the HiperSockets Interface/Network. This is what I was looking for! Thanks, Terry -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Wednesday, September 17, 2008 6:53 PM To: [email protected] Subject: Re: Linux command >>> 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 ---------------------------------------------------------------------- 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
