Procedure
- Scenario: You cannot tell whether startup has completed
on your z/OS system.
- Solution: To determine if startup is complete:
- Check the messages in the system log. The following
example shows a system log entry for a startup of an integration node
with one integration server:
S STU3053
$HASP100 STU3053 ON STCINRDR
IEF695I START STU3053 WITH JOBNAME STU3053 IS ASSIGNED TO USER STU3
, GROUP STCGROUP
$HASP373 STU3053 STARTED
+(broker53) 0 BIP9141W: The component was started.
+(broker53) 0 BIP2001I: The IBM Integration Bus
service has started
process ID 33554919.
+(broker53.default) 0 BIP2201I: Integration Server started: process '67109
442
196'; thread '0'; additional information 'broker53', '76eb7f2d-e800-00
00-0080-974c271866d2', 'default', 'true', 'Q4A3', 'false', 'ARG5D651',
'ARGO53', '********', 'false', 'f9c27f2d-e800-0000-0080-974c271866d2'
, '/local/argo/driver/drv3', '/local/argo/tgrp53/broker53'.
+(broker53.default) 0 BIP9137I: A work manager has been registered by R
443
RMS registration services, work manager name is BIP.STU30532.006710919
6.IBM.UA .
- Display the address spaces. The following example shows
the display of an integration node with one integration server:
D OMVS,U=STU3
BPXO040I 18.49.59 DISPLAY OMVS 446
OMVS 000E ACTIVE OMVS=(68,05)
USER JOBNAME ASID PID PPID STATE START CT_SECS
STU3 STU30531 0069 33554696 33554919 HR 18.49.15 2.217
LATCHWAITPID= 0 CMD=bipbroker broker53
STU3 STU30532 03FD 67109196 67109222 HR 18.49.23 19.816
LATCHWAITPID= 0 CMD=DataFlowEngine broker53 76eb7f2d-e800-00
STU3 STU3053 0036 33554768 83886483 HRI 18.49.08 .653
LATCHWAITPID= 0 CMD=bipservice Q4A3BRK AUTO
STU3 STU30532 03FD 67109222 33554696 1W 18.49.23 19.816
LATCHWAITPID= 0 CMD=bipimain DataFlowEngine broker53 76eb7f2
STU3 STU3053 0036 83886483 1 1WI 18.49.08 .653
LATCHWAITPID= 0 CMD=/local/argo/driver/drv3/bin/bipimain bip
STU3 STU30531 0069 33554919 33554768 1W 18.49.15 2.217
LATCHWAITPID= 0 CMD=bipimain bipbroker broker53
Results
The infrastructure main program bipimain
is the first process in every address space. It starts bipservice,
bipbroker, or DataFlowEngine as the second process in the same address
space. For each integration server, an additional address space is
started. In this example, only one integration server is available.