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


JCL for augmenting a deployment manager node

Purpose

Use this JCL to run the zWESBConfig.sh script to augment the default WebSphere® Application Server for z/OS® node with WebSphere ESB for z/OS functionality for a network deployment configuration.
//AUGMDMGR JOB (ACCTNO,ROOM),'WSUSER',CLASS=A,REGION=0M, 
//    NOTIFY=WSUSER,TIME=NOLIMIT,USER=WSADMIN
//* 
//* 
//********************************************************************/ 
//* Run zWESBConfig.sh */ 
//********************************************************************/ 
//AUGMNT EXEC PGM=IKJEFT01,REGION=0M 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN DD * 
    BPXBATCH SH + 
    cd /WebSphere/V6R2/DeploymentManager/bin; + 
      ./zWESBConfig.sh -augment +
     -response /u/wsuser/wesbwork/DmgrDB2.rsp + 
      1> /tmp/zWESBConfigDM_40135.out + 
      2> /tmp/zWESBConfigDM_40135.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/zWESBConfigDM_40135.out' 
	BBOHFSWR '/tmp/zWESBConfigDM_40135.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_config_dm.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).