#! /bin/csh ######################################################################## # check_point the iidbdb database # # # # Description : this shell is supposed to execute checkpoint upon a # # given database, every day at 23:00 # # # # Input : database_name # # Output : none. (only mail from crontab) # # # # Written by : Avi Veinshtein on 15.Nov.95 # # Last Update : # ######################################################################## echo '************************** ckp_master **********************************' echo Start of iidbdb weekly checkpoint - for SUN/Ultra 1.2/01 Product - at `date` source $HOME/.login sysmod iidbdb ckpdb -v iidbdb echo Stop of iidbdb weekly checkpoint - for 1.2/01 Product - at `date` echo '**********************************************************************' exit