//BBO9SAMP JOB JOB00301 //* //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Updated: October 7, 2022 * //* _________________________________________________________________ * //* * //* This job loads a set of sample jobs for installing WebSphere * //* Application Server V9.0 components on z/OS. * //* * //* Update the JOB statement and SYSUT2 data set name as appropriate * //* for your enterprise. * //* * //* These jobs are intended for use with Installation Manager 1.9.0 * //* or above. * //* * //* Change log: * //* 02/14/2022 Increased space allocations for Liberty runtime * //* and Installation Manager portable installs * //* 08/21/2022 Added jobs for Java 11 install on Liberty * //* 10/07/2022 Added remote install jobs for Java 11 on Liberty * //* * //********************************************************************* //* //IEBUPDTE EXEC PGM=IEBUPDTE,PARM=NEW //SYSPRINT DD SYSOUT=* //SYSUT2 DD DISP=(NEW,CATLG),DSN=BBO.WAS90.SAMPJOBS, // SPACE=(TRK,(15,5,20)), // RECFM=FB,LRECL=80,BLKSIZE=0 //SYSIN DD DATA,DLM='$$' ./ ADD NAME=BBO$INDX Index of WAS 9.0 sample jobs "Portable" refers to a product installation in which the Installation Manager metata ("appdata") and cache are stored together with one or more products in a single filesystem. BBO1CRED Create credentials for the web-based repository BBO1CFS Allocate a filesystem for the WAS 9.0 product BBO1CFSP Allocate a filesystem for the WAS 9.0 product (portable) BBO1INS Install WAS 9.0 from the web-based repository BBO1INSL Install WAS 9.0 from a local repository BBO1INSP Install WAS 9.0 from the web-based repository (portable) BBO1INSQ Install WAS 9.0 from a local repository (portable) BBO1UNIN Uninstall WAS 9.0 BBO1UNIP Uninstall WAS 9.0 (portable install) BBO2CFS Allocate a filesystem for the Liberty product BBO2CFSP Allocate a filesystem for the Liberty product (portable) BBO2INS Install Liberty from the web-based repository BBO2INSL Install Liberty from a local repository BBO2INSP Install Liberty from the web-based repository (portable) BBO2INSQ Install Liberty from a local repository (portable) BBO2UNIN Uninstall Liberty BBO2UNIP Uninstall Liberty (portable install) BBO3CFS Allocate a filesystem for the WAS Plugins BBO3CFSP Allocate a filesystem for the WAS Plugins (portable) BBO3INS Install the WAS Plugins from the web-based repository BBO3INSL Install the WAS Plugins from a local repository BBO3INSP Install the WAS Plugins from the web-based repo (port.) BBO3INSQ Install the WAS Plugins from a local repository (port.) BBO3UNIN Uninstall the WAS Plugins BBO3UNIP Uninstall the WAS Plugins (portable install) BBO4CFS Allocate a filesystem for the IHS 9.0 product BBO4CFSP Allocate a filesystem for the IHS 9.0 product (portable) BBO4INS Install IHS 9.0 from the web-based repository BBO4INSL Install IHS 9.0 from a local repository BBO4INSP Install IHS 9.0 from the web-based repository (portable) BBO4INSQ Install IHS 9.0 from a local repository (portable) BBO4UNIN Uninstall IHS 9.0 BBO4UNIP Uninstall IHS 9.0 (portable install) BBO5INS Install Java 8.0 onto Liberty (web-based) BBO5INSL Install Java 8.0 onto Liberty (local) BBO5INSP Install Java 8.0 onto Liberty (web-based, portable) BBO5INSQ Install Java 8.0 onto Liberty (local, portable) BBO5UNIN Uninstall Java 8.0 from Liberty BBO5UNIP Uninstall Java 8.0 from Liberty (portable install) BBO6INS Install Java 11.0 onto Liberty (web-based) BBO6INSL Install Java 11.0 onto Liberty (local) BBO6INSP Install Java 11.0 onto Liberty (web-based, portable) BBO6INSQ Install Java 11.0 onto Liberty (local, portable) BBO6UNIN Uninstall Java 11.0 from Liberty BBO6UNIP Uninstall Java 11.0 from Liberty (portable install) BBOIFIX Apply an iFix from the web-based repository BBOIFIXL Apply an iFix from a local repository BBOIFIXP Apply an iFix from the web-based repository (portable) BBOIFIXQ Apply an iFix from a local repository (portable) ./ ADD NAME=BBOIFIX //BBOIFIX JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs an interim fix with IBM Installation Manager * //* from the web-based service repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Identify the name of the interim fix to be installed, and * //* the installation directory of the product to which it is * //* to be installed. Mount the product filesystem read/write * //* at this location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change $IFIX_NAME to the full name of the interim fix to be * //* installed (for example, 9.0.0.0-WS-WAS-IFPM88937). * //* * //* 4) Change $INSTALL_DIRECTORY to the installation directory of * //* the product onto which the interim fix is being installed. * //* Make sure the product filesystem is mounted (read/write) * //* at this location. * //* * //* 5) Change $PACKAGE_NAME to the name of the package onto which * //* the interim fix is being installed (for example, * //* com.ibm.websphere.zOS.v90). This will allow the appropriate * //* repository to be accessed. * //* * //* 6) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the six lines beginning with '-preferences'. * //* * //* 7) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED or BBO1CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install an interim fix. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install $IFIX_NAME + -installationDirectory + $INSTALL_DIRECTORY + -repositories http://www.ibm.com/software/repositorymanager/+ $PACKAGE_NAME + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw /* ./ ADD NAME=BBOIFIXL //BBOIFIXL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs an interim fix with IBM Installation Manager * //* from a local repository (generally a downloaded .zip file). * //* * //* Before running this job: * //* * //* 1. Identify the name and location of the interim fix to be * //* installed. Generally this will be a .zip file obtained * //* from Fix Central or IBM Support. Make sure the file can * //* be read by the Installation Manager user ID. * //* * //* 2. Identify the installation directory of the product to which * //* this fix is to be applied. Mount the product filesystem * //* (read/write) at this location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change $IFIX_NAME to the full name of the interim fix to be * //* installed (for example, 9.0.0.0-WS-WAS-IFPM88937). * //* * //* 4) Change $INSTALL_DIRECTORY to the installation directory of * //* the product onto which the interim fix is being installed. * //* Make sure the product filesystem is mounted (read/write) * //* at this location. * //* * //* 5) Change $IFIX_FILENAME.zip to the filename of the file which * //* contains the interim fix. The filename will usually be the * //* same as the interim file, with a '.zip' extension. If the * //* file is not in /global/instmgr/repo, change the path as well. * //* If the interim fix has been uncompressed, specify the * //* directory into which it has been uncompressed. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install an interim fix. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install $IFIX_NAME + -installationDirectory + $INSTALL_DIRECTORY + -repositories + /global/instmgr/repo/$IFIX_FILENAME.zip /* ./ ADD NAME=BBOIFIXP //BBOIFIXP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs an interim fix with IBM Installation Manager * //* from the web-based service repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Identify the name of the interim fix to be installed, and * //* the installation directory of the product to which it is * //* to be installed. Mount the product filesystem read/write * //* at this location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $IFIX_NAME to the full name of the interim fix to be * //* installed (for example, 9.0.0.0-WS-WAS-IFPM88937). * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the installed product(s) * //* and their Installation Manager metadata and logs. * //* * //* 5) Change $PRODUCT to the product identifier which identifies * //* the spcific product in the portable install to which the * //* interim fix is to be applied. * //* * //* 6) Change $PACKAGE_NAME to the name of the package onto which * //* the interim fix is being installed (for example, * //* com.ibm.websphere.zOS.v85). This will allow the appropriate * //* repository to be accessed. * //* * //* 7) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the six lines beginning with '-preferences'. * //* * //* 8) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED or BBO1CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install an interim fix. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install $IFIX_NAME + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/$PRODUCT + -repositories http://www.ibm.com/software/repositorymanager/+ $PACKAGE_NAME + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group /* ./ ADD NAME=BBOIFIXQ //BBOIFIXQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs an interim fix with IBM Installation Manager * //* from a local repository (generally a downloaded .zip file). * //* * //* Before running this job: * //* * //* 1. Identify the name and location of the interim fix to be * //* installed. Generally this will be a .zip file obtained * //* from Fix Central or IBM Support. Copy the file into the * //* /global/instmgr/repo directory and make sure it is * //* readable by the user ID that will apply the fix. * //* * //* 2. Identify the installation directory of the product to which * //* this fix is to be applied. Mount the product filesystem * //* (read/write) at this location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $IFIX_NAME to the full name of the interim fix to be * //* installed (for example, 9.0.0.0-WS-WAS-IFPM88937). * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the installed product(s) * //* and their Installation Manager metadata and logs. * //* * //* 5) Change $PRODUCT to the product identifier which identifies * //* the spcific product in the portable install to which the * //* interim fix is to be applied. * //* * //* 6) Change $IFIX_FILENAME.zip to the filename of the file which * //* contains the interim fix. The filename will usually be the * //* same as the interim file, with a '.zip' extension. If the * //* file is not in /global/instmgr/repo, change the path as well. * //* If the interim fix has been uncompressed, specify the * //* directory into which it has been uncompressed. * //* * //* 7) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install an interim fix. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install $IFIX_NAME + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/$PRODUCT + -repositories + /global/instmgr/repo/$IFIX_FILENAME.zip + -accessRights group /* ./ ADD NAME=BBO1CFS //BBO1CFS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for WebSphere * //* Application Server V9.0. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SBBOZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $LEVEL to indicate the level you are installing (e.g. * //* 9.0.5.4) or some other identifier for this copy of the * //* product. You may want to add this same value (in some form) * //* to the filesystem data set name (-name) above. * //* * //* The filesystem must always be mounted (read/write) at this * //* path when it is being updated with Installation Manager. * //* It should be remounted (read-only) at another location for * //* actual product use. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* WebSphere Application Server V9.0. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/zCreateFileSystem.sh + -name BBO.V9R0.SBBOZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 3200 200 + -mountpoint + /global/instmgr/products/WebSphere/AppServer/$LEVEL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO1CFSP //BBO1CFSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for WebSphere * //* Application Server V9.0. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SBBOZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed * //* products(s) and their Installation Manager metadata and logs. * //* You may want to include some form of the $INSTALL value in * //* the filesystem dataset name. The filesystem must be mounted * //* at this location whenever the product(s) are serviced with * //* Installation Manager. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* WebSphere Application Server V9.0. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/zCreateFileSystem.sh + -name BBO.V9R0.SBBOZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 5000 200 + -mountpoint + /global/instmgr/$INSTALL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO1CRED //BBO1CRED JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job creates a credentials file to access Web-based product * //* and service repositories for WebSphere Application Server for * //* z/OS and its optional features. * //* * //* Before running this job, create an Installation Manager user ID * //* and group (Installation Manager sample job GIN2ADMN), * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See InstallationManager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you do not already have an IBM user ID, obtain one by * //* pointing a Web browser to: * //* * //* http://www.ibm.com/account/profile * //* * //* In the steps below, change "IBM_userid" to your IBM user ID, * //* and change "IBM_password" to the corresponding password. * //* * //* Associating this user ID to an entitled IBM customer number * //* will also allow you install the base product from the online * //* repository. For more information about this process, see: * //* * //* http://www.ibm.com/support/docview.wss?uid=swg21659636 * //* * //* 4) Create a Unix System Sevices file to be used as an encryption * //* key, and place one or more lines of text in the file. We * //* recommend that you create this file in the home directory of * //* the user ID that will invoke the Installation Manager. The * //* file should only be accessible to the owner (or, if the * //* file will be shared among the users in group, to those in * //* the same group). For admin and user mode Installation * //* Managers, set the file permissions to 700: * //* * //* chmod 700 $HOME/im.mpw * //* * //* For group mode Installation Managers, set the permissions to * //* 750 and make sure the file is owned by the Installation * //* manager user and group (see sample job GIN2ADM): * //* * //* chmod 750 $HOME/im.mpw * //* chown IMADMIN:IMGROUP $HOME/im.mpw * //* * //* We recommend that you ceate the secure storage file in the * //* home directory as well. If you choose a different location, * //* set -secureStorageFile to your desired path and file name. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change proxy.hostname and proxy_port to the host name and * //* port for the proxy server, and change proxy_username and * //* proxy_password to the user name and password for proxy * //* server authentication. The proxy server credentials will * //* be saved in the same file with your repository credentials. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the four lines beginning with "-proxy". * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* credentials were accepted, and saved in the credentials file(s). * //* * //* To access an IBM online product repository, specify the path and * //* file name of the secure storage file and master password file in * //* of the secure storage file and master password file in your * //* your Installation Manager commands: * //* * //* -secureStorageFile $HOME/im.ssf * //* -masterPasswordFile $HOME/im.mpw * //* * //********************************************************************* //* //**************************************************************** //* The following step creates a credentials file for use with * //* IBM Installation Manager and the Web-based product and * //* service repository. * //**************************************************************** //SAVECR EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imutilsc saveCredential + -userName IBM_userid + -userPassword IBM_password + -proxyHost proxy.hostname + -proxyPort proxy_port + -proxyUserName proxy_username + -proxyUserPassword proxy_password + -url http://www.ibm.com/software/repositorymanager/entitled + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw /* ./ ADD NAME=BBO1INS //BBO1INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server V9.0 from the * //* web-based product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 3. Edit and submit sample job BBO1CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/WebSphere/AppServer/$LEVEL' * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO1CFS.) * //* * //* 5) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 6) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 7) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 9) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 10) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs 10 //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server V9.0 from the * //* Web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/AppServer/$LEVEL + -sharedResourcesDirectory /global/instmgr/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO1INSL //BBO1INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server V9.0 from a * //* local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.zOS.zip (approximately 1200 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770140.zip. * //* Download it, rename it to was.repo.9000.zOS.zip, and * //* transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 3. Download the latest fix pack repository files from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer them in binary to your z/OS system: * //* * //* 9.0.5-WS-WAS-ZOS-FPnnn.zip (approximately 1200 MB) * //* * //* ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip * //* (approximately 230 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* If a fix pack consists of several zip files (part1.zip, * //* part2.zip, and so on), then use an unzip tool or jar -xvf * //* to uncompress the fix pack zip files into a single empty * //* directory, and change the pointer to the fix pack zip file * //* (in -repositories, below) to point to the fix pack * //* directory instead. * //* * //* 4. Edit and submit sample job BBO1CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/AppServer/$LEVEL' * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO1CFS.) * //* * //* 4) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 5) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 6) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 7) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 traditional * //* product from local product and fix pack repositories. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/AppServer/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-WAS-ZOS-FPnnn.zip,+ /global/instmgr/repo/+ ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO1INSP //BBO1INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server V9.0 from the * //* web-based product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Edit and submit sample job BBO1CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO1CFS.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server V9.0 from the * //* Web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/was + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO1INSQ //BBO1INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server V9.0 from a * //* local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.zOS.zip (approximately 1200 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770140.zip. * //* Download it, rename it to was.repo.9000.zOS.zip, and * //* transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Download the latest fix pack repository files from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer them in binary to your z/OS system: * //* * //* 9.0.5-WS-WAS-ZOS-FPnnn.zip (approximately 1200 MB) * //* * //* ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip * //* (approximately 230 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* If a fix pack consists of several zip files (part1.zip, * //* part2.zip, and so on), then use an unzip tool or jar -xvf * //* to uncompress the fix pack zip files into a single empty * //* directory, and change the pointer to the fix pack zip file * //* (in -repositories, below) to point to the fix pack * //* directory instead. * //* * //* 3. Edit and submit sample job BBO1CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO1CFS.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 traditional * //* product from local product and fix pack repositories. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/was + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-WAS-ZOS-FPnnn.zip,+ /global/instmgr/repo/+ ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO1UNIN //BBO1UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls WebSphere Application Server V9.0 with * //* IBM Installation Manager. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server V9.0 * //* traditional product you wish to uninstall and mounts its * //* filesystem (read/write) at the original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/AppServer/$LEVEL' * //* to the installation directory of the copy of the product to * //* be uninstalled. The product filesystem must be mounted * //* (read/write) at this location. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall WebSphere Application Server V9.0. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/AppServer/$LEVEL /* ./ ADD NAME=BBO1UNIP //BBO1UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls WebSphere Application Server V9.0 with * //* IBM Installation Manager. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server V9.0 * //* traditional product you wish to uninstall and mounts its * //* filesystem (read/write) at the original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product which is to * //* be uninstalled. The portable install filesystem must be * //* mounted read/write at this locatiom. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall WebSphere Application Server V9.0. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.websphere.zOS.v90 + com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/was + -accessRights group /* ./ ADD NAME=BBO2ADD1 //BBO2ADD1 JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5666-WAS (C) Copyright IBM Corp. 2000, 2016 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job lists additional Liberty profile content available in * //* the IBM Liberty Repository, or in a local Liberty repository. * //* This content can include Liberty features, add-ons and bundles, * //* as well as other assets such as samples and configuration * //* snippets. * //* * //* Before running this job, you must install a copy of the Liberty * //* profile (see sample jobs BBO2CFS and BBO2INS or BBO2INSL). * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. Specify a REGION of at least 768M on the * //* JOB statement. * //* * //* 2) Change '/usr/lpp/java/J1.8' to the path for a Java Software * //* Development Kit (SDK), Version 6 or above. * //* * //* 3) Change '/usr/lpp/zWebSphere/Liberty' to the path for the * //* installed copy of the Liberty profile to which you want to * //* add additional content. * //* * //* 4) If you are searching for a particular content item, change * //* the null search string "" to text that matches the content * //* name or description. Leave the null search string to display * //* all additional content in the repository. * //* * //* 5) Change '/tmp/Liberty/wlp-featureRepo' to the path for a local * //* Liberty feature repository (see below), or remove the entire * //* line ('--from=/tmp/Liberty/wlp-featureRepo') to have the * //* installUtility command search the online Liberty Repository. * //* * //* If your z/OS system is connected to the internet, you can * //* install additional Liberty content directly from the online * //* Liberty repository. If you need to use a proxy server to access * //* the internet from your z/OS system, you must provide the proxy * //* information in the /etc/repositories.properties * //* file. See the Knowledge Center article 'Configuring * //* repositories and proxy settings for the installUtility command.' * //* * //* If your z/OS system does not have access to the internet, you * //* can create a local Liberty feature repository as follows: * //* * //* a) Select a location such as /tmp/Liberty/wlp-featureRepo to * //* hold the repository, and create the directory if it does not * //* exist: * //* * //* mkdir /tmp/Liberty/wlp-featureRepo * //* chmod 755 /tmp/Liberty/wlp-featureRepo * //* * //* b) Point a web browser to IBM Fix Central: * //* * //* http://www.ibm.com/support/fixcentral/ * //* * //* and download the following file, corresponding to the fix * //* pack level of Liberty that you are running: * //* * //* wlp-featureRepo-.zip * //* * //* Upload this file in binary to your z/OS system, and unzip it * //* into your Liberty repository directory. If you do not have * //* an unzip command, you can use the Java jar command, as in * //* the following example. * //* * //* export PATH=/usr/lpp/java/J1.8/bin:$PATH * //* * //* cd /tmp/Liberty/wlp-featureRepo * //* * //* ./jar -xvf /tmp/wlp-featureRepo-16.0.0.2.zip * //* * //* You can unzip multiple featureRepo.zip files into a single * //* directory if you require additional content for several * //* Liberty fix pack levels. The additional content for each * //* fix pack level will require approximately 450 megabytes of * //* disk space after being unzipped. * //* * //* Once a local Liberty repository has been created, you can * //* use it with the BBO2ADD1 and BBO2ADD2 sample jobs to find * //* and install additional Liberty content. * //* * //* Submit the job, and examine the output to see the names and * //* descriptions of additional Liberty content you can install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes the Liberty installUtility * //* command to list additional Liberty content which applies * //* to this copy of the Liberty profile. * //**************************************************************** //LIST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + export JAVA_HOME=/usr/lpp/java/J1.8; + /usr/lpp/zWebSphere/Liberty/bin/installUtility + find "" + --from=/tmp/Liberty/wlp-featureRepo + --showDescriptions /* ./ ADD NAME=BBO2ADD2 //BBO2ADD2 JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2016 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs additional Liberty content from the IBM * //* Liberty Repository, or from a local Liberty feature repository. * //* This content can include Liberty features, add-ons and bundles, * //* as well as other assets such as samples and configuration * //* snippets. * //* * //* Before running this job, you must install a copy of WebSphere * //* Application Server Liberty (see sample jobs BBO2CFS and either * //* BBO2INS or BBO2INSL.) * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Because this job will modify files in the installed copy of * //* Liberty, it should be run under the Installation Manager user * //* ID that was used to install this copy of the Liberty profile. * //* * //* Specify a REGION of at least 768M on the JOB statement. * //* * //* 2) Change '/usr/lpp/java/J1.8' to the path for a Java Software * //* Development Kit (SDK), Version 6 or above. * //* * //* 3) Change '/usr/lpp/zWebSphere/Liberty' to the path for the * //* installed copy of Liberty to which you are adding additional * //* content. This filesystem must be mounted read/write. * //* * //* 4) By default, this job will install a complete set of WebSphere * //* Liberty features for the z/OS platform. To install different * //* content, change 'zosBundle' to the name of the feature or * //* add-on you wish to install, such as adminCenter-1.0 or * //* zosConnect-1.2. To install several content items, list * //* the names of the items, separated by blanks (for example, * //* 'install adminCenter-1.0 el-3.0'). * //* * //* 5) Change '/tmp/Liberty/wlp-featureRepo' to the path for a local * //* Liberty feature repository (see below), or remove the entire * //* line ('--from=/tmp/Liberty/wlp-featureRepo') to install * //* additional content from the online Liberty Repository. * //* * //* If your z/OS system is connected to the internet, you can * //* install additional Liberty content directly from the online * //* Liberty repository. If you need to use a proxy server to access * //* the internet from your z/OS system, you must provide the proxy * //* information in the /etc/repositories.properties * //* file. See the Knowledge Center article 'Configuring * //* repositories and proxy settings for the installUtility command.' * //* * //* If your z/OS system does not have access to the internet, you * //* can create a local Liberty feature repository as follows: * //* * //* a) Select a location such as /tmp/Liberty/wlp-featureRepo to * //* hold the repository, and create the directory if it does not * //* exist: * //* * //* mkdir /tmp/Liberty/wlp-featureRepo * //* chmod 755 /tmp/Liberty/wlp-featureRepo * //* * //* b) Point a web browser to IBM Fix Central: * //* * //* http://www.ibm.com/support/fixcentral/ * //* * //* and download the following file, corresponding to the fix * //* pack level of Liberty that you are running: * //* * //* wlp-featureRepo-.zip * //* * //* Upload this file in binary to your z/OS system, and unzip it * //* into your Liberty repository directory. If you do not have * //* an unzip command, you can use the Java jar commmand, as in * //* the following example. * //* * //* export PATH=/usr/lpp/java/J1.8/bin:$PATH * //* * //* cd /tmp/Liberty/wlp-featureRepo * //* * //* ./jar -xvf /tmp/wlp-featureRepo-16.0.0.2.zip * //* * //* You can unzip multiple featureRepo.zip files into a single * //* directory if you require additional content for several * //* Liberty fix pack levels. The additional content for each * //* fix pack level will require approximately 450 megabytes of * //* disk space after being unzipped. * //* * //* Once a local Liberty repository has been created, you can * //* use it with the BBO2ADD1 and BBO2ADD2 sample jobs to find * //* and install additional Liberty content. * //* * //* By including the --acceptLicense parameter in this job, you are * //* indicating your acceptance of the terms and conditions for the * //* additional Liberty content. To view this license information, * //* go to http://wasdev.net/downloads and search for the name of * //* the content item you want to install. * //* * //* Submit the job, and examine the output to verify that the * //* additional content was successfully installed. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes the Liberty installUtility * //* command to install additional Liberty content to a copy * //* of WebSphere Application Server Liberty. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + export JAVA_HOME=/usr/lpp/java/J1.8; + /usr/lpp/zWebSphere/Liberty/bin/installUtility + install zosBundle + --from=/tmp/Liberty/wlp-featureRepo + --acceptLicense /* ./ ADD NAME=BBO2ADD3 //BBO2ADD3 JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS1 (C) Copyright IBM Corp. 2000, 2016 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls additional content that was previously added * //* to a copy of WebSphere Application Server Liberty. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Because this job will modify files in the installed copy of * //* Liberty, it should be run under the Installation Manager user * //* ID that was used to install this copy of the Liberty profile. * //* * //* Specify a REGION of at least 768M on the JOB statement. * //* * //* 2) Change '/usr/lpp/java/J1.8' to the path for a Java Software * //* Development Kit (SDK), Version 6 or above. * //* * //* 3) Change '/usr/lpp/zWebSphere/Liberty' to the path for the * //* installed copy of Liberty from which you are removing * //* previously-installed additional content. * //* * //* 4) Change 'zosBundle' to the name of the add-on, feature, or * //* other content item to be uninstalled. You can use the * //* Liberty profile command 'productInfo featureInfo' to list * //* all installed features and add-ons. To uninstall several * //* content items, list the names of the items, separated by * //* blanks (for example, 'uninstall adminCenter-1.0 el-3.0'). * //* * //* The --noPrompts option suppresses the interactive prompt asking * //* you to verify that the Liberty server is not running. Make sure * //* the server is shut down before you remove additional content. * //* * //* Submit the job, and examine the output to verify that the * //* additional content was successfully uninstalled. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes the Liberty installUtility * //* command to uninstall additional Liberty content from a * //* copy of WebSphere Application Server Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + export JAVA_HOME=/usr/lpp/java/J1.8; + /usr/lpp/zWebSphere/Liberty/bin/installUtility + uninstall zosBundle + --noPrompts /* ./ ADD NAME=BBO2CFS //BBO2CFS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for WebSphere * //* Application Server Liberty. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SWLPZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $LEVEL to indicate the level you are installing (e.g. * //* 9.0.5.4) or some other identifier for this copy of the * //* product. You may want to add this same value (in some form) * //* to the filesystem data set name (-name) above. * //* * //* The filesystem must always be mounted (read/write) at this * //* path when it is being updated with Installation Manager. * //* It should be remounted (read-only) at another location for * //* actual product use. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* If you intend to install additional Liberty feature or optional * //* Java Software Development Kits, add additional space to the * //* filesystem allocation (-cylinders). * //* * //* The amount of space allocated should be increased by 500 * //* cylinders if the IBM SDK, Java Technology Edition, Version 8 * //* will also be installed. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* WebSphere Application Server Liberty. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/zCreateFileSystem.sh + -name BBO.V9R0.SWLPZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 850 100 + -mountpoint + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO2CFSP //BBO2CFSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for WebSphere * //* Application Server Liberty. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SWLPZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed * //* products(s) and their Installation Manager metadata and logs. * //* You may want to include some form of the $INSTALL value in * //* the filesystem dataset name. The filesystem must be mounted * //* at this location whenever the product(s) are serviced with * //* Installation Manager. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* If you intend to install additional Liberty feature or optional * //* Java Software Development Kits, add additional space to the * //* filesystem allocation (-cylinders). * //* * //* The amount of space allocated should be increased by 500 * //* cylinders if the IBM SDK, Java Technology Edition, Version 8 * //* will also be installed. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* WebSphere Application Server Liberty. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/zCreateFileSystem.sh + -name BBO.V9R0.SWLPZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 1800 100 + -mountpoint + /global/instmgr/$INSTALL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO2INS //BBO2INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server Liberty * //* from the web-based product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 3. Edit and submit sample job BBO2CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.liberty.zOS_16.0.2.20160526_2338 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO2CFS.) * //* * //* 5) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 6) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 7) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 9) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 10) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server Liberty from the * //* web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.liberty.zOS + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.liberty.zOS + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO2INSL //BBO2INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server Liberty * //* from a local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.16002.liberty.zOS.zip (approximately 300 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770150.zip. * //* Download it, rename it to was.repo.16002.liberty.zOS.zip, * //* and transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since the files are large, you may want to create a file * //* system to mount at /repo. You can use * //* the Installation Manager sample job GIN2REPO to create and * //* mount this file system. * //* * //* 3. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* yy.0.0.n-WS-LIBERTY-ZOS-FP.zip (approximately 300 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 4. Edit and submit sample job BBO2CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO2CFS.) * //* * //* 4) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 5) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 6) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 7) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server Liberty * //* from a local product repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.liberty.zOS + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories + /global/instmgr/repo/was.repo.16002.liberty.zOS.zip,+ /global/instmgr/repo/yy.0.0.n-WS-LIBERTY-ZOS-FP.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO2INSP //BBO2INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server Liberty * //* from the web-based product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Edit and submit sample job BBO2CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.liberty.zOS_16.0.2.20160526_2338 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO2CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server Liberty from the * //* web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.liberty.zOS + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.liberty.zOS + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO2INSQ //BBO2INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs WebSphere Application Server Liberty * //* from a local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.16002.liberty.zOS.zip (approximately 300 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770150.zip. * //* Download it, rename it to was.repo.16002.liberty.zOS.zip, * //* and transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since the files are large, you may want to create a file * //* system to mount at /repo. You can use * //* the Installation Manager sample job GIN2REPO to create and * //* mount this file system. * //* * //* 2. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* yy.0.0.n-WS-LIBERTY-ZOS-FP.zip (approximately 300 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 3. Edit and submit sample job BBO2CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO5CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: WebSphere Application Server Version 9 is available * //* under a "try and buy" license. If you have not purchased * //* the product, you may install it for a 60-day trial period. * //* See the license for details. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install WebSphere Application Server Liberty * //* from a local product repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.liberty.zOS + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories + /global/instmgr/repo/was.repo.16002.liberty.zOS.zip,+ /global/instmgr/repo/yy.0.0.n-WS-LIBERTY-ZOS-FP.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO2UNIN //BBO2UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls WebSphere Application Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server * //* Liberty product you wish to uninstall and mount its * //* filesystem (read/write) at the original install location. * //* * //* 2. Uninstall any optional Java Software Development Kits * //* which are installed on this copy of the WebSphere * //* Application Server Liberty product. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory of the copy of the product * //* to be uninstalled. The product filesystem must be mounted * //* (read/write) at this location. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall WebSphere Application Server Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.websphere.liberty.zOS + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL /* ./ ADD NAME=BBO2UNIP //BBO2UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls WebSphere Application Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server * //* Liberty product you wish to uninstall and mount its * //* filesystem (read/write) at the original install location. * //* * //* 2. Uninstall any optional Java Software Development Kits * //* which are installed on this copy of the WebSphere * //* Application Server Liberty product. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product which is to * //* be uninstalled. The portable install filesystem must be * //* mounted read/write at this locatiom. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall WebSphere Application Server Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.websphere.liberty.zOS + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -accessRights group /* ./ ADD NAME=BBO3CFS //BBO3CFS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for the WebSphere * //* Application Server V9.0 Web server plugins. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SIWOZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $LEVEL to indicate the level you are installing (e.g. * //* 9.0.5.4) or some other identifier for this copy of the * //* product. You may want to add this same value (in some form) * //* to the filesystem data set name (-name) above. * //* * //* The filesystem must always be mounted (read/write) at this * //* path when it is being updated with Installation Manager. * //* It should be remounted (read-only) at another location for * //* actual product use. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for the * //* WebSphere Application Server V9.0 Web server plugins. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/zCreateFileSystem.sh + -name BBO.V9R0.SIWOZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 80 10 + -mountpoint + /global/instmgr/products/WebSphere/Plugins/$LEVEL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO3CFSP //BBO3CFSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for the WebSphere * //* Application Server V9.0 Web server plugins. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SIWOZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed * //* products(s) and their Installation Manager metadata and logs. * //* You may want to include some form of the $INSTALL value in * //* the filesystem dataset name. The filesystem must be mounted * //* at this location whenever the product(s) are serviced with * //* Installation Manager. * //* * //* 7) If additional products will be added to the portable install, * //* increase the space allocation (-cylinders) accordingly. * //* * //* 8) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for the * //* WebSphere Application Server V9.0 Web server plugins. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/zCreateFileSystem.sh + -name BBO.V9R0.SIWOZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 100 10 + -mountpoint + /global/instmgr/$INSTALL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO3INS //BBO3INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs the WebSphere Application Server V9.0 Web * //* server plugins from the Web-based product and service repository.* //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* system). * //* * //* 3. Edit and submit sample job BBO3CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.PLG.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/WebSphere/Plugins/$LEVEL' * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO3CFS.) * //* * //* 5) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 6) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 7) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 9) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for the Web server plugins is dependent on * //* having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 10) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 Web server * //* plugins from the Web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.PLG.zOS.v90 + -installationDirectory + /global/instmgr/products/WebSphere/Plugins/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.PLG.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO3INSL //BBO3INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs the WebSphere Application Server V9.0 Web * //* server plugins from a local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.plugins.zOS.zip (approximately 40 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770160.zip. * //* Download it, rename it to was.repo.9000.plugins.zOS.zip, * //* and transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 3. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* 9.0.5-WS-PLG-ZOS-FPnnn.zip (approximately 40 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 4. Edit and submit sample job BBO3CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Plugins/$LEVEL * //* to the path at which the product will be installed. (This * //* should match the path specified in BBO3CFS.) * //* * //* 4) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 5) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 6) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for the Web server plugins is dependent on * //* having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 7) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 Web server * //* plugins from local product and fix pack repositories. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.PLG.zOS.v90 + -installationDirectory + /global/instmgr/products/WebSphere/Plugins/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.plugins.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-PLG-ZOS-FPnnn.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO3INSP //BBO3INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs the WebSphere Application Server V9.0 Web * //* server plugins from the Web-based product and service repository.* //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* system). * //* * //* 2. Edit and submit sample job BBO3CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.PLG.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO3CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for the Web server plugins is dependent on * //* having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 Web server * //* plugins from the Web-based product and service repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.PLG.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/plugins + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.PLG.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO3INSQ //BBO3INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs the WebSphere Application Server V9.0 Web * //* server plugins from a local product repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.plugins.zOS.zip (approximately 40 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770160.zip. * //* Download it, rename it to was.repo.9000.plugins.zOS.zip, * //* and transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* 9.0.5-WS-PLG-ZOS-FPnnn.zip (approximately 40 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 3. Edit and submit sample job BBO3CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO3CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for the Web server plugins is dependent on * //* having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; . * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the WebSphere Application Server V9.0 Web server * //* plugins from local product and fix pack repositories. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.PLG.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/plugins + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.plugins.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-PLG-ZOS-FPnnn.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO3UNIN //BBO3UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls the WebSphere Application Server V9.0 * //* Web server plugins. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server Web * //* Server Plugins product you wish to uninstall and mount its * //* filesystem (read/write) at the original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Plugins/$LEVEL' * //* to the installation directory of the copy of the product to * //* be uninstalled. The product filesystem must be mounted * //* (read/write) at this location. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall the WebSphere Application Server V9.0 Web server * //* plugins. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.websphere.PLG.zOS.v90 + -installationDirectory + /global/instmgr/products/WebSphere/Plugins/$LEVEL /* ./ ADD NAME=BBO3UNIP //BBO3UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls the WebSphere Application Server V9.0 * //* Web server plugins. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the WebSphere Application Server Web * //* Server Plugins product you wish to uninstall and mount its * //* filesystem (read/write) at the original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product which is to * //* be uninstalled. The portable install filesystem must be * //* mounted read/write at this locatiom. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall the WebSphere Application Server V9.0 Web server * //* plugins. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.websphere.PLG.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/plugins + -accessRights group /* ./ ADD NAME=BBO4CFS //BBO4CFS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for IBM HTTP * //* Server V9.0. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SHAPZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $LEVEL to indicate the level you are installing (e.g. * //* 9.0.5.4) or some other identifier for this copy of the * //* product. You may want to add this same value (in some form) * //* to the filesystem data set name (-name) above. * //* * //* The filesystem must always be mounted (read/write) at this * //* path when it is being updated with Installation Manager. * //* It should be remounted (read-only) at another location for * //* actual product use. * //* * //* 7) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* IBM HTTP Server V9.0. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/zCreateFileSystem.sh + -name BBO.V9R0.SHAPZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 90 10 + -mountpoint + /global/instmgr/products/IHSA/$LEVEL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO4CFSP //BBO4CFSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job allocates and mounts a new filesystem for IBM HTTP * //* Server V9.0. * //* * //* Ensure you execute this job from a userid that is UID=0 * //* or is permitted to the 'BPX.SUPERUSER' facility class. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) To use a different data set name for the product file system, * //* change 'BBO.V9R0.SHAPZFS' to the desired value. * //* * //* 4) To create an HFS filesystem instead of a zFS filesystem, * //* change "-type ZFS" to "-type HFS". * //* * //* 5) Set the -volume, -storclas, -dataclas, and -mgmtclas to the * //* appropriate volume and SMS storage, data, and management * //* classes for the new filesystem. Delete any allocation * //* parameters which are not needed on your system. * //* * //* 6) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed * //* products(s) and their Installation Manager metadata and logs. * //* You may want to include some form of the $INSTALL value in * //* the filesystem dataset name. The filesystem must be mounted * //* at this location whenever the product(s) are serviced with * //* Installation Manager. * //* * //* 7) If additional products will be added to the portable install, * //* increase the space allocation (-cylinders) accordingly. * //* * //* 8) Change IMADMIN and IMGROUP to the SAF user ID and group that * //* will "own" this package group's files. This will usually be * //* the same user ID and group that own the Installation Manager * //* instance to which the package group belongs. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* The mountpoint directory, and any required directories above it, * //* will be created. Initial permissions for these directories are * //* set to 755. To alter this initial setting, specify -perm on * //* the zCreateFileSystem.sh call, followed by the desired initial * //* permissions. * //* * //********************************************************************* //* //**************************************************************** //* The following step allocates a new filesystem for * //* IBM HTTP Server V9.0. * //**************************************************************** //CREATE EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/zCreateFileSystem.sh + -name BBO.V9R0.SHAPZFS + -type ZFS + -volume hhhhhh + -storclas ssssssss + -dataclas dddddddd + -mgmtclas mmmmmmmm + -cylinders 120 10 + -mountpoint + /global/instmgr/$INSTALL + -owner IMADMIN + -group IMGROUP /* ./ ADD NAME=BBO4INS //BBO4INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM HTTP Server V9.0 from the Web-based * //* product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 3. Edit and submit sample job BBO4CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.IHS.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/IHSA/$LEVEL' to the * //* path at which the product will be installed. (This should * //* match the path specified in BBO4CFS.) * //* * //* 5) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 6) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 7) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 9) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for IBM HTTP Server Version 9 is dependent * //* on having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 10) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM HTTP Server from the web-based product * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.IHS.zOS.v90 + -installationDirectory + /global/instmgr/products/IHSA/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.IHS.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO4INSL //BBO4INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM HTTP Server 9.0 from a local product * //* repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Create an Installation Manager if you have not already * //* done so. You will need to know the path to the binaries * //* directory for the Installation Manager. * //* * //* 2. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.ihs.zOS.zip (approximately 40 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770170.zip. * //* Download it, rename it to was.repo.9000.ihs.zOS.zip, and * //* transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 3. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* 9.0.5-WS-IHS-ZOS-FPnnn.zip (approximately 40 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 4. Edit and submit sample job BBO4CFS in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/IHSA/$LEVEL' to the * //* path at which the product will be installed. (This should * //* match the path specified in BBO4CFS.) * //* * //* 4) Change '/global/instmgr/sharedResources' to the path for * //* the Installation Manager shared resources directory, if you * //* have chosen a different location. This value is set once * //* per Installation Manager, when the first product install is * //* performed, and cannot be changed by a later install. * //* * //* 5) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 6) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for IBM HTTP Server Version 9 is dependent * //* on having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 7) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM HTTP Server V9.0 from a local product * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.websphere.IHS.zOS.v90 + -installationDirectory + /global/instmgr/products/IHSA/$LEVEL + -sharedResourcesDirectory + /global/instmgr/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.ihs.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-IHS-ZOS-FPnnn.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO4INSP //BBO4INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM HTTP Server V9.0 from the Web-based * //* product and service repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Edit and submit sample job BBO4CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the product will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the product to be installed. For example: * //* * //* install com.ibm.websphere.IHS.zOS.v90_9.0.1_20161130_1036 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO3CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 8) This job will install all recommended interim fixes (iFixes) * //* from the web-based service repository. Change 'recommended' * //* to 'none' if you do not want iFixes to be installed. * //* * //* 7) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for IBM HTTP Server Version 9 is dependent * //* on having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 8) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM HTTP Server from the web-based product * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.IHS.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/ihs + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.websphere.IHS.zOS.v90 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes recommended + -acceptLicense /* ./ ADD NAME=BBO4INSQ //BBO4INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM HTTP Server 9.0 from a local product * //* repository. * //* * //* This job can also be used to update a copy of the product to the * //* latest fix pack level in the repository. * //* * //* Before running this job: * //* * //* 1. Obtain the following base product repository file from the * //* product media, or directly from ShopzSeries: * //* * //* was.repo.9000.ihs.zOS.zip (approximately 40 MB) * //* * //* Physical media: The file is on the z/OS Compressed * //* Repositories DVD. Transfer it in binary to your z/OS * //* system. * //* * //* ShopzSeries: Go to the Download page for your order and * //* select Additional Publications (either Download Director * //* or HTTPS). The repository you need is named cd770170.zip. * //* Download it, rename it to was.repo.9000.ihs.zOS.zip, and * //* transfer it in binary to your z/OS system. * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* 9.0.5-WS-IHS-ZOS-FPnnn.zip (approximately 40 MB) * //* * //* Keep these files in the same location as the base product * //* repository files. Make sure all files can be read by the * //* Installation Manager user ID. * //* * //* 3. Edit and submit sample job BBO4CFSP in SBBOJCL to create * //* and mount a filesystem for the new product install. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which will contain the installed product * //* and its Installation Manager metata and logs. (This value * //* should match the value specified in BBO4CFSP.) * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repositories. Make sure all file * //* can be read by your Installation Manager user ID. * //* * //* Change the file names of the fix pack repository files to * //* match the ones you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* NOTE: Support for IBM HTTP Server Version 9 is dependent * //* on having a license for another product (such as WebSphere * //* Application Server Version 9) which includes this support. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM HTTP Server V9.0 from a local product * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.websphere.IHS.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/ihs + -sharedResourcesDirectory + /global/instmgr/$INSTALL/.im/sharedResources + -repositories + /global/instmgr/repo/was.repo.9000.ihs.zOS.zip,+ /global/instmgr/repo/9.0.5-WS-IHS-ZOS-FPnnn.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO4UNIN //BBO4UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM HTTP Server V9.0. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the IBM HTTP Server product you wish * //* to uninstall and mount its filesystem (read/write) at the * //* original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/IHSA/$LEVEL' to the * //* installation directory of the copy of the product to be * //* uninstalled. The product filesystem must be mounted (read/ * //* write) at this location. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM HTTP Server V9.0. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.websphere.IHS.zOS.v90 + -installationDirectory + /global/instmgr/products/IHSA/$LEVEL /* ./ ADD NAME=BBO4UNIP //BBO4UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM HTTP Server V9.0. * //* * //* Before running this job: * //* * //* 1. Identify the copy of the IBM HTTP Server product you wish * //* to uninstall and mount its filesystem (read/write) at the * //* original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product which is to * //* be uninstalled. The portable install filesystem must be * //* mounted read/write at this locatiom. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //* Log and properties files may be left behind even if the * //* uninstall is successful. Delete these files before reusing * //* the filesystem for a new product install. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM HTTP Server V9.0. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.websphere.IHS.zOS.v90 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/ihs + -accessRights group /* ./ ADD NAME=BBO5INS //BBO5INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM SDK, Java Technology Edition, Version 8 * //* from the Web-based product repository onto an installed copy * //* of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of Java V8.0 to the * //* latest fix pack level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM SDK, Java Technology Edition, * //* Version 8. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the Java SDK will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the Java SDK to be installed. For example: * //* * //* install com.ibm.java.jdk.v8_8.0.5037.20190620_0641 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory for the copy of the WebSphere * //* Application Server product to which the Java SDK is to be * //* added. The product file system must be mounted read/write * //* at this mountpoint, and will require approximately 1100 MB * //* or 1400 cylinders (3390) of free space. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will NOT install interim fixes (iFixes) for Java. * //* Use sample jobs BBOIFIX or BBOIFIXL to install interim fixes. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the IBM WebSphere SDK Java Technology Edition * //* V8.0 product from the web-based product and service * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.java.jdk.v8 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes none + -acceptLicense /* ./ ADD NAME=BBO5INSL //BBO5INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM SDK, Java Technology Edition, Version 8 * //* from a local product repository onto an installed copy of * //* WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of Java V8.0 to the * //* latest fix pack level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip * //* (approximately 420 MB) * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM SDK, Java Technology Edition, * //* Version 8. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory for the copy of the WebSphere * //* Application Server product to which the Java SDK is to be * //* added. The product file system must be mounted read/write * //* at this mountpoint, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repository. Make sure that the file * //* can be read by your Installation Manager user ID. * //* * //* Change the file name of the fix pack repository file to * //* match the one you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the IBM WebSphere SDK Java Technology Edition * //* V8.0 product from a local repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -repositories + /global/instmgr/repo/+ ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO5INSP //BBO5INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM SDK, Java Technology Edition, Version 8 * //* from the Web-based product repository onto an installed copy * //* of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of Java V8.0 to the * //* latest fix pack level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM SDK, Java Technology Edition, * //* Version 8. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the Java SDK will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the Java SDK to be installed. For example: * //* * //* install com.ibm.java.jdk.v8_8.0.5037.20190620_0641 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product onto which the * //* Java Software Development Kit will be installed. * //* * //* The portable install filesystem must be mounted read/write * //* atr this location, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will NOT install interim fixes (iFixes) for Java. * //* Use sample jobs BBOIFIX or BBOIFIXL to install interim fixes. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the IBM WebSphere SDK Java Technology Edition * //* V8.0 product from the web-based product and service * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.java.jdk.v8 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes none + -acceptLicense /* ./ ADD NAME=BBO5INSQ //BBO5INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM SDK, Java Technology Edition, Version 8 * //* from a local product repository onto an installed copy of * //* WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of Java V8.0 to the * //* latest fix pack level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip * //* (approximately 420 MB) * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM SDK, Java Technology Edition, * //* Version 8. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product onto which the * //* Java Software Development Kit will be installed. * //* * //* The portable install filesystem must be mounted read/write * //* atr this location, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repository. Make sure that the file * //* can be read by your Installation Manager user ID. * //* * //* Change the file name of the fix pack repository file to * //* match the one you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install the IBM WebSphere SDK Java Technology Edition * //* V8.0 product from a local repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -repositories + /global/instmgr/repo/+ ibm-java-sdk-8.0-n.mm-zos-s390x-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO5UNIN //BBO5UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM SDK, Java Technology Edition, Version 8 * //* from an installed copy of WebSphere Application Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of WebSphere Application Server Liberty * //* from which you want to remove the Java SDK and mount it * //* (read/write) at its original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory of the copy of WebSphere * //* Application Server for z/OS from which the Java SDK is to be * //* uninstalled. This must be the same location at which it was * //* originally installed with IBM Installation Manager. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM SDK, Java Technology Edition, Version 8 * //* from a copy of WebSphere Application Server Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.java.jdk.v8 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL /* ./ ADD NAME=BBO5UNIP //BBO5UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2020 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM SDK, Java Technology Edition, Version 8 * //* from an installed copy of WebSphere Application Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of WebSphere Application Server Liberty * //* from which you want to remove the Java SDK and mount it * //* (read/write) at its original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product from which the * //* Java Software Development Kit is to be uninstalled. The * //* portable install filesystem must be mounted read/write at * //* this location. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM SDK, Java Technology Edition, Version 8 * //* from a copy of WebSphere Application Server Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.java.jdk.v8 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -accessRights group /* ./ ADD NAME=BBO6INS //BBO6INS JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from the web-based product repository onto an * //* installed copy of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of IBM Semeru Runtime * //* Certified Edition for z/OS, Version 11 to the latest fix pack * //* level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM Semeru Runtime Certified Edition * //* for z/OS, Version 11. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) If you specify only the package name, the Java SDK will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the Java SDK to be installed. For example: * //* * //* com.ibm.java.jdk.v11_11.0.1601.20220914_1032 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory for the copy of the WebSphere * //* Application Server product to which the Java SDK is to be * //* added. The product file system must be mounted read/write * //* at this mountpoint, and will require approximately 1100 MB * //* or 1400 cylinders (3390) of free space. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will NOT install interim fixes (iFixes) for Java. * //* Use sample jobs BBOIFIX or BBOIFIXL to install interim fixes. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from the web-based product and service * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.java.jdk.v11 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.java.jdk.v11 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -installFixes none + -acceptLicense /* ./ ADD NAME=BBO6INSL //BBO6INSL JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job installs IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a local product repository onto an installed * //* copy of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of IBM Semeru Runtime * //* Certified Edition for z/OS, Version 11 to the latest fix pack * //* level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* ibm-semeru-certified-jdk_s390x_zos_11.0.mm.n-installmgr.zip * //* (approximately 351 MB) * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM Semeru Runtime Certified Edition * //* for z/OS, Version 11. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory for the copy of the WebSphere * //* Application Server product to which the Java SDK is to be * //* added. The product file system must be mounted read/write * //* at this mountpoint, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repository. Make sure that the file * //* can be read by your Installation Manager user ID. * //* * //* Change the file name of the fix pack repository file to * //* match the one you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; e.g. * //* * //* /global/instmgr/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a local repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + install com.ibm.java.jdk.v11 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL + -repositories + /global/instmgr/repo/+ ibm-semeru-certified-jdk_s390x_zos_11.0.mm.n-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -acceptLicense /* ./ ADD NAME=BBO6INSP //BBO6INSP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from the web-based product repository onto an * //* installed copy of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of IBM Semeru Runtime * //* Certified Edition for z/OS, Version 11 to the latest fix pack * //* level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Edit and submit sample job GIN3CRED or BBO1CRED to create * //* a credentials file containing your IBM user ID and password * //* (along with proxy server credentials if you use a proxy * //* proxy server to access the internet from your z/OS system.) * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM Semeru Runtime Certified Edition * //* for z/OS, Version 11. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) If you specify only the package name, the Java SDK will be * //* installed at the latest level contained in the repository or * //* repositories. You can also specify the particular level of * //* the Java SDK to be installed. For example: * //* * //* com.ibm.java.jdk.v11_11.0.1601.20220914_1032 * //* * //* Use the Installation Manager command listAvailablePackages * //* to display the available product levels. * //* * //* 4) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product onto which the * //* Java Software Development Kit will be installed. * //* * //* The portable install filesystem must be mounted read/write * //* atr this location, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 5) If you need to use a proxy server to access the Internet, * //* change 'proxy.hostname' and 'proxy_port' to the host name * //* and port for your proxy server. Your Installation Manager * //* credentials file must also contain any required credentials * //* to access the proxy server; see sample job GIN3CRED. * //* * //* If you do NOT need to use a proxy server to access the * //* Internet, delete the five lines following the line that * //* begins with '-preferences'. Do not delete the '-preferences' * //* line or the line containing the text 'preserveDownloaded'. * //* * //* 6) Change '$HOME/im.ssf' to the path and file name of the * //* credentials file you created with GIN3CRED. * //* * //* Change '$HOME/im.mpw' to the path and file name of your * //* master password file. * //* * //* Both files must be readable by the user ID under which this * //* job is run. * //* * //* 7) This job will NOT install interim fixes (iFixes) for Java. * //* Use sample jobs BBOIFIX or BBOIFIXL to install interim fixes. * //* * //* 8) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 9) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from the web-based product and service * //* repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.java.jdk.v11 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -repositories http://www.ibm.com/software/repositorymanager/+ com.ibm.java.jdk.v11 + -preferences + com.ibm.cic.common.core.preferences.http.proxyEnabled=True,+ com.ibm.cic.common.core.preferences.http.proxyHost=+ proxy.hostname,+ com.ibm.cic.common.core.preferences.http.proxyPort=+ proxy_port,+ com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -secureStorageFile $HOME/im.ssf + -masterPasswordFile $HOME/im.mpw + -accessRights group + -installFixes none + -acceptLicense /* ./ ADD NAME=BBO6INSQ //BBO6INSQ JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job installs IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a local product repository onto an installed * //* copy of WebSphere Application Server Liberty. * //* * //* This job can also be used to update a copy of IBM Semeru Runtime * //* Certified Edition for z/OS, Version 11 to the latest fix pack * //* level in the repository. * //* * //* You must have access to an installed copy of the WebSphere * //* Application Server Liberty product and the Installation * //* Manager that was used to install it. * //* * //* Before running this job: * //* * //* 1. Download the latest fix pack repository file from IBM Fix * //* Central (http://www.ibm.com/support/fixcentral) and * //* transfer it in binary to your z/OS system: * //* * //* ibm-semeru-certified-jdk_s390x_zos_11.0.mm.n-installmgr.zip * //* (approximately 351 MB) * //* * //* We recommend that you create a repo subdirectory in your * //* Installation Manager file system for repository zip files. * //* Since these files are large, you may want to create a * //* separate file system for them. You can use the Installation * //* Manager sample job GIN2REPO to create and mount this file * //* system. * //* * //* 2. Mount the WebSphere Application Server Liberty product file * //* system (read/write) at its original install location. * //* * //* The Liberty filesystem will require at least 500 MB of * //* free space to install IBM Semeru Runtime Certified Edition * //* for z/OS, Version 11. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product onto which the * //* Java Software Development Kit will be installed. * //* * //* The portable install filesystem must be mounted read/write * //* atr this location, and will require approximately 500 MB * //* or 600 cylinders (3390) of free space. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Change '/global/instmgr/repo' to the directory that * //* contains the product repository. Make sure that the file * //* can be read by your Installation Manager user ID. * //* * //* Change the file name of the fix pack repository file to * //* match the one you downloaded from Fix Central. * //* * //* 5) The license text for this product can be found in the lafiles * //* directory in the root of the product repository. You can * //* also display the license with the imcl viewLicense command. * //* * //* By including -acceptLicense in the command you submit below, * //* you are indicating that you accept the terms of the license. * //* You must accept the license in order to install and use the * //* software. * //* * //* 6) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* product installation was successful. * //* * //* Logs for product installation can be found in the logs * //* subdirectory of the Installation Manager run-time data; * //* * //* /global/instmgr/$INSTALL/.im/appdata/logs * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* install IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a local repository. * //**************************************************************** //INSTALL EXEC PGM=IKJEFT01,REGION=0M,MEMLIMIT=NOLIMIT //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + install com.ibm.java.jdk.v11 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -repositories + /global/instmgr/repo/+ ibm-semeru-certified-jdk_s390x_zos_11.0.mm.n-installmgr.zip + -preferences + com.ibm.cic.common.core.preferences.preserveDownloaded+ Artifacts=false + -accessRights group + -acceptLicense /* ./ ADD NAME=BBO6UNIN //BBO6UNIN JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM Semeru Runtime Certified Edition for * //* z/OS, Version 11 from an installed copy of WebSphere Application * //* Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of WebSphere Application Server Liberty * //* from which you want to remove the Java SDK and mount it * //* (read/write) at its original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/global/instmgr/bin' to the path for the Installation * //* Manager binaries, if you have chosen a different location. * //* * //* 3) Change '/global/instmgr/products/WebSphere/Liberty/$LEVEL' * //* to the installation directory of the copy of WebSphere * //* Application Server for z/OS from which the Java SDK is to be * //* uninstalled. This must be the same location at which it was * //* originally installed with IBM Installation Manager. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a copy of WebSphere Application Server * //* Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /global/instmgr/bin/eclipse/tools/imcl + uninstall com.ibm.java.jdk.v11 + -installationDirectory + /global/instmgr/products/WebSphere/Liberty/$LEVEL /* ./ ADD NAME=BBO6UNIP //BBO6UNIP JOB //********************************************************************* //* Licensed Material - Property of IBM * //* 5655-WAS (C) Copyright IBM Corp. 2000, 2022 * //* * //* All Rights Reserved. * //* U.S. Government users - RESTRICTED RIGHTS - Use, Duplication, or * //* Disclosure restricted by GSA-ADP schedule contract with IBM Corp. * //* * //* Status = HBBO900 * //* _________________________________________________________________ * //* * //* This job is intended for use with "portable" IBM Installation * //* Manager product installs, which contain their own Installation * //* Manager metadata and can be moved easily to other z/OS systems. * //* For more information, see the following IBM technote: * //* * //* www.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/TD1064388 * //* _________________________________________________________________ * //* * //* This job uninstalls IBM Semeru Runtime Certified Edition for * //* z/OS, Version 11 from an installed copy of WebSphere Application * //* Server Liberty. * //* * //* Before running this job: * //* * //* 1. Identify the copy of WebSphere Application Server Liberty * //* from which you want to remove the Java SDK and mount it * //* (read/write) at its original install location. * //* * //* CAUTION: This is neither a JCL procedure nor a complete job. * //* Before using this job step, you will have to make the following * //* modifications: * //* * //* 1) Add the job parameters to meet your system requirements. * //* Make sure the job will run under a user ID with access to * //* the appropriate group and privileges, and a read/write * //* home directory. (See Installation Manager sample job * //* GIN2ADMN for a description of the required privileges.) * //* * //* For an admin-mode Installation Manager, run this job under a * //* superuser (uid 0) ID. * //* * //* For a user-mode Installation Manager, run this job under the * //* user ID that owns the Installation Manager. * //* * //* For a group-mode Installation Manager, run this job under a * //* user ID connected to the group that owns the Installation * //* Manager. If this group is not the default group for the user * //* ID, specify the GROUP= parameter on the JOB statement to * //* cause the job to run under the Installation Manager group. * //* * //* 2) Change '/usr/lpp/InstallationManager/V1R4' to the path for * //* the Installation Manager product code (installer). * //* * //* 3) Change $INSTALL to the portable install name, the directory * //* in /global/instmgr which contains the product from which the * //* Java Software Development Kit is to be uninstalled. The * //* portable install filesystem must be mounted read/write at * //* this location. * //* * //* Note that $INSTALL must be changed in several places. * //* * //* 4) Make sure that each line of the //SYSTSIN input stream ends * //* with the continuation character (+) except for the last line, * //* which should not end with a continuation character. * //* * //* Submit the job, and examine the output to make sure that the * //* uninstallation was successful. * //* * //********************************************************************* //* //**************************************************************** //* The following step invokes IBM Installation Manager to * //* uninstall IBM Semeru Runtime Certified Edition for z/OS, * //* Version 11 from a copy of WebSphere Application Server * //* Liberty. * //**************************************************************** //UNINST EXEC PGM=IKJEFT01,REGION=0M //SYSTSPRT DD SYSOUT=* //BPXOUT DD SYSOUT=* //STDOUT DD SYSOUT=* //SYSTSIN DD * BPXBATCH SH + /usr/lpp/InstallationManager/V1R4/tools/imcl + uninstall com.ibm.java.jdk.v11 + -dataLocation + /global/instmgr/$INSTALL/.im/appdata + -installationDirectory + /global/instmgr/$INSTALL/wlp + -accessRights group /* $$ /*