WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


JCL for installing WebSphere Enterprise Service Bus into a deployment manager node

Purpose

Use this JCL to run the zSMPInstall.sh script to install the product definitions into a deployment manager node.
//INSTONLY JOB (ACCTNO,ROOM),'WSUSER',CLASS=A,REGION=0M, 
//    NOTIFY=WSUSER,TIME=NOLIMIT,USER=WSADMIN 
//* 
//********************************************************************/ 
//* Run zSMPInstall.sh 																							*/ 
//********************************************************************/ 
//INSTO EXEC PGM=IKJEFT01,REGION=0M 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN DD * 
    BPXBATCH SH + 
     /usr/lpp/zWPS/V6R2/zos.config/bin/zSMPInstall.sh + 
	-smproot /usr/lpp/zWPS/V6R2 + 
	-runtime /WebSphere/V6R2/DeploymentManager + 
	-install + 
         1> /tmp/installonly_84821.out + 
         2> /tmp/installonly_84821.err 
/* 
//********************************************************************/ 
//* STEP Copy - Copy script output back to joblog */ 
//********************************************************************/ 
//MCFGC EXEC PGM=IKJEFT01,REGION=0M 
//SYSEXEC DD DISP=SHR,DSN=BBO.SBBOEXEC 
//SYSTSIN DD * 
	BBOHFSWR '/tmp/installonly_84821.out' 
	BBOHFSWR '/tmp/installonly_84821.err' 
//SYSTSPRT DD SYSOUT=* 
//

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.zseries.doc/doc/rins_zos_jcl_dm.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).