If any tasks do not complete when Business Continuity Manager installation and setup of Business Continuity Manager concludes, Business Continuity Manager cannot be used. You can use either of the following methods to check whether all installation and setup processes have completed properly:
- Check the execution result of the YKINSCHK command.
- Check the content of the Installation Verification Summary panel that appears when you select 0 Installation Verification on the Main Menu panel.
- Check the information displayed in the Installation Verification Summary panel.
If some installation or setup tasks have not completed, follow the provided instructions to complete them.
The following JCL execution example outputs the execution result of the YKINSCHK command to DD name SYSTSPRT. If the job terminates with a return code other than 0, check the execution result that is output to SYSTSPRT.
//YKINSCHK JOB //IEFPROC EXEC PGM=IKJEFT01,TIME=1440,REGION=4096K //SYSTSPRT DD SYSOUT=* //SYSABEND DD SYSOUT=* //STEPLIB DD DISP=SHR,DSN=HDSYK.Vnnnnnn.HDSYLNKT //SYSTSIN DD * YKINSCHK /* //
For more information about the YKINSCHK command and the items output to the Installation Verification Summary panel, see the Hitachi Business Continuity Manager Reference Guide.