[go: up one dir, main page]

Menu

Tree [r2] / cpy /
 History

HTTPS access


File Date Author Commit
 audit 2008-10-09 ronniemichael [r1] vmlmat import
 clone 2008-10-09 ronniemichael [r1] vmlmat import
 BKPOST 2008-10-09 ronniemichael [r1] vmlmat import
 BKSUP 2008-10-09 ronniemichael [r1] vmlmat import
 LICENSE 2008-10-09 ronniemichael [r1] vmlmat import
 README 2008-10-09 ronniemichael [r1] vmlmat import
 bkbtar 2008-10-09 ronniemichael [r1] vmlmat import
 bkclean 2008-10-09 ronniemichael [r1] vmlmat import
 bkclone 2008-10-09 ronniemichael [r1] vmlmat import
 bkdone 2008-10-09 ronniemichael [r1] vmlmat import
 bkgen 2008-10-09 ronniemichael [r1] vmlmat import
 bkinc.php 2008-10-09 ronniemichael [r1] vmlmat import
 bkmail 2008-10-09 ronniemichael [r1] vmlmat import
 bknot 2008-10-09 ronniemichael [r1] vmlmat import
 bkren 2008-10-09 ronniemichael [r1] vmlmat import
 bkreq 2008-10-09 ronniemichael [r1] vmlmat import
 bkrtar 2008-10-09 ronniemichael [r1] vmlmat import
 bks390 2008-10-09 ronniemichael [r1] vmlmat import
 bkssub 2008-10-09 ronniemichael [r1] vmlmat import
 bkstat 2008-10-09 ronniemichael [r1] vmlmat import
 bksub 2008-10-09 ronniemichael [r1] vmlmat import
 bksubmit 2008-10-09 ronniemichael [r1] vmlmat import
 bkupgen 2008-10-09 ronniemichael [r1] vmlmat import
 bkuph 2008-10-09 ronniemichael [r1] vmlmat import
 change 2008-10-09 ronniemichael [r1] vmlmat import
 clraudit 2008-10-09 ronniemichael [r1] vmlmat import
 parmfile 2008-10-09 ronniemichael [r1] vmlmat import
 reqbusy.txt 2008-10-09 ronniemichael [r1] vmlmat import
 reqok.txt 2008-10-09 ronniemichael [r1] vmlmat import
 root 2008-10-09 ronniemichael [r1] vmlmat import

Read Me

README for cpy server scripts. VMLMAT  Version 1. 

Update parmfile for variables

Make sure the /var/clone/BKSUP and BKPOST scripts are placed in your command $PATH.
typical is /usr/bin

Required hardcoded directories for copy server:
/var/clone
/mnt/archive (suggested name or update arcpath in parmfile if different directory)
/mnt/new
/mnt/old

Update /var/clone/change  if needed to modify /etc and network personality,
especially for the QDIO/QETH address that you use.
In our case we used F000,F001,F002 which under SuSE SLES
will create an eth0 that has F000 imbedded as part of the named file to edit.

Update the first line in the scripts of /var/clone to point to the correct path that your
php execution module resides at.

Update bks390 especially if you update parmfile arcpath and execute if you would like to backup your vmlmat web/copy server
typical execution is:

./bks390 x   (where x is a number and used to generate the backup suffixed with number x) 

Must setup crontab to process queue (bkgen and bksubmit).
and run maintenance jobs like this one below:

clraudit is used to archive the audit logs.
# clraudit 
#
# cron job that runs daily.
# Save audit files daily.
#
# /var/clone/admin.log
# /var/mail/root
# /$wwwpath/archive/aaudit.log
# /$wwwpath/archive/gaudit.log
#
# all are save in /var/clone/audit/
#