20211007/101444.312 - U00022000 Automic Service Manager, Version '12.3.6+hf.2.build.1628511897042' (changelist '1627295109') started. 20211007/101444.312 - U00022045 Build Date: '2021-08-09', '14:39:28' 20211007/101444.312 - U00022024 The ServiceM anager was started with INI-file './ucybsmgr.ini' 20211007/101444.312 - ------------------------------------------------------------------------------------- 20211007/101444.312 - ; 20211007/101444.312 - ; Automic Configuration File for Service Manager Service 20211007/101444.312 - ; 20211007/101444.312 - 20211007/101444.312 - [GLOBAL] 20211007/101444.312 - ; 20211007/101444.312 - ; language: The Language(s) in which the log messages are displayed.Always a pair of languages separated by comma enclosed in brackets. 20211007/101444.312 - ; if a message text is not available in the primary language the secondary language will be taken. 20211007/101444.312 - ; E - english 20211007/101444.312 - ; D - german 20211007/101444.312 - ; F - french 20211007/101444.312 - ; 20211007/101444.312 - language=(E,D) 20211007/101444.312 - ; 20211007/101444.312 - ; logging: Full file name pattern for log file names 20211007/101444.312 - ; $$ is replaced by the purpose of a Process (CP or WP or JWP or DBSERVICE). No replacements in other components 20211007/101444.312 - ; * is replaced by the 3 digit number of a Worker Process. 20211007/101444.312 - ; ## is replaced by the log file sequence number after the existing log files' corresponding numbers have been raised by one during startup of the component. 20211007/101444.312 - ; z/OS components only: 20211007/101444.312 - ; If you comment this parameter, this log file is stored in JES. Also refer to the parameter logpurgeclass= which is described below. 20211007/101444.312 - ; The following parameters can be added if the log is written to a dataset (after the dataset name and separated by semicolons): 20211007/101444.312 - ; "recfm" = (all 27 z/OS plus * and A record formats are valid) 20211007/101444.312 - ; "lrecl" = (0, each positive number up to 32760 and X for each reclen) 20211007/101444.312 - ; "blksize" = (0, each positive number up to 32760) 20211007/101444.312 - ; "space" = ([CYL,TRK],(prim,sec,directory)) 20211007/101444.312 - ; 20211007/101444.312 - logging=*OWN/../temp/smgr_log_##.txt 20211007/101444.312 - ; 20211007/101444.312 - ; logCount: number of log files being kept on disk 20211007/101444.312 - ; 20211007/101444.312 - logCount=10 20211007/101444.312 - ; 20211007/101444.312 - ; helplib: name of the message text library 20211007/101444.312 - ; 20211007/101444.312 - helplib=*OWN/uc.msl 20211007/101444.312 - ; 20211007/101444.312 - ; helpcache: Availability of the messages and language dependent strings. 20211007/101444.312 - ; ALL - The complete message file is held in the RAM. 20211007/101444.312 - ; NONE - Always read from the hard drive. 20211007/101444.312 - ; CONTROLS - All language dependant strings that are necessary in order to display the dialog program are held in the RAM (not relevant for the Automation Engine). 20211007/101444.312 - ; 20211007/101444.312 - helpcache=ALL 20211007/101444.312 - ; 20211007/101444.312 - ; restart_Delay: This parameter introduces an additional delay for the restart time defined in restart_limit= 20211007/101444.312 - ; The delay defined here will take effect as soon as the process's actually scheduled execution time has been reached. 20211007/101444.312 - ; >0 - delay 20211007/101444.312 - ; 20211007/101444.312 - restart_Delay=60 20211007/101444.312 - ; 20211007/101444.312 - ; password_l1: The passwords are stored as hashes and must be set from the highest level downwards. You require the authorization level 3 to set or change passwords. 20211007/101444.312 - ; Access password for authorization level 1: Read. 20211007/101444.312 - ; Allows you to monitor the status of the services. 20211007/101444.312 - ; 20211007/101444.312 - password_l1= 20211007/101444.312 - ; 20211007/101444.312 - ; password_l2: Access password for authorization level 2: Read and execute. 20211007/101444.312 - ; Allows you to execute commands, such as start and stop services, and monitor the status of the services. 20211007/101444.312 - ; 20211007/101444.312 - password_l2= 20211007/101444.312 - ; 20211007/101444.312 - ; password_l3: Access password for authorization level 3: Read, execute, and administrate. 20211007/101444.312 - ; Allows you to edit the configuration of the ServiceManager, to execute commands, and to monitor the status of the services. 20211007/101444.312 - ; 20211007/101444.312 - password_l3= 20211007/101444.312 - ; 20211007/101444.312 - ; restart_Limit: Maximum number of automatic start attempts which are processed for a server process within a particular time span. 20211007/101444.312 - ; When the ServiceManager runs on UNIX, an automatic restart takes place for all specified programs (server processes, agents) that end with SIGABRT. The limitation to server processes does not apply in this case. 20211007/101444.312 - ; Format: (, ) 20211007/101444.312 - ; 20211007/101444.312 - restart_Limit=(60,3) 20211007/101444.312 - ; 20211007/101444.312 - ; port: A single port or range of port numbers through which a connection to the ServiceManager is established. 20211007/101444.312 - ; The range of ports are written in the following format and cannot exceed 10 ports: 20211007/101444.312 - ; port=(,) 20211007/101444.312 - ; 20211007/101444.312 - port=8871 20211007/101444.312 - ; 20211007/101444.312 - ; reuseAddr: If you set this parameter to "1" the ServiceManager on restart can reuse a port it previously had connected to. Thus restarting the ServiceManager will be faster. 20211007/101444.312 - ; 0 - don't reuse port 20211007/101444.312 - ; 1 - reuse port 20211007/101444.312 - ; 20211007/101444.312 - reuseAddr=0 20211007/101444.312 - ; 20211007/101444.312 - ; listenerUID: Listener process UserID. This parameter is only effective if the ServiceManager has been started as elevated user, e.g. root. 20211007/101444.312 - ; 20211007/101444.312 - listenerUID=65534 20211007/101444.312 - ; 20211007/101444.312 - ; listenerGID: Listener process GroupID. This parameter is only effective if the ServiceManager has been started as elevated user, e.g. root. 20211007/101444.312 - ; 20211007/101444.312 - listenerGID=65534 20211007/101444.312 - 20211007/101444.312 - deffile=./uc4.smd 20211007/101444.312 - cmdfile=./uc4.smc 20211007/101444.312 - [TRACE] 20211007/101444.312 - ; 20211007/101444.312 - ; file: The path and the file name of the trace file. 20211007/101444.313 - ; Any file name for a text file with several place holders for current system information: 20211007/101444.313 - ; $$ is replaced by server process type (WP or CP) in the context of a server process. 20211007/101444.313 - ; * is replaced by the three-digit process number in the context of a server process. 20211007/101444.313 - ; ## is replaced by 00 after the available trace files' corresponding numbers have been raised by one during startup of a trace. 20211007/101444.313 - ; xxx is replaced by the three-digit abbreviation of the respective unix version (unix agent only). 20211007/101444.313 - ; z/OS components only: 20211007/101444.313 - ; The following parameters can be added (after the dataset name and separated by semicolons) if the log is written to a dataset: 20211007/101444.313 - ; "recfm" = (all 27 record formats of z/OS plus * and A are valid) 20211007/101444.313 - ; "lrecl" = (0, each positive number up to 32760 and X for each reclen) 20211007/101444.313 - ; "blksize" = (0, each positive number up to 32760) 20211007/101444.313 - ; "space" = ([CYL,TRK],(prim,sec,directory)) 20211007/101444.313 - ; 20211007/101444.313 - file=*OWN/../temp/smgr_trace_##.txt 20211007/101444.313 - ; 20211007/101444.313 - ; trccount: Number of stored trace files 20211007/101444.313 - ; 20211007/101444.313 - trccount=10 20211007/101444.313 - ; 20211007/101444.313 - ; tcp/ip: traceflag 20211007/101444.313 - ; 20211007/101444.313 - tcp/ip=0 20211007/101444.313 - ; 20211007/101444.313 - ; cmd: traceflag 20211007/101444.313 - ; 0..9 - Tracelevels 0 to 9 20211007/101444.313 - ; 20211007/101444.313 - cmd=0 20211007/101444.313 - 20211007/101444.313 - [Destination UC4] 20211007/101444.313 - ; 20211007/101444.313 - ; cmdfile: Name of the file which contains commands for the ServiceManager. 20211007/101444.313 - ; This file is automatically applied by the ServiceManager during initial startup and also updated later on. This file is not to be edited manually! 20211007/101444.313 - ; "*OWN" must be used here as a path specification as well. 20211007/101444.313 - ; 20211007/101444.313 - cmdfile=*OWN/uc4.smc 20211007/101444.313 - ; 20211007/101444.313 - ; deffile: Name of the SMD file in which the AE services within the starting sequence are defined. 20211007/101444.313 - ; The path specification "*OWN" designates its own path and is important here as it has to do with a service. 20211007/101444.313 - ; 20211007/101444.313 - deffile=*OWN/uc4.smd 20211007/101444.313 - 20211007/101444.313 - [CAPKI] 20211007/101444.313 - ; 20211007/101444.313 - ; certificate: Path to the file where the certificate is stored 20211007/101444.313 - ; 20211007/101444.313 - ;certificate= 20211007/101444.313 - ; 20211007/101444.313 - ; key: Path to the file containing the private key 20211007/101444.313 - ; 20211007/101444.313 - ;key= 20211007/101444.313 - ; 20211007/101444.313 - ; chain: Some certificates may require an intermediate certificate for validation if the signing certificate authority is not trusted directly. The location of the intermediate certificate can be set here. 20211007/101444.313 - ; 20211007/101444.313 - ;chain= 20211007/101444.313 - ; 20211007/101444.313 - ; trusted_cert_folder: Path to the trusted certificate files 20211007/101444.313 - ; 20211007/101444.313 - ;trusted_cert_folder= 20211007/101444.313 - ; 20211007/101444.313 - ; cipher: cipher suite used for TLS 1.2 communication 20211007/101444.313 - ; 20211007/101444.313 - ;cipher= 20211007/101444.313 - ; 20211007/101444.313 - ; client_certification: client_certification: Clients from the Service Manager are the Service Manager Dialog and the Service Manager CLI. 20211007/101444.313 - ; Certification means, that the client is required to present a certificate when a connection is established. 20211007/101444.313 - ; n - Client certificate validation off 20211007/101444.313 - ; y - Client certificate validation on 20211007/101444.313 - ; 20211007/101444.313 - ;client_certification=n 20211007/101444.313 - 20211007/101444.313 - 20211007/101444.313 - certificate=./ucybsmgr_certificate.pem 20211007/101444.313 - key=./ucybsmgr_key.pem 20211007/101444.313 - chain= 20211007/101444.313 - cipher=DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256 20211007/101444.313 - [Destination AutomicV12] 20211007/101444.313 - 20211007/101444.313 - deffile=./uc4.smd 20211007/101444.313 - cmdfile=./uc4.smc 20211007/101444.313 - 20211007/101444.313 - 20211007/101444.313 - [Destination AEV12] 20211007/101444.313 - 20211007/101444.313 - deffile=./uc4.smd 20211007/101444.313 - cmdfile=./uc4.smc 20211007/101444.313 - 20211007/101444.313 - 20211007/101444.313 - [Destination AE12] 20211007/101444.313 - 20211007/101444.313 - deffile=./uc4.smd 20211007/101444.313 - cmdfile=./uc4.smc 20211007/101444.313 - ------------------------------------------------------------------------------------- 20211007/101444.321 - U00022071 CAPKI Library available. 20211007/101444.323 - U00022046 Service Manager has been started on Host 'sapmiintuc410.riu.net' ('192.168.252.14') with process ID '125179'. 20211007/101444.323 - U00022044 Real user '503' and effective user '503'. 20211007/101444.323 - U00022025 The file './uc4.smd' containing the definitions will be opened and interpreted. 20211007/101444.323 - U00022027 The sub-service 'UC4 WP1' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 WP2' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 WP3' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 WP4' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 WP5' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 JWP' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 JCP' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 CP1' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 CP2' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 CP3' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 CP4' was installed. 20211007/101444.323 - U00022027 The sub-service 'UC4 CP5' was installed. 20211007/101444.323 - U00022026 The command file './uc4.smc' containing the statements will be opened and interpreted. 20211007/101444.323 - U00022035 Process 'UC4 WP1' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 WP2' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 WP3' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 WP4' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 WP5' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 JWP' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 JCP' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 CP1' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 CP2' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 CP3' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 CP4' will be started in '0' seconds. 20211007/101444.323 - U00022035 Process 'UC4 CP5' will be started in '0' seconds. 20211007/101444.323 - U00022017 Automic Service Manager Version '12.3.6+hf.2.build.1628511897042' ready. 20211007/101444.323 - U00022032 'TCP' socket with port '8871' successfully created. 20211007/101444.323 - U00022004 Starting process 'UC4 CP5' ... 20211007/101444.323 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvcp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.323 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.323 - U00022007 Process 'UC4 CP5' (ID '125186') successfully started. 20211007/101444.323 - U00022004 Starting process 'UC4 CP4' ... 20211007/101444.323 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvcp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.323 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.324 - U00022007 Process 'UC4 CP4' (ID '125187') successfully started. 20211007/101444.324 - U00022004 Starting process 'UC4 CP3' ... 20211007/101444.324 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvcp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.324 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.326 - U00022007 Process 'UC4 CP3' (ID '125188') successfully started. 20211007/101444.326 - U00022004 Starting process 'UC4 CP2' ... 20211007/101444.326 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvcp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.326 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.326 - U00022007 Process 'UC4 CP2' (ID '125189') successfully started. 20211007/101444.326 - U00022004 Starting process 'UC4 CP1' ... 20211007/101444.326 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvcp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.326 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.328 - U00022007 Process 'UC4 CP1' (ID '125190') successfully started. 20211007/101444.328 - U00022004 Starting process 'UC4 JCP' ... 20211007/101444.328 - U00022005 ... with command line 'java -d64 -Xmx2G -jar ucsrvjp.jar -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort% -rest'. 20211007/101444.328 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.338 - U00022007 Process 'UC4 JCP' (ID '125193') successfully started. 20211007/101444.338 - U00022004 Starting process 'UC4 JWP' ... 20211007/101444.338 - U00022005 ... with command line 'java -d64 -Xmx2G -jar ucsrvjp.jar -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.338 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.349 - U00022007 Process 'UC4 JWP' (ID '125194') successfully started. 20211007/101444.349 - U00022004 Starting process 'UC4 WP5' ... 20211007/101444.349 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvwp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.349 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.359 - U00022007 Process 'UC4 WP5' (ID '125196') successfully started. 20211007/101444.359 - U00022004 Starting process 'UC4 WP4' ... 20211007/101444.359 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvwp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.359 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.364 - U00022007 Process 'UC4 WP4' (ID '125199') successfully started. 20211007/101444.364 - U00022004 Starting process 'UC4 WP3' ... 20211007/101444.364 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvwp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.364 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.368 - U00022007 Process 'UC4 WP3' (ID '125201') successfully started. 20211007/101444.368 - U00022004 Starting process 'UC4 WP2' ... 20211007/101444.368 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvwp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.368 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.374 - U00022007 Process 'UC4 WP2' (ID '125205') successfully started. 20211007/101444.374 - U00022004 Starting process 'UC4 WP1' ... 20211007/101444.374 - U00022005 ... with command line '/uc4/Automic.v12.3/AutomationEngine/bin/ucsrvwp -I/uc4/Automic.v12.3/AutomationEngine/bin/ucsrv.ini -svc0x1c50c60ort'. 20211007/101444.374 - U00022006 ... and start directory '/uc4/Automic.v12.3/AutomationEngine/bin'. 20211007/101444.393 - U00022007 Process 'UC4 WP1' (ID '125207') successfully started. 20211007/101444.393 - U00022032 'UDP' socket with port '8871' successfully created.