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=*
//