LA NUEVA INSTALLATION PROCEDURE FOR THE JBLOADER – DIRECT EXTRACTION
Enviado por Richard Hernandez • 25 de Julio de 2017 • Ensayo • 529 Palabras (3 Páginas) • 255 Visitas
INSTALLATION PROCEDURE FOR THE JBLOADER – DIRECT EXTRACTION
2016-
July 8, 2016 2/7 REVISION HISTORY
REVISION HISTORY
Version | Description | Author | Date |
1.0 | Initial Draft | Samith BULATHGAMA | 2011.11.15 |
1.1 | Licencing for the services | Samith BULATHGAMA | 2012.04.01 |
1.2 | Multiple license codes | Samith BULATHGAMA | 2012.08.30 |
1.3 | Added JBL.RUN.SERVICE | Samith BULATHGAMA | 2012.12.21 |
1.4 | Removed JBL.RUN.SERVICE & added the SYSTEM key | Samith BULATHGAMA | 2013.03.17 |
1.5 | Multiple Files | Samith BULATHGAMA | 2013.12.10 |
1.6 | Run with JBL.RUN.SERVICE | Samith BULATHGAMA | 2014.04.17 |
1.7 | TAFJ Version | Anbarasan Thiagarajan | 2015.03.10 |
1.8 | Direct Extraction | Anbarasan Thiagarajan | 2015.03.13 |
1.9 | Added steps | Stevenson & Ashok | 2017-01-11 |
2.0 | Added steps | Stevenson Wollf Saint Felix Meus | 2017-01-13 |
LEGEND
Legend | Command |
Legend | Value to be removed |
Legend | The new value |
Legend | The new value |
INFORMATION
Environment | qa5tetsf |
Release | 15 |
Package deployed | JBL.BP.20161201.tar.gz |
UPDATE THE LICENSE
JBLOADER.PARAMETER I SYSTEM ------------------------------------------------------------------------------ 20. 1 LICE MTk2MjT+1htxQkhMl11061u0gYqJkl0= 21 MAINTENANCE.DATE.. 31 ENE 2017 ------------------------------------------------------------------------------ With another user kindly authorize JBLOADER.PARAMETER A SYSTEM |
ftp the compressed JBL.BP.YYYYMMDD.tar.gz file using binary mode to bnk.run. The YYYYMMDD will be the date that the pack was created.
Extract the components using the following command. Please replace the YYYYMMDD with the date within the file name
jsh t24 ~ -->sh $ gzip –d < JBL.BP.YYYYMMDD.tar.gz | tar -xvf - This will create a directory JBL.BP on bnk.run. |
SET JBCDEV_LIB and JBCDEV_BIN
jsh qa5testf ~ -->export JBCDEV_LIB=/T24/areas/qa5testf/bnk/bnk.run/jbllib jsh qa5testf ~ -->export JBCDEV_BIN=/T24/areas/qa5testf/bnk/bnk.run/jblbin |
CHECK WHETHER THE SETTINGS ARE FINE
jsh qa5testf ~ -->echo $JBCDEV_LIB /T24/areas/qa5testf/bnk/bnk.run/jbllib jsh qa5testf ~ -->cd /T24/areas/qa5testf/bnk/bnk.run/jbllib jsh qa5testf ~/jbllib --> jsh qa5testf ~ -->echo $JBCDEV_BIN /T24/areas/qa5testf/bnk/bnk.run/jblbin jsh qa5testf ~ -->cd /T24/areas/qa5testf/bnk/bnk.run/jblbin jsh qa5testf ~/jblbin --> |
IN THE PREVIOUS SESSION Catalog the subroutine INSTALL.JBL.ORA.SERVICE from JBL.DIRECT.BP
jsh qa5testf ~ -->CATALOG JBL.BP INSTALL.JBL.ORA.SERVICE |
Create a PGM.FILE as below
PGM.FILE, I INSTALL.JBL.ORA.SERVICE ------------------------------------------------------------------------------ 1 TYPE.............. M 2. 1 GB SCREEN.TITLE INSTALL.JBL.ORA.SERVICE 5 PRODUCT........... EB ------------------------------------------------------------------------------ [pic 1] |
...