0% found this document useful (0 votes)
122 views4 pages

COB Procedure

The document provides steps for closing browsers, running reports and processes, starting browsers, and performing backups on various servers. It involves connecting to application and web servers via Putty/Ttermpro, running routines in JShell like MBL.USERWISE.DATA to extract user transaction data before and after COB, and using Rman scripts to perform Full, Incremental, and Month-end backups on databases.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views4 pages

COB Procedure

The document provides steps for closing browsers, running reports and processes, starting browsers, and performing backups on various servers. It involves connecting to application and web servers via Putty/Ttermpro, running routines in JShell like MBL.USERWISE.DATA to extract user transaction data before and after COB, and using Rman scripts to perform Full, Incremental, and Month-end backups on databases.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Step 1: 1st Close Browser

Connect via putty/ttermpro at 10.10.97.33 Web Server, Login by user/pw: jadmin/jadmin


$ bash
$ ps -ef |grep run.sh
$ kill -9 ...[PID]....
2nd Close Browser

Connect via putty/ttermpro at 10.10.97.51 Web Server, Login by user/pw: jadmin/jadmin


$ bash
$ ps -ef |grep run.sh
$ kill -9 ...[PID]....

Step 2: RUN before COB


Runttermpro & connect to 10.10.97.36 Application Server, Login by user: jadmin/zadminone

**** Enter classic mode and exit, then.


Jsh -> M.FCY.GL.AC.NULLIFYING.RTN
Jsh -> MBL.USERWISE.DATA
==================================================
START GEN REPORT:
CB1
TSS, I MBL.GEN.REPORT
6 // (Check line 6 (Six) for STOP -> START)
F5 , F1 , BK

Jsh -> START.TSM DEBUG


Launch tSA 11, tSA 12.....
After finish,
STOP TSS, I MBL.GEN.REPORT
6 // (Check line 6 (Six) for START -> STOP)
F5 , F1 , BK

Step 4: COB Process

Run REFLECTION (.VT) /ttermpro& connect to 10.10.97.36 Login by user: jadmin/zadminone

-> CB1
TSS, I TSM
6 // (Check line 6 (Six) for START -> STOP)
F5 , F1 , BK
TSS, I COB
6 // (Check line 6 (Six) for STOP -> START)
F5 , F1 , BK
-> COB.B.CLR
-> DonotRun
TSS, I TSM
6 // (Check line 6 (Six) for STOP -> START)
F5 , F1 , BK
-> COB.B.CLR
->START.TSM DEBUG

tSA 11,12,13,... WILL SHOW Connect via putty at 10.10.97.36


$ tSA 11, $ tSA 12 .. //run 40 agent
Connect via putty/ttermpro at 10.10.97.36
->CB2
COB.MONITOR
After finished exit all 5 (five) session screen at Reflection

For Report:
jsh-->PR.MBL.CIBTA.REPORT
jsh-->PR.MBL.CIBTA.REP
jsh-->PR.EXTRACT.REP // YYYYMMDD format, Type: COB dates

-> CB1----- MBLDEV.MSS.INSTALL.COLLECTION //with charge

MBLDEV.MSS.WITHOUT.CHRG //WITHOUT CHARGE

Step 5: 1st Browser ON

Connect via putty/ttermpro at 10.10.97.33 Web Server, Login by user: jadmin, P/W: jadmin
$ bash
$ cd /mblweb01fs/t24prodweb/jboss/bin/
$ nohup ./run.sh -b 0.0.0.0 >/dev/null 2>&1 &

2nd Browser ON

Connect via putty/ttermpro at 10.10.97.51 Web Server, Login by user: jadmin, P/W: jadmin
$ bash
$ cd /u02/2ndliveweb/jboss5/bin/
$ nohup ./run.sh -b 10.10.97.51 >/dev/null 2>&1 &

Check current System date for Txn Dates

DATES L // Check TODAY LAST WORKING DAY NEXT WORKING DAY

Rman backup At 10.10.97.47 as user:oracle/oraclerm16


........................................

For Monthend
cd /u01/rman/scripts/
nohup ./monthendrman.sh &
cd /u01/rman/log/
ls -alrt
tail -100f ......

For Full Backup


THURSDAY,monday
--------
cd /u01/rman/scripts
nohup ./rmanfbk.sh &
cd /u01/rman/log/
ls -alrt
tail -100f........

================
For Incremental Backup
SATURDAY,sunday,tuesday,wenesday
----------
cd /u01/rman/scripts
nohup ./rmanincr.sh &
cd /u01/rman/log/
ls -alrt
tail -100f........

For User wise transaction data extract run the below routine ---
Before Cob run the below routine
In jshell - PUT VOC TO LOGIN EX CB1 BK
MBL.USERWISE.DATA
jsh jadmin ~ -->CB1

AFTER Cob run the below routine


MBL.USERWISE.DATA.LDAY

DATA FTP FROM


--LOGIN TO FILE ZILLA --- 10.10.97.33--USER:jadmin/jadmin
--path: /mblapp04fs/t24appprod/bnk/bnk.run/tcupload/MBL.REPORT
(Before COB file name sample - USER_DATA20160202 and After COB file name sample -
USER_DATA_LDAY20160203)
FTP THE FILE MACHINE 10.10.100.135--- C:\userwise_data
User Name administrator
Pwd Mbl@123
First connect the sql server then open the below script--
Before Cob run the sql script from desktop - BEFORE_COB
After Cob run the sql script from desktop - AFTER_COB
**** Before cob data upload -10.10.100.135 at 6.00pm
**** After cob data upload -- 10.10.100.135 at finish the COB .

You might also like