0% found this document useful (0 votes)
265 views2 pages

Backup

The document discusses checking backups and manually backing up archive files for an Oracle database. It shows the scripts used to remove archives, monitor the backup process, move archive files between locations, and manually backup specific files using bparchive. It also shows updating the threshold value used to trigger warnings for the /oradb10p/arch01 archive location from 80% to 90% full.

Uploaded by

api-26329485
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
265 views2 pages

Backup

The document discusses checking backups and manually backing up archive files for an Oracle database. It shows the scripts used to remove archives, monitor the backup process, move archive files between locations, and manually backup specific files using bparchive. It also shows updating the threshold value used to trigger warnings for the /oradb10p/arch01 archive location from 80% to 90% full.

Uploaded by

api-26329485
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

checking backups

==================

crontab -l |grep arch

/oradb10p/u01/app/oracle/admin/local/scripts/remv_archv_oradb10p.sh -d prd1dba

/oradb10p/u01/app/oracle/admin/scripts/log/bparchive_prd1dba_112106.log

ps -ef |grep remv*

[pdmdb4p:/pdmdb4p/u01/app/oracle/admin/local/logs]

:oracle>tail -f bparchive_prdec2_090306.log
:oracle>tail -f
/oradb10p/u01/app/oracle/admin/scripts/log/bparchive_prd1dba_112106.log
22:21:03 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:21:42 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:22:20 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:22:56 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:23:35 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:24:13 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:24:51 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:25:28 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:26:10 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com
22:26:49 inf - waiting in netbackup scheduler work queue on server
srvr18.it.med.ge.com

intializing backup
===================

/pdmdb4p/u01/app/oracle/admin/local/scripts/remv_archv_pdmdb4p.sh -d prdec2
1>/tmp/sra.log 2>&1

backup running
=================

05:03:06 /pdmdb4p/arch01/prdec2/prdec2_0000007245.arc
05:03:06 inf - processing /pdmdb4p/arch01/prdec2/prdec2_0000007246.arc

moving the archives to other location


======================================

mv prdec2_00000072*.arc /export/home/oracle/archives.

moving the archives back to location


===================================

mv prdec2_00000072*.arc /pdmdb4p/arch01/prdec2/.

manually backing up the files


==============================

/usr/openv/netbackup/bin/bparchive -w -c wau-sol-ora-arc-any -l prdec2.log -f


/export/home/oracle/archives/prdec2_arc.lst

/usr/openv/netbackup/bin/bparchive -w -c wau-sol-ora-arc-any -l
/pdmdb4p/u01/app/oracle/admin/local/logs/prdec2_1.log -f
/export/home/oracle/archives/prdec2_1_arc.lst

changing the threshold value


============================

##script for monitoring admin/archive points -- mubeen


00,20,40 * * * * /oradb10p/u01/app/oracle/admin/local/scripts/fst -f
/oradb10p/arch01 -l 90 -c "mailx -s oradb10p_arch_full_80 [email protected]" >
/tmp/log.log 2>$1

prev--oradb10p/arch01 -l 80 -c
chagned---oradb10p/arch01 -l 90 -c

You might also like