LU Connection IP Address - URGENT

2007-02-09 Thread Jacky Bright

Hi,

We are using 3270 clients for connections.
We can find out the active session client ip address frm lu name by
following command

D NET,E,ID=luname

However, this command displays active sessions detail. Is it possible to
found backdated information for some specific lu name.


From which log I can extract this information.


Objective is to find out the IP address associated with  lu name.

JAcky

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: LU Connection IP Address - URGENT

2007-02-09 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Jacky Bright
 Sent: Friday, February 09, 2007 2:40 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: LU Connection IP Address - URGENT
 
 
 Hi,
 
 We are using 3270 clients for connections.
 We can find out the active session client ip address frm lu name by
 following command
 
 D NET,E,ID=luname
 
 However, this command displays active sessions detail. Is it 
 possible to
 found backdated information for some specific lu name.
 
 From which log I can extract this information.
 
 Objective is to find out the IP address associated with  lu name.
 
 JAcky

You should be able to get that information from SMF, if you have the
telnet server set up to log SMF records. I don't think it will log to a
file.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: LU Connection IP Address - URGENT

2007-02-09 Thread Roberto Halais

Jacky:

John is right. You have to search SMF files. I've done this before and all
the information you want is there.
You can use DFSORT's ICETOOL to mine SMF.

RH


On 2/9/07, Jacky Bright [EMAIL PROTECTED] wrote:


Hi,

We are using 3270 clients for connections.
We can find out the active session client ip address frm lu name by
following command

D NET,E,ID=luname

However, this command displays active sessions detail. Is it possible to
found backdated information for some specific lu name.

From which log I can extract this information.

Objective is to find out the IP address associated with  lu name.

JAcky

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html





--
I am as you, in you, for you. One as you in all, as all, forever. My call
is your call.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: LU Connection IP Address - URGENT

2007-02-09 Thread Jacky Bright

Hey thanks .. We have backups of SMF for that particular day.

Which SMF record can give me this information ?

JAcky



On 2/10/07, McKown, John [EMAIL PROTECTED] wrote:


 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:[EMAIL PROTECTED] On Behalf Of Jacky Bright
 Sent: Friday, February 09, 2007 2:40 PM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: LU Connection IP Address - URGENT


 Hi,

 We are using 3270 clients for connections.
 We can find out the active session client ip address frm lu name by
 following command

 D NET,E,ID=luname

 However, this command displays active sessions detail. Is it
 possible to
 found backdated information for some specific lu name.

 From which log I can extract this information.

 Objective is to find out the IP address associated with  lu name.

 JAcky

You should be able to get that information from SMF, if you have the
telnet server set up to log SMF records. I don't think it will log to a
file.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: LU Connection IP Address - URGENT

2007-02-09 Thread Pommier, Rex R.
I have a follow-up to Jacky's question.  Is there anything in SMF or
elsewhere that shows this information from a VTAM-centric view?  Using
the TELNET server gives me the 118/119 SMF output from a TCP/IP view.  I
have the situation where it appears TCP/IP and VTAM aren't keeping their
LU's in sync and it appears TCP/IP is releasing the LU and VTAM isn't.
I can't find anything in SMF or VTAM documentation that shows VTAM
cutting SMF or log records showing this kind of info.

Thanks.

Rex


BTW, Jacky, the SMF 119 records are a wealth of information once it gets
set up.  MXG also works wonders for looking at the TCP/IP records.

 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Roberto Halais
Sent: Friday, February 09, 2007 2:54 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: LU Connection IP Address - URGENT

Jacky:

John is right. You have to search SMF files. I've done this before and
all the information you want is there.
You can use DFSORT's ICETOOL to mine SMF.

RH


On 2/9/07, Jacky Bright [EMAIL PROTECTED] wrote:

 Hi,

 We are using 3270 clients for connections.
 We can find out the active session client ip address frm lu name by 
 following command

 D NET,E,ID=luname

 However, this command displays active sessions detail. Is it possible 
 to found backdated information for some specific lu name.

 From which log I can extract this information.

 Objective is to find out the IP address associated with  lu name.

 JAcky

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: LU Connection IP Address - URGENT

2007-02-09 Thread Pommier, Rex R.
Jacky,  It is either 118 (old, less information) or 119 (newer) that
give you the TCP/IP TELNET information.  Specifically subtypes 20 and 21
for TELNET.  Unfortunately, you need to have TCP/IP set up to cut the
records to SMF as well as having SMF configured to collect and keep the
118/119 records.

Rex  

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jacky Bright
Sent: Friday, February 09, 2007 3:00 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: LU Connection IP Address - URGENT

Hey thanks .. We have backups of SMF for that particular day.

Which SMF record can give me this information ?

JAcky

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html