|
Hi,
Thank you for your response but I have some misunderstanding.
> 1) As upper configuration, we had two lines but only one line
> among two lines could be configurated.
> Independent of physical line, only the first configured line
> was O.K and the second line iwas not O.K.
> Is it possible in X1.3-025? Where can I get this fixed version?
> Previous vesrion, V1.3-eco2, make two line use simultaneously.
>>If the you are refering to the configuration of multiple lines with pu t2.1, the
>>documentation is in the release notes for the product:
>>(081D. ** DO YOU RECEIVE THIS SENSE CODE **)
>>FROM PEER SERVER RELEASE NOTES
>>(Known IBM Restrictions)
>>The following sections list problems identified
>>with IBM software that you may encounter
>>when installing/running the Peer Server in your environment. APAR and PTF
>>numbers are provided that can be used to ensure that your VTAM/NCP installation
>>has the fixes applied.
>>(Configuring Multiple Lines as PU T2.1 on the Peer Server)
>>If you are configuring multiple lines on the Peer Server to connect to the
>>IBM front-end (3725/3745) as a PU T2.1 link (XID=YES on the PU macro) you
>>need to code CONNTYPE=LEN on the PU macro also. If CONNTYPE=LEN is not
>>coded, the activation of the second line fails with a sense code of
>>081D.
>>This problem is due to the Peer Server sending the same CP Name on each
>>link (which is consistent with an SNA LEN node).
I'm so sorry.
They are using PU4.0(3745) and PU2.0(SNA PEER SERVER) not PU2.1.
My problem is the LU62 session as following:
SNA PEER SERVER is run ,that is, two PU is O.K.
But for LU 6.2 they make script as folowing:
(the following shell is looped as many as LU members for each PUs.)
stat<<!
strllu local-LU-name
62attch local-LU-name
inises remote-LU-name mode-name(100)
strecn local-PU1 remote-PU2 (strecn local-PU2 remote-PU2)
62detch
eof
!
Among two PUs, only first run LUs became to "In use" in protocal state
the secondly run all LUs become "Active" when I invoke "ncl>show sna
lu service lu * all status".
It depended on the run order.
And before upgrading product, two PU2.0 lines were O.K,that is,
all LU sessiones on both two PUs were O.K.
I don't know what this happened.
Would you test SNAAR100+UPDATE5 for two line of EISA(DNSES)?
> 2) They used 20 LUs and sometime 3 -4 LUs became from inuse status
> to active and then they didn't use that LU. so How can I change
> only that LUs from active to inuse without restarting cm?
>>The status of "inuse" means that the LU is active and in session with
>>another LU. When the LU is not in session it changes to an "active"
>>state which means the LU is enabled and ready to be used for a session(s).
>>You can use LU6.2 verbs to set up your LU and Sessions for transactions:
>>(SEE THE LU6.2 programming manuals).
>>(FOR SNALU62 Ver 1)
>>SNALU62$DEFINE_REMOTE()
>>SNALU62$DEFINE_TP()
>>SNALU62$ALLOCATE()
Yes, I know. but those commands didn't solve this problems.
> 3) Where can I get official patch kit for SNA PEER SERVER and APPC/LU
> 6.2 V1.0?
>>There is not an official patch kit for either product. From the information
>>that was provided, there are only configuration and programming issues. If this
>>does not answer your questions, please provide a more complete definition of
>>the problems you are having. (ie complete definition of the problem, any sense
>>data, ncl and/or configuration scripts, system and product versions ...)
----- The following is reference for you -----------------
t21_init_sna_server.ncl and cm.log
!
! Set up SNA Access Server Entity
!
create node 0 sna access server
create node 0 sna access server object obj_01 -
transport = TCPIP, -
internet node = digital, -
port = 1023
!
! Set up SNA Data Link Entity
!
!
! Set up SDLC Entity
!
create node 0 sdlc
create node 0 sdlc link SDLC-0 -
line = modem connect line LINE-0, -
capability = NEGOTIABLE, -
configuration = PointToPoint, -
receive frame size = 1000, -
retry maximum = 15
create node 0 sdlc link SDLC-1 -
line = modem connect line LINE-1, -
capability = NEGOTIABLE, -
configuration = PointToPoint, -
receive frame size = 1000, -
retry maximum = 15
create node 0 sdlc link SDLC-0 station STN-0 -
address = C1, -
transfer mode = TWS, -
modulo = NORMAL, -
window size = 7, -
inactivity timer = 300, -
send frame size = 1000
create node 0 sdlc link SDLC-1 station STN-1 -
address = C1, -
transfer mode = TWS, -
modulo = NORMAL, -
window size = 7, -
inactivity timer = 300, -
send frame size = 1000
!
! Set up SNA LU Services Entity
!
create node 0 sna lu services
set node 0 sna lu services default transmission group = TG-1
set node 0 sna lu services default transmission group = TG-2
!
! Set up SNA LU Services LU Entities
!
create node 0 sna lu services lu T1998T01 -
dependent lu transmission group = TG-1, -
dependent lu address = 1, -
capability = Secondary, -
old name = "SNA-0.1"
create node 0 sna lu services lu T1998T51 -
dependent lu transmission group = TG-2, -
dependent lu address = 1, -
capability = Secondary, -
old name = "SNA-1.1"
create node 0 sna lu services lu T1998T81 -
dependent lu transmission group = TG-2, -
dependent lu address = 31, -
capability = Secondary, -
old name = "SNA-1.31"
create node 0 sna lu services lu T1998T82 -
dependent lu transmission group = TG-2, -
dependent lu address = 32, -
capability = Secondary, -
old name = "SNA-1.32"
create node 0 sna lu services lu T1998T02 -
dependent lu transmission group = TG-1, -
dependent lu address = 2, -
capability = Secondary, -
old name = "SNA-0.2"
create node 0 sna lu services lu T1998T03 -
dependent lu transmission group = TG-1, -
dependent lu address = 3, -
capability = Secondary, -
old name = "SNA-0.3"
create node 0 sna lu services lu T1998T04 -
dependent lu transmission group = TG-1, -
dependent lu address = 4, -
capability = Secondary, -
old name = "SNA-0.4"
create node 0 sna lu services lu T1998T05 -
dependent lu transmission group = TG-1, -
dependent lu address = 5, -
capability = Secondary, -
old name = "SNA-0.5"
create node 0 sna lu services lu T1998T06 -
dependent lu transmission group = TG-1, -
dependent lu address = 6, -
capability = Secondary, -
old name = "SNA-0.6"
create node 0 sna lu services lu T1998T07 -
dependent lu transmission group = TG-1, -
dependent lu address = 7, -
capability = Secondary, -
old name = "SNA-0.7"
create node 0 sna lu services lu T1998T08 -
dependent lu transmission group = TG-1, -
dependent lu address = 8, -
capability = Secondary, -
old name = "SNA-0.8"
create node 0 sna lu services lu T1998T09 -
dependent lu transmission group = TG-1, -
dependent lu address = 9, -
capability = Secondary, -
old name = "SNA-0.9"
create node 0 sna lu services lu T1998T10 -
dependent lu transmission group = TG-1, -
dependent lu address = 10, -
capability = Secondary, -
old name = "SNA-0.10"
create node 0 sna lu services lu T1998T11 -
dependent lu transmission group = TG-1, -
dependent lu address = 11, -
capability = Secondary, -
old name = "SNA-0.11"
create node 0 sna lu services lu T1998T12 -
dependent lu transmission group = TG-1, -
dependent lu address = 12, -
capability = Secondary, -
old name = "SNA-0.12"
create node 0 sna lu services lu T1998T13 -
dependent lu transmission group = TG-1, -
dependent lu address = 13, -
capability = Secondary, -
old name = "SNA-0.13"
create node 0 sna lu services lu T1998T14 -
dependent lu transmission group = TG-1, -
dependent lu address = 14, -
capability = Secondary, -
old name = "SNA-0.14"
create node 0 sna lu services lu T1998T15 -
dependent lu transmission group = TG-1, -
dependent lu address = 15, -
capability = Secondary, -
old name = "SNA-0.15"
create node 0 sna lu services lu T1998T16 -
dependent lu transmission group = TG-1, -
dependent lu address = 16, -
capability = Secondary, -
old name = "SNA-0.16"
create node 0 sna lu services lu T1998T17 -
dependent lu transmission group = TG-1, -
dependent lu address = 17, -
capability = Secondary, -
old name = "SNA-0.17"
create node 0 sna lu services lu T1998T18 -
dependent lu transmission group = TG-1, -
dependent lu address = 18, -
capability = Secondary, -
old name = "SNA-0.18"
create node 0 sna lu services lu T1998T19 -
dependent lu transmission group = TG-1, -
dependent lu address = 19, -
capability = Secondary, -
old name = "SNA-0.19"
create node 0 sna lu services lu T1998T20 -
dependent lu transmission group = TG-1, -
dependent lu address = 20, -
capability = Secondary, -
old name = "SNA-0.20"
create node 0 sna lu services lu T1998T21 -
dependent lu transmission group = TG-1, -
dependent lu address = 21, -
capability = Secondary, -
old name = "SNA-0.21"
create node 0 sna lu services lu T1998T22 -
dependent lu transmission group = TG-1, -
dependent lu address = 22, -
capability = Secondary, -
old name = "SNA-0.22"
create node 0 sna lu services lu T1998T23 -
dependent lu transmission group = TG-1, -
dependent lu address = 23, -
capability = Secondary, -
old name = "SNA-0.23"
create node 0 sna lu services lu T1998T24 -
dependent lu transmission group = TG-1, -
dependent lu address = 24, -
capability = Secondary, -
old name = "SNA-0.24"
create node 0 sna lu services lu T1998T25 -
dependent lu transmission group = TG-1, -
dependent lu address = 25, -
capability = Secondary, -
old name = "SNA-0.25"
create node 0 sna lu services lu T1998T26 -
dependent lu transmission group = TG-1, -
dependent lu address = 26, -
capability = Secondary, -
old name = "SNA-0.26"
create node 0 sna lu services lu T1998T27 -
dependent lu transmission group = TG-1, -
dependent lu address = 27, -
capability = Secondary, -
old name = "SNA-0.27"
create node 0 sna lu services lu T1998T28 -
dependent lu transmission group = TG-1, -
dependent lu address = 28, -
capability = Secondary, -
old name = "SNA-0.28"
create node 0 sna lu services lu T1998T29 -
dependent lu transmission group = TG-1, -
dependent lu address = 29, -
capability = Secondary, -
old name = "SNA-0.29"
create node 0 sna lu services lu T1998T30 -
dependent lu transmission group = TG-1, -
dependent lu address = 30, -
capability = Secondary, -
old name = "SNA-0.30"
create node 0 sna lu services lu T1998T31 -
dependent lu transmission group = TG-1, -
dependent lu address = 31, -
capability = Secondary, -
old name = "SNA-0.31"
create node 0 sna lu services lu T1998T32 -
dependent lu transmission group = TG-1, -
dependent lu address = 32, -
capability = Secondary, -
old name = "SNA-0.32"
!
! Set up SNA LU Services Access Name Entities
!
create node 0 sna lu services access name APPCBRDG -
lu list = {T1998T*}, -
partner lu = APPCBRDG, -
logon mode = LU62APPC
create node 0 sna lu services access name APPCBRDH -
lu list = {T1998T*}, -
partner lu = APPCBRDH, -
logon mode = LU62APPC
!
! Set up SNA LU Services Authorization Entities
!
!
! Set up SNA LU Services Partner LU Entities
!
create node 0 sna lu services partner lu APPCBRDG -
destination name = APPCBRDG, -
destination network = KRKFBKBW, -
transmission group = {TG-1}
create node 0 sna lu services partner lu APPCBRDH -
destination name = APPCBRDH, -
destination network = KRKFBKBW, -
transmission group = {TG-2}
!
! Set up SNA CP Services Entities
!
create node 0 sna cp services -
network id = KRKFBKBW, -
cp name = CPNAME, -
maximum active TGs = 4
create node 0 sna cp services transmission group Intranode -
intranode = Yes
create node 0 sna cp services transmission group TG-1 -
data link = SDLC link SDLC-0 station STN-0, -
intranode = No, -
dependent lu support = Yes, -
connection type = Permanent, -
node id = %X00000000
create node 0 sna cp services transmission group TG-2 -
data link = SDLC link SDLC-1 station STN-1, -
intranode = No, -
dependent lu support = Yes, -
connection type = Permanent, -
node id = %X00000000
!
! Enable all entities
!
enable node 0 sdlc -
link SDLC-0
enable node 0 sdlc -
link SDLC-1
enable node 0 sdlc -
link SDLC-0 station *
enable node 0 sdlc -
link SDLC-1 station *
enable node 0 sna lu services lu *
enable node 0 sna cp services transmission group *
enable node 0 sna access server
=================================
COMMUNICATIONS MANAGER SYSTEM LOG
/usr/commlink/adm/lu62/cm.log
Config. File: /usr/commlink/adm/lu62/cfg.digital
Date: Fri Mar 28 07:30:30 1997
=================================
Fri Mar 28 07:30:36 1997: Controller "SNA" started
Fri Mar 28 07:30:36 1997: PU "SNA-0" started, internal Engine ID=0
Fri Mar 28 07:30:36 1997: LU6.2 Manager "LU62MGR" started
Fri Mar 28 07:30:36 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f1 1...............
Fri Mar 28 07:30:36 1997: local Transaction Program system process=19125 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3031 ................
Fri Mar 28 07:30:36 1997: Connection ID 1 enabled:
Loc Sta = "LOCSTA", Rem Sta = "REMSTA"
Fri Mar 28 07:30:36 1997: Connection ID 1, state="contacted", status:
"negotiation succeeded, we're secondary (XID format 3)"
Fri Mar 28 07:30:36 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19125
Fri Mar 28 07:30:36 1997: Connection ID 1, state="contacted", status:
"line enabled but negotiation not started"
Fri Mar 28 07:30:36 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f2 2...............
Fri Mar 28 07:30:37 1997: local Transaction Program system process=19267 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 07:30:37 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19267
Fri Mar 28 07:30:37 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f3 3...............
Fri Mar 28 07:30:37 1997: local Transaction Program system process=19356 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3033 ................
Fri Mar 28 07:30:37 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19356
Fri Mar 28 07:30:37 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f4 4...............
Fri Mar 28 07:30:38 1997: local Transaction Program system process=19199 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 07:30:38 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19199
Fri Mar 28 07:30:38 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f5 5...............
Fri Mar 28 07:30:38 1997: local Transaction Program system process=19365 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3035 ................
Fri Mar 28 07:30:38 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19365
Fri Mar 28 07:30:38 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f6 6...............
Fri Mar 28 07:30:39 1997: local Transaction Program system process=19294 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 07:30:39 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19294
Fri Mar 28 07:30:39 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f7 7...............
Fri Mar 28 07:30:39 1997: local Transaction Program system process=19398 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3037 ................
Fri Mar 28 07:30:39 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19398
Fri Mar 28 07:30:39 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f8 8...............
Fri Mar 28 07:30:40 1997: local Transaction Program system process=19393 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 07:30:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19393
Fri Mar 28 07:30:40 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f9 9...............
Fri Mar 28 07:30:40 1997: local Transaction Program system process=19395 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3039 ................
Fri Mar 28 07:30:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19395
Fri Mar 28 07:30:40 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f0 0...............
Fri Mar 28 07:30:41 1997: local Transaction Program system process=19358 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 07:30:41 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19358
Fri Mar 28 07:30:41 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f1 1...............
Fri Mar 28 07:30:41 1997: local Transaction Program system process=19299 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 07:30:41 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19299
Fri Mar 28 07:30:41 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f2 2...............
Fri Mar 28 07:30:41 1997: local Transaction Program system process=19350 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3132 ................
Fri Mar 28 07:30:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19350
Fri Mar 28 07:30:42 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f3 3...............
Fri Mar 28 07:30:42 1997: local Transaction Program system process=19311 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3133 ................
Fri Mar 28 07:30:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19311
Fri Mar 28 07:30:42 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f4 4...............
Fri Mar 28 07:30:42 1997: local Transaction Program system process=19418 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3134 ................
Fri Mar 28 07:30:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19418
Fri Mar 28 07:30:43 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f5 5...............
Fri Mar 28 07:30:43 1997: local Transaction Program system process=19115 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3135 ................
Fri Mar 28 07:30:43 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19115
Fri Mar 28 07:30:43 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f6 6...............
Fri Mar 28 07:30:43 1997: local Transaction Program system process=19155 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3136 ................
Fri Mar 28 07:30:43 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19155
Fri Mar 28 07:30:44 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f7 7...............
Fri Mar 28 07:30:44 1997: local Transaction Program system process=19420 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3137 ................
Fri Mar 28 07:30:44 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19420
Fri Mar 28 07:30:44 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f8 8...............
Fri Mar 28 07:30:46 1997: local Transaction Program system process=19419 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3138 ................
Fri Mar 28 07:30:46 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19419
Fri Mar 28 07:30:46 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f9 9...............
Fri Mar 28 07:30:46 1997: local Transaction Program system process=19434 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3139 ................
Fri Mar 28 07:30:46 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19434
Fri Mar 28 07:30:46 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f2 KRKFBKBW.T1998T2
00000010 f0 0...............
Fri Mar 28 07:30:47 1997: local Transaction Program system process=19469 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3230 ................
Fri Mar 28 07:30:47 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19469
Fri Mar 28 07:30:47 1997: PU "SNA-1" started, internal Engine ID=1
Fri Mar 28 07:30:47 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f5 KRKFBKBW.T1998T5
00000010 f1 1...............
Fri Mar 28 07:30:47 1997: local Transaction Program system process=19520 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3531 ................
Fri Mar 28 07:30:47 1997: Connection ID 2 enabled:
Loc Sta = "LOCST1", Rem Sta = "REMST1"
Fri Mar 28 07:30:47 1997: Connection ID 2, state="contacted", status:
"negotiation succeeded, we're secondary (XID format 3)"
Fri Mar 28 07:30:47 1997: Connection ID 2, state="contacted", status:
"line enabled but negotiation not started"
Fri Mar 28 07:30:47 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19520
Fri Mar 28 07:30:48 1997: LU started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f8 KRKFBKBW.T1998T8
00000010 f1 1...............
Fri Mar 28 07:30:48 1997: local Transaction Program system process=19537 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 06f1 .1..............
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3831 ................
Fri Mar 28 07:30:48 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19537
Fri Mar 28 08:00:01 1997: local Transaction Program system process=19525 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 6189 8294 61a2 9584 9481 8995 f1 /ibm/sndmain1...
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3031 ................
Fri Mar 28 08:00:01 1997: Type 6.2 LU-LU Session ID=23 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f1 1...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:00:04 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19525
Fri Mar 28 08:00:04 1997: local Transaction Program system process=17608 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 6189 8294 61a2 9584 9481 8995 f3 /ibm/sndmain3...
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3033 ................
Fri Mar 28 08:00:04 1997: Type 6.2 LU-LU Session ID=24 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f3 3...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:00:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=17608
Fri Mar 28 08:00:07 1997: local Transaction Program system process=19498 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 6189 8294 61a2 9584 9481 8995 f5 /ibm/sndmain5...
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3035 ................
Fri Mar 28 08:00:08 1997: Type 6.2 LU-LU Session ID=25 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f5 5...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:00:10 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19498
Fri Mar 28 08:00:11 1997: local Transaction Program system process=19521 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 6189 8294 61a2 9584 9481 8995 f7 /ibm/sndmain7...
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3037 ................
Fri Mar 28 08:00:11 1997: Type 6.2 LU-LU Session ID=26 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f7 7...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:00:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19521
Fri Mar 28 08:00:14 1997: local Transaction Program system process=19562 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 6189 8294 61a2 9584 9481 8995 f9 /ibm/sndmain9...
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3039 ................
Fri Mar 28 08:00:14 1997: Type 6.2 LU-LU Session ID=27 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f9 9...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:00:16 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19562
Fri Mar 28 08:03:31 1997: local Transaction Program system process=19561 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:03:32 1997: Type 6.2 LU-LU Session ID=28 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f1 1...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:03:39 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19561
Fri Mar 28 08:03:58 1997: local Transaction Program system process=19574 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:03:58 1997: Type 6.2 LU-LU Session ID=29 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f2 2...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:04:05 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19574
Fri Mar 28 08:04:37 1997: local Transaction Program system process=19563 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:04:38 1997: Type 6.2 LU-LU Session ID=30 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f4 4...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:04:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19563
Fri Mar 28 08:04:42 1997: local Transaction Program system process=19499 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:04:42 1997: Type 6.2 LU-LU Session ID=31 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f6 6...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:04:45 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19499
Fri Mar 28 08:05:16 1997: local Transaction Program system process=19542 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:05:16 1997: Type 6.2 LU-LU Session ID=32 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f0 KRKFBKBW.T1998T0
00000010 f8 8...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:05:19 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19542
Fri Mar 28 08:08:40 1997: local Transaction Program system process=19587 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:08:40 1997: Type 6.2 LU-LU Session ID=33 Bound
Local FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4be3 f1f9 f9f8 e3f1 KRKFBKBW.T1998T1
00000010 f0 0...............
Remote FQN:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d2d9 d2c6 c2d2 c2e6 4bc1 d7d7 c3c2 d9c4 KRKFBKBW.APPCBRD
00000010 c7 G...............
Mode:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 d3e4 f6f2 c1d7 d7c3 LU62APPC........
Fri Mar 28 08:08:41 1997: local Transaction Program system process=19487 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:08:44 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19487
Fri Mar 28 08:08:47 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19587
Fri Mar 28 08:08:49 1997: local Transaction Program system process=19579 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:08:56 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19579
Fri Mar 28 08:09:33 1997: local Transaction Program system process=19669 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:09:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19669
Fri Mar 28 08:10:35 1997: local Transaction Program system process=19551 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:10:41 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19551
Fri Mar 28 08:10:50 1997: local Transaction Program system process=19592 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:10:56 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19592
Fri Mar 28 08:11:07 1997: local Transaction Program system process=19559 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:11:09 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19559
Fri Mar 28 08:11:51 1997: local Transaction Program system process=19685 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:11:53 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19685
Fri Mar 28 08:12:03 1997: local Transaction Program system process=19618 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:12:09 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19618
Fri Mar 28 08:13:08 1997: local Transaction Program system process=19683 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:13:10 1997: local Transaction Program system process=19595 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:13:12 1997: local Transaction Program system process=19679 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:13:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19595
Fri Mar 28 08:13:15 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19679
Fri Mar 28 08:13:16 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19683
Fri Mar 28 08:19:42 1997: local Transaction Program system process=19695 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:19:49 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19695
Fri Mar 28 08:21:22 1997: local Transaction Program system process=19501 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:21:28 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19501
Fri Mar 28 08:23:06 1997: local Transaction Program system process=19642 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:23:08 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19642
Fri Mar 28 08:24:13 1997: local Transaction Program system process=19632 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:24:15 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19632
Fri Mar 28 08:25:03 1997: local Transaction Program system process=19648 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:25:05 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19648
Fri Mar 28 08:25:38 1997: local Transaction Program system process=19278 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:25:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19278
Fri Mar 28 08:25:54 1997: local Transaction Program system process=19577 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:25:55 1997: local Transaction Program system process=19568 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:26:01 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19577
Fri Mar 28 08:26:03 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19568
Fri Mar 28 08:26:06 1997: local Transaction Program system process=19589 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:26:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19589
Fri Mar 28 08:26:51 1997: local Transaction Program system process=19631 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:26:56 1997: local Transaction Program system process=19271 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:26:58 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19631
Fri Mar 28 08:26:58 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19271
Fri Mar 28 08:27:38 1997: local Transaction Program system process=19640 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:27:42 1997: local Transaction Program system process=19633 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:27:45 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19640
Fri Mar 28 08:27:49 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19633
Fri Mar 28 08:28:37 1997: local Transaction Program system process=19655 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:28:40 1997: local Transaction Program system process=19646 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:28:43 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19646
Fri Mar 28 08:28:45 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19655
Fri Mar 28 08:28:47 1997: local Transaction Program system process=19636 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:28:49 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19636
Fri Mar 28 08:29:16 1997: local Transaction Program system process=10780 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:29:23 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=10780
Fri Mar 28 08:29:36 1997: local Transaction Program system process=10776 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:29:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=10776
Fri Mar 28 08:29:49 1997: local Transaction Program system process=19667 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:29:51 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19667
Fri Mar 28 08:30:31 1997: local Transaction Program system process=19664 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:30:38 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19664
Fri Mar 28 08:31:19 1997: local Transaction Program system process=19612 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:31:25 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19612
Fri Mar 28 08:31:54 1997: local Transaction Program system process=19666 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:31:56 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19666
Fri Mar 28 08:32:29 1997: local Transaction Program system process=19670 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:32:31 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19670
Fri Mar 28 08:33:58 1997: local Transaction Program system process=19671 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:34:04 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19671
Fri Mar 28 08:34:33 1997: local Transaction Program system process=19675 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:34:33 1997: local Transaction Program system process=19662 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:34:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19675
Fri Mar 28 08:34:41 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19662
Fri Mar 28 08:34:53 1997: local Transaction Program system process=19672 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:34:55 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19672
Fri Mar 28 08:35:48 1997: local Transaction Program system process=19643 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:35:51 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19643
Fri Mar 28 08:35:53 1997: local Transaction Program system process=19626 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:36:00 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19626
Fri Mar 28 08:37:11 1997: local Transaction Program system process=19615 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:37:18 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19615
Fri Mar 28 08:37:37 1997: local Transaction Program system process=19696 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:37:43 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19696
Fri Mar 28 08:38:05 1997: local Transaction Program system process=19586 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:38:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19586
Fri Mar 28 08:39:28 1997: local Transaction Program system process=19017 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:39:30 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19017
Fri Mar 28 08:40:01 1997: local Transaction Program system process=19601 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:40:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19601
Fri Mar 28 08:40:14 1997: local Transaction Program system process=18650 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:40:21 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=18650
Fri Mar 28 08:40:21 1997: local Transaction Program system process=19604 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:40:23 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19604
Fri Mar 28 08:42:43 1997: local Transaction Program system process=19719 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:42:49 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19719
Fri Mar 28 08:44:01 1997: local Transaction Program system process=19684 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:44:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19684
Fri Mar 28 08:49:49 1997: local Transaction Program system process=19778 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:49:55 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19778
Fri Mar 28 08:50:09 1997: local Transaction Program system process=18975 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:50:11 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=18975
Fri Mar 28 08:50:34 1997: local Transaction Program system process=13867 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:50:40 1997: local Transaction Program system process=19714 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:50:41 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=13867
Fri Mar 28 08:50:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19714
Fri Mar 28 08:51:33 1997: local Transaction Program system process=19779 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:51:35 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19779
Fri Mar 28 08:51:35 1997: local Transaction Program system process=19732 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:51:38 1997: local Transaction Program system process=19634 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:51:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19634
Fri Mar 28 08:51:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19732
Fri Mar 28 08:52:02 1997: local Transaction Program system process=19759 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:52:08 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19759
Fri Mar 28 08:52:13 1997: local Transaction Program system process=19717 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:52:15 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19717
Fri Mar 28 08:52:23 1997: local Transaction Program system process=18997 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:52:29 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=18997
Fri Mar 28 08:52:36 1997: local Transaction Program system process=19770 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:52:38 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19770
Fri Mar 28 08:52:43 1997: local Transaction Program system process=19663 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:52:46 1997: local Transaction Program system process=19706 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:52:50 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19663
Fri Mar 28 08:52:53 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19706
Fri Mar 28 08:53:21 1997: local Transaction Program system process=19784 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:53:28 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19784
Fri Mar 28 08:53:43 1997: local Transaction Program system process=19721 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:53:46 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19721
Fri Mar 28 08:53:47 1997: local Transaction Program system process=19724 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:53:53 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19724
Fri Mar 28 08:54:15 1997: local Transaction Program system process=19723 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:54:19 1997: local Transaction Program system process=19777 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:54:21 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19777
Fri Mar 28 08:54:22 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19723
Fri Mar 28 08:54:46 1997: local Transaction Program system process=19733 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:54:52 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19733
Fri Mar 28 08:55:11 1997: local Transaction Program system process=19603 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:55:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19603
Fri Mar 28 08:55:29 1997: local Transaction Program system process=19698 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:55:29 1997: local Transaction Program system process=19787 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:55:31 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19698
Fri Mar 28 08:55:36 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19787
Fri Mar 28 08:55:46 1997: local Transaction Program system process=18582 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:55:53 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=18582
Fri Mar 28 08:55:53 1997: local Transaction Program system process=19749 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:56:00 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19749
Fri Mar 28 08:56:20 1997: local Transaction Program system process=19742 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:56:22 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19742
Fri Mar 28 08:56:55 1997: local Transaction Program system process=19747 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:57:01 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19747
Fri Mar 28 08:57:09 1997: local Transaction Program system process=19744 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:57:16 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19744
Fri Mar 28 08:57:45 1997: local Transaction Program system process=19709 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:57:52 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19709
Fri Mar 28 08:57:54 1997: local Transaction Program system process=19708 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 08:58:00 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19708
Fri Mar 28 08:58:10 1997: local Transaction Program system process=19746 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 08:58:17 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19746
Fri Mar 28 08:59:11 1997: local Transaction Program system process=19218 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 08:59:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19218
Fri Mar 28 08:59:24 1997: local Transaction Program system process=19751 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 08:59:26 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19751
Fri Mar 28 08:59:28 1997: local Transaction Program system process=19750 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 08:59:34 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19750
Fri Mar 28 08:59:35 1997: local Transaction Program system process=19681 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 08:59:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19681
Fri Mar 28 09:00:02 1997: local Transaction Program system process=19785 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:00:04 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19785
Fri Mar 28 09:00:12 1997: local Transaction Program system process=19788 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:00:14 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19788
Fri Mar 28 09:00:15 1997: local Transaction Program system process=19800 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:00:19 1997: local Transaction Program system process=19726 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:00:21 1997: local Transaction Program system process=19799 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:00:22 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19800
Fri Mar 28 09:00:23 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19799
Fri Mar 28 09:00:26 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19726
Fri Mar 28 09:00:28 1997: local Transaction Program system process=19769 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:00:34 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19769
Fri Mar 28 09:00:38 1997: local Transaction Program system process=19807 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:00:40 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19807
Fri Mar 28 09:00:47 1997: local Transaction Program system process=19792 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:00:48 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19792
Fri Mar 28 09:00:55 1997: local Transaction Program system process=19780 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:00:55 1997: local Transaction Program system process=19711 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:00:56 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19780
Fri Mar 28 09:01:02 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19711
Fri Mar 28 09:01:03 1997: local Transaction Program system process=19783 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:01:04 1997: local Transaction Program system process=19782 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:01:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19782
Fri Mar 28 09:01:10 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19783
Fri Mar 28 09:01:40 1997: local Transaction Program system process=19812 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:01:42 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19812
Fri Mar 28 09:01:48 1997: local Transaction Program system process=19809 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:01:54 1997: local Transaction Program system process=19815 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:01:55 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19809
Fri Mar 28 09:01:56 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19815
Fri Mar 28 09:02:08 1997: local Transaction Program system process=19810 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:02:12 1997: local Transaction Program system process=19811 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:02:14 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19811
Fri Mar 28 09:02:15 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19810
Fri Mar 28 09:02:40 1997: local Transaction Program system process=19822 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:02:45 1997: local Transaction Program system process=19804 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:02:46 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19822
Fri Mar 28 09:02:48 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19804
Fri Mar 28 09:03:08 1997: local Transaction Program system process=19813 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:03:10 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19813
Fri Mar 28 09:03:20 1997: local Transaction Program system process=19722 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:03:27 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19722
Fri Mar 28 09:03:40 1997: local Transaction Program system process=19697 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:03:46 1997: local Transaction Program system process=19827 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:03:47 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19697
Fri Mar 28 09:03:48 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19827
Fri Mar 28 09:04:38 1997: local Transaction Program system process=19739 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:04:45 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19739
Fri Mar 28 09:04:57 1997: local Transaction Program system process=19736 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:05:00 1997: local Transaction Program system process=19818 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:05:05 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19736
Fri Mar 28 09:05:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19818
Fri Mar 28 09:05:07 1997: local Transaction Program system process=19819 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:05:09 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19819
Fri Mar 28 09:05:19 1997: local Transaction Program system process=19731 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:05:20 1997: local Transaction Program system process=19743 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:05:22 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19743
Fri Mar 28 09:05:26 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19731
Fri Mar 28 09:05:52 1997: local Transaction Program system process=19793 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:05:54 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19793
Fri Mar 28 09:06:00 1997: local Transaction Program system process=19845 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:06:04 1997: local Transaction Program system process=19855 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3131 ................
Fri Mar 28 09:06:07 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19845
Fri Mar 28 09:06:09 1997: local Transaction Program system process=19699 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3032 ................
Fri Mar 28 09:06:10 1997: local Transaction Program system process=19826 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3034 ................
Fri Mar 28 09:06:12 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19855
Fri Mar 28 09:06:13 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19826
Fri Mar 28 09:06:16 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19699
Fri Mar 28 09:06:56 1997: local Transaction Program system process=19797 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3036 ................
Fri Mar 28 09:06:58 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19797
Fri Mar 28 09:07:36 1997: local Transaction Program system process=19725 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3038 ................
Fri Mar 28 09:07:37 1997: LU6.2 Manager "LU62MGR" reports TP powered-off system process=19725
Fri Mar 28 09:07:59 1997: local Transaction Program system process=19821 started:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 61a4 a299 61a4 a285 99a2 6193 9683 a4a2 /usr/users/locus
00000010 61a3 9689 8294 /toibm..........
On locally-known Local LU:
EBCDIC 0--- 2--- 4--- 6--- 8--- A--- C--- E--- 0-2-4-6-8-A-C-E-
00000000 5431 3939 3854 3130 ................
Fri Mar 28 09:08:05 1997: Logfile maximum size has been exceeded. No further events will be logged in this logfile
|