| BusinessLink iSeries 400 Software Startup Procedure |
| Product: | BusinessLink/WEB | |
| Modified Date: |
|
The following statements will correctly start the BusinessLink iSeries 400 subsystems. These
commands can be done interactively by a security officer or placed in the iSeries 400 startup
program to ensure subsystem startup after IPL. If these commands are to be placed in the
iSeries 400 startup program, follow each command with a 'MONMSG CPF0000' to avoid startup problems
if the commands fail for any reason. All procedures should be done using an iSeries 400 user
profile with QSECOFR class authority.
Step 1 - Determine WEB5250 HSM Server Number Step 2 - Verify TCP/IP is Active (for Webserver Coprocessors) Step 3 - Start the ABL Subsystem ==> ABL/STRABL Step 4 - Start the ABLHSM Subsystem ==> SBMJOB CMD(ABL/STRSVRABL SVRNUM(1)) JOBD(ABL/ATFMAUTO) USER(ATFMAUTO) Replace the '1' with the appropriate number if the server number discovered in the first step was not the number '1'. This command should be repeated appropriately for any other HSM servers you wish to start. ... STRTCP MONMSG CPF0000 DLYJOB 300 ABL/STRABL MONMSG MSGID(CPF0000) SBMJOB CMD(ABL/STRSVRABL SVRNUM(1)) JOBD(ABL/ATFMAUTO) USER(ATFMAUTO) MONMSG MSGID(CPF0000) ... ** End of Technical Support Bulletin ** |