[go: up one dir, main page]

Menu

[r2]: / cpy / README  Maximize  Restore  History

Download this file

42 lines (33 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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/
#