Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Jai Shree Ram Oracle
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • Sequence Resetting Oracle
  • plan10g.sql Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • My Minimum Tuning Programs Oracle
  • CPU Core related projections AWS
  • Zip and unzip with tar Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • cp_filesystem.sql Oracle
  • Histogram information Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • find_string_in_database.sql Oracle

remove archfiles only when it is applied to DR rm_archfiles.sh

Posted on 08-Jul-2009 By Admin No Comments on remove archfiles only when it is applied to DR rm_archfiles.sh

echo “script execution starts at `date`”

echo “COMFORT_SPACE=$COMFORT_SPACE”

echo “ARCH_DEST=$ARCH_DEST”

echo “ALERT_LOG=$ALERT_LOG”

ARCH_SPACE=`df -k $ARCH_DEST | tail -1 | awk ‘{print $5}’ | sed ‘s/%//g’`

echo “ARCH_SPACE=$ARCH_SPACE”

STDBY_LAST_RECOVERED_FILE=`grep “Media ” $ALERT_LOG |grep -v grep|grep “arch” | tail -1 | sed -e ‘s#^.*/##g’ `

echo “STDBY_LAST_RECOVERED_FILE=$STDBY_LAST_RECOVERED_FILE”

STDBY_LAST_RECOVERED_NUMBER=`grep “Media ” $ALERT_LOG |grep -v grep|grep “arch” | tail -1 | sed -e ‘s#^.*/##g’ |sed -e ‘s|[^0-9]||g’ `

echo “STDBY_LAST_RECOVERED_NUMBER=$STDBY_LAST_RECOVERED_NUMBER”

STDBY_SAFE_NUMBER=`expr $STDBY_LAST_RECOVERED_NUMBER – 5`

echo “STDBY_SAFE_NUMBER=${STDBY_SAFE_NUMBER}”

TOTAL_FILES_REMOVED=0

echo “The script execution started at `date`”

while [ ${ARCH_SPACE} -ge ${COMFORT_SPACE} ]

do

echo “At the Start-of-loop ARCH_SPACE=${ARCH_SPACE} and COMFORT_SPACE=${COMFORT_SPACE}”

FIRST_FILE=`ls -latr $ARCH_DEST/*.arc|head -1|awk ‘{print $9}’`

ONLY_FILE_NAME=`echo $FIRST_FILE | awk -F”/” ‘{print $NF}’`

SOURCE_FILE_NUMBER=`echo $ONLY_FILE_NAME | awk -F”/” ‘{print $NF}’ | sed -e ‘s|[^0-9]||g’`

echo “FIRST_FILE=${FIRST_FILE} ONLY_FILE_NAME=${ONLY_FILE_NAME} SOURCE_FILE_NUMBER=$SOURCE_FILE_NUMBER”

if [ ${SOURCE_FILE_NUMBER} -ge ${STDBY_SAFE_NUMBER} ]; then

echo “Issue: Cannot remove ${FIRST_FILE} from Standby `hostname`:${ARCH_DEST} as it is not applied to DR. Exiting…”

mailx -s “Blackberry: `hostname` : Archive File-System ${ARCH_DEST} space issue” $NOTIFY_LIST<Server: `hostname`

Issue: Cannot remove ${FIRST_FILE} from Standby `hostname`:${ARCH_DEST} as it is not applied to DR.

COMFORT_SPACE=${COMFORT_SPACE}% CURRENT_SPACE = ${ARCH_SPACE}%

DR: `hostname` Last Recovred File : ${STDBY_LAST_RECOVERED_FILE}

EOF

exit;

else

echo “removing the ${FIRST_FILE}…..”

rm ${FIRST_FILE}

echo “Removed ${FIRST_FILE} at `date`”

sleep 8

TOTAL_FILES_REMOVED=`expr $TOTAL_FILES_REMOVED + 1`

fi

sleep 8

ARCH_SPACE=`df -k $ARCH_DEST | tail -1 | awk ‘{print $5’} | sed ‘s/%//g’`

echo “At the End-of-loop ARCH_SPACE=${ARCH_SPACE} and COMFORT_SPACE=${COMFORT_SPACE}”

done

echo “Total files moved to $ARCH_DEST are ${TOTAL_FILES_REMOVED}”

echo “The script execution ended at `date`”

Linux/Unix, shell

Post navigation

Previous Post: remove archfiles only when it is applied to DR rm_archfiles.sh
Next Post: How to remove blank lines using vi editor command

Related Posts

  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • For Search and replace unix command. Linux/Unix
  • Some OS level threshold for performance. Linux/Unix
  • prepfiles.sh for step by step generating pending statistics files Oracle
  • to see when crontab is changed. Linux/Unix
  • chk_space_SID.ksh Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Query to Generate aggregate on every 30 mins. Oracle
  • copying/removing directory with all its subdirectory Linux/Unix
  • Database link password in user_db_links Oracle
  • Configure ssh authentications for RAC Oracle
  • Jai Shree Ram Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • oracle Dba site Oracle
  • Specify the Rollback segment to use in Transaction Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme