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


JCL for installing WebSphere Enterprise Service Bus into an empty node

Purpose

Use this zSMPInstall.sh JCL script to install the product definitions into an empty managed node in a network deployment configuration.
//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/AppServer + 
	 -install + 
	1> /tmp/installonly_84822.out + 
	2> /tmp/installonly_84822.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_84822.out'
	BBOHFSWR '/tmp/installonly_84822.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_install_emn.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).