<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: reflection client IP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893498#M53265</link>
    <description>Notes &lt;BR /&gt;&lt;BR /&gt;I get the bg device out of show proc.&lt;BR /&gt;Then I search for it in the ucx show dev listing.&lt;BR /&gt;&lt;BR /&gt;I use this when a rsh comes in and requests to start X with output directed to the PC. &lt;BR /&gt;When NAT is in place, the PC doesn't know what address it has. So, we have to search for it.&lt;BR /&gt;&lt;BR /&gt;Not yet tested with SSH.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 07 Nov 2006 05:31:12 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2006-11-07T05:31:12Z</dc:date>
    <item>
      <title>reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893493#M53260</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Some of the clients login to my VMS server using reflection client. When I want to see decnet or tcp/ip IP of connecting client using sys$rem_node or other logicals, I could not find any info relating to remote node id.&lt;BR /&gt;&lt;BR /&gt;How can I learn the remote id of clients connecting via reflection</description>
      <pubDate>Tue, 07 Nov 2006 00:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893493#M53260</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-11-07T00:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893494#M53261</link>
      <description>Why not use SHOW USER/FULL which will give you&lt;BR /&gt;the details of the remote end?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2006 01:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893494#M53261</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-11-07T01:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893495#M53262</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;"show users /full" gives me only the terminals of reflection clients like:&lt;BR /&gt;&lt;BR /&gt; user1     host1  _FTA354:       206D81E7  FTA354:  &lt;BR /&gt; user1     host1  _FTA355:       206B11EA  FTA355:  &lt;BR /&gt; user1     host1  _FTA357:       206B4024  FTA357: &lt;BR /&gt;&lt;BR /&gt;Is it possible to learn remote id from these info?</description>
      <pubDate>Tue, 07 Nov 2006 01:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893495#M53262</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-11-07T01:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893496#M53263</link>
      <description>Can I assume that you are connecting via ssh?&lt;BR /&gt;If that is the case, then I don't believe there&lt;BR /&gt;is any "easy" way to get the information you&lt;BR /&gt;want.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2006 01:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893496#M53263</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-11-07T01:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893497#M53264</link>
      <description>$get_ip:&lt;BR /&gt;$! When NAT is in place, the PC can not deliver the ip address.&lt;BR /&gt;$! We will look it up ourself.&lt;BR /&gt;$ rem_node=""&lt;BR /&gt;$ show proc/out=sys$login:pc_sm_dev.tmp&lt;BR /&gt;$ open/read x1 sys$login:pc_sm_dev.tmp&lt;BR /&gt;$r1:&lt;BR /&gt;$ read/end=e x1 x_rec&lt;BR /&gt;$ if f$loc("Devices allocated:",x_rec) .ge. f$len(x_rec) then goto r1&lt;BR /&gt;$ bg=f$el(2," ",f$ed(x_rec, "compress"))&lt;BR /&gt;$! ucx will open the file in append, so delete it first !!!&lt;BR /&gt;$ if f$sea("sys$login:pc_sm_ip.tmp") .nes. "" then del sys$login:pc_sm_ip.tmp.*&lt;BR /&gt;$ def/us sys$output sys$login:pc_sm_ip.tmp&lt;BR /&gt;$ ucx show dev 'bg'&lt;BR /&gt;$ open/read x2 sys$login:pc_sm_ip.tmp&lt;BR /&gt;$ read/end=e x2 x_rec&lt;BR /&gt;$ read/end=e x2 x_rec&lt;BR /&gt;$ rem_node=f$extr(55,15,x_rec)&lt;BR /&gt;$e:&lt;BR /&gt;$ if f$tr("x1") .nes. "" then close x1&lt;BR /&gt;$ if f$tr("x2") .nes. "" then close x2&lt;BR /&gt;$ return</description>
      <pubDate>Tue, 07 Nov 2006 05:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893497#M53264</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T05:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893498#M53265</link>
      <description>Notes &lt;BR /&gt;&lt;BR /&gt;I get the bg device out of show proc.&lt;BR /&gt;Then I search for it in the ucx show dev listing.&lt;BR /&gt;&lt;BR /&gt;I use this when a rsh comes in and requests to start X with output directed to the PC. &lt;BR /&gt;When NAT is in place, the PC doesn't know what address it has. So, we have to search for it.&lt;BR /&gt;&lt;BR /&gt;Not yet tested with SSH.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 05:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893498#M53265</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893499#M53266</link>
      <description>Hi Wim,&lt;BR /&gt;&lt;BR /&gt;When I "show proc", it gives "Device Allocated" as:&lt;BR /&gt;&lt;BR /&gt;Devices allocated:  SERVER1$TNA4074:&lt;BR /&gt;&lt;BR /&gt;However, when "tcpip show dev", all "device sockets" starts with "bgXXXX""".&lt;BR /&gt;&lt;BR /&gt;Therefore, I can not correlate tnaXXXX devices and bgXXXX devices</description>
      <pubDate>Tue, 07 Nov 2006 06:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893499#M53266</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-11-07T06:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893500#M53267</link>
      <description>TNAxx points to TELNET or RSH and should normally display the originating host.&lt;BR /&gt;You may try: &lt;BR /&gt;$ TELNET&lt;BR /&gt;TELNET&amp;gt; SHOW DEVICE TNAxxx&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 07 Nov 2006 06:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893500#M53267</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-07T06:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893501#M53268</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;you may also try to set the appr. TCPIP service to /LOG=(LOGIN,LOGOUT). Login/logout is then recorded in the OPERATOR.LOG file.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;$ TCPIP &lt;BR /&gt;TCPIP&amp;gt;DISABLE SERVICE TELNET&lt;BR /&gt;TCPIP&amp;gt;SET SERVICE TELNET/LOG=(LOGI,LOGO)&lt;BR /&gt;TCPIP&amp;gt;ENABLE SERVICE TELNET&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 07 Nov 2006 06:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893501#M53268</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-07T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893502#M53269</link>
      <description>Hmm...&lt;BR /&gt;&lt;BR /&gt;Processes connected to a FTA device do not display any VTA, TNA, BG or other device as allocated, only the FT device.&lt;BR /&gt;&lt;BR /&gt;Using SDA you can find out which WSA device is open, and then use SHOW DISPLAY WSAnn: to find the ip address of the PC.&lt;BR /&gt;&lt;BR /&gt;Something like:&lt;BR /&gt;&lt;BR /&gt;$ pipe write sys$output "show proc/chan/id=''p1'" | -&lt;BR /&gt;        anal/sys | search sys$pipe wsa | -&lt;BR /&gt;        ( read sys$pipe line ; -&lt;BR /&gt;        wsa_dev = f$element(3," ",f$edit(line,"trim,compress")) ; -&lt;BR /&gt;        show display &amp;amp;wsa_dev )&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bart&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2006 07:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893502#M53269</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-11-07T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893503#M53270</link>
      <description>Mustafa,&lt;BR /&gt;&lt;BR /&gt;I am a little bit confused, you either say, a 'show proc' gives you a TNAxxx device and a 'show user' gives a FTAxx device. Which one is true?&lt;BR /&gt;In case of a FTA device, you may try &lt;BR /&gt;$ SHO DISPL/SYMBOL&lt;BR /&gt;$ sh sym *displ*&lt;BR /&gt;  DECW$DISPLAY_NODE == "VWAGWOCOE841"&lt;BR /&gt;  DECW$DISPLAY_SCREEN == "0"&lt;BR /&gt;  DECW$DISPLAY_SERVER == "0"&lt;BR /&gt;  DECW$DISPLAY_TRANSPORT == "TCPIP"&lt;BR /&gt;to get the remote node.&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Tue, 07 Nov 2006 07:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893503#M53270</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-11-07T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893504#M53271</link>
      <description>You can rewrite the procedure :&lt;BR /&gt;do a "show dev bg" to a file and scan for your process id. If you find it, do a ucx show dev bgxxxx to get the IP address.&lt;BR /&gt;&lt;BR /&gt;Good luck !&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 07:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893504#M53271</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893505#M53272</link>
      <description>Mmmm&lt;BR /&gt;&lt;BR /&gt;Must agree with Bart. The BG device is not allocated for telnets. Ignore my last post.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 08:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893505#M53272</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T08:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893506#M53273</link>
      <description>To be more precise : a telnet has a bg device but it's not assigned to your process id (ucx show dev will show the ng device). Strange.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 08:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893506#M53273</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T08:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893507#M53274</link>
      <description>Never noticed it before but :&lt;BR /&gt;&lt;BR /&gt;show term&lt;BR /&gt;&lt;BR /&gt;while logged in, will display the name or IP address of the host.&lt;BR /&gt;&lt;BR /&gt;Wim on 7.3 and 6.21h3</description>
      <pubDate>Tue, 07 Nov 2006 08:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893507#M53274</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893508#M53275</link>
      <description>Note that it's only displaying the info of the last link.&lt;BR /&gt;If you do :&lt;BR /&gt;$ telnet A&lt;BR /&gt;and on A&lt;BR /&gt;$ telnet A&lt;BR /&gt;then you will not find where the original telnet was coming from.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 08:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893508#M53275</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T08:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893509#M53276</link>
      <description>And I can confirm that SSH of process software also puts something in the output of sh term (ssh/node:port)&lt;BR /&gt;&lt;BR /&gt;This while the EAK of SSH of HP is not showing anything.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 07 Nov 2006 08:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893509#M53276</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-07T08:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: reflection client IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893510#M53277</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;Karl, &lt;BR /&gt;&lt;BR /&gt;first of all, you are right. I did sent wrong info. It must be ftaXXX (not tnaXXX). Sorry for this. &lt;BR /&gt;&lt;BR /&gt;Now, below you can find the outputs of all you recommended. As seen, I can not find any useful info for the remote ip. Is there anything that I miss?&lt;BR /&gt;&lt;BR /&gt;Anyway, I have found a solution for myself. I have edited sys$system:pcx$server.com in order to log the remove decnet ip to a a file in every session request.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server1:[user1]sh proc&lt;BR /&gt;&lt;BR /&gt; 8-NOV-2006 19:10:21.35   User: user1           Process ID:   206D84D3&lt;BR /&gt;&lt;BR /&gt;                          Node: server1           Process name: "_FTA422:"&lt;BR /&gt;&lt;BR /&gt;Terminal:           FTA422:&lt;BR /&gt;User Identifier:    [gr1,user1]&lt;BR /&gt;Base priority:      4&lt;BR /&gt;Default file spec:  $DISK1:[user1]&lt;BR /&gt;Number of Kthreads: 1&lt;BR /&gt;Devices allocated:  server1$FTA422:&lt;BR /&gt;Soft CPU Affinity: off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server1:[user1]sh term&lt;BR /&gt;&lt;BR /&gt;Terminal: _FTA422:    Device_Type: VT300_Series  Owner: _FTA422:&lt;BR /&gt;                                              Username: user1&lt;BR /&gt;&lt;BR /&gt;   Input:    9600     LFfill:  0      Width:  80      Parity: None&lt;BR /&gt;&lt;BR /&gt;   Output:   9600     CRfill:  0      Page:   24&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Terminal Characteristics:&lt;BR /&gt;&lt;BR /&gt;   Interactive        Echo               Type_ahead         No Escape&lt;BR /&gt;&lt;BR /&gt;   Hostsync           TTsync             Lowercase          Tab&lt;BR /&gt;&lt;BR /&gt;   Wrap               Scope              No Remote          Eightbit&lt;BR /&gt;&lt;BR /&gt;   Broadcast          No Readsync        No Form            Fulldup&lt;BR /&gt;&lt;BR /&gt;   No Modem           No Local_echo      No Autobaud        No Hangup&lt;BR /&gt;&lt;BR /&gt;   No Brdcstmbx       No DMA             No Altypeahd       Set_speed&lt;BR /&gt;&lt;BR /&gt;   No Commsync        Line Editing       Overstrike editing No Fallback&lt;BR /&gt;&lt;BR /&gt;   No Dialup          No Secure server   No Disconnect      No Pasthru&lt;BR /&gt;&lt;BR /&gt;   No Syspassword     SIXEL Graphics     No Soft Characters Printer port&lt;BR /&gt;&lt;BR /&gt;   Numeric Keypad     ANSI_CRT           Regis              No Block_mode&lt;BR /&gt;&lt;BR /&gt;   Advanced_video     Edit_mode          DEC_CRT            DEC_CRT2&lt;BR /&gt;&lt;BR /&gt;   DEC_CRT3           No DEC_CRT4        No DEC_CRT5        Ansi_Color&lt;BR /&gt;&lt;BR /&gt;   VMS Style Input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server1:[user1]anal /sys&lt;BR /&gt;sda&amp;gt; show proc /chan /id=206D84D3&lt;BR /&gt;&lt;BR /&gt;Process index: 00D3   Name: _FTA422:          Extended PID: 206D84D3&lt;BR /&gt;--------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                            Process active channels&lt;BR /&gt;                            -----------------------&lt;BR /&gt;&lt;BR /&gt;Channel    CCB     Window     Status    Device/file accessed&lt;BR /&gt;-------    ---     ------     ------    --------------------&lt;BR /&gt;  0010  7FF72000  00000000              $1$DGA99:&lt;BR /&gt;  0050  7FF72080  8195EDC0              $1$DGA99:[VMS$COMMON.SYSEXE]DCL.EXE;1 (section file)&lt;BR /&gt;  0060  7FF720A0  81952C80              $1$DGA99:[VMS$COMMON.SYSLIB]DCLTABLES.EXE;199 (section file)&lt;BR /&gt;  0080  7FF720E0  00000000  Busy        FTA422:&lt;BR /&gt;  0090  7FF72100  00000000              FTA422:&lt;BR /&gt;&lt;BR /&gt;  Total number of open channels : 5.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;server1:[tilot1]show log *disp*&lt;BR /&gt;(LNM$PROCESS_TABLE)&lt;BR /&gt;(LNM$JOB_8226DA40)&lt;BR /&gt;  "DECW$DISPLAY" = "_WSA195:"&lt;BR /&gt;(LNM$GROUP_000140)&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;(LNM$SYSCLUSTER_TABLE)&lt;BR /&gt;(DECW$LOGICAL_NAMES)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2006 12:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reflection-client-ip/m-p/3893510#M53277</guid>
      <dc:creator>mustafa_12</dc:creator>
      <dc:date>2006-11-08T12:31:23Z</dc:date>
    </item>
  </channel>
</rss>

