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


JCL for augmenting an empty node

Purpose

Use this JCL to run the zWESBConfig.sh script to augment an empty WebSphere® Application Server for z/OS® node with WebSphere ESB for z/OS functions.
//AUGMEMPT 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/AppServer/bin; + 
       ./zWESBConfig.sh + 
	-response /u/wsuser/wesbwork/ManagedDB2.rsp + 
	-augment +
	1> /tmp/zWESBConfigEM_40136.out + 
	2> /tmp/zWESBConfigEM_40136.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_40136.out' 
	BBOHFSWR '/tmp/zWESBConfigDM_40136.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_augment_emn.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).