UBC VSS Virtual Server: 4 GB memory 32 GB disk
eth0 Link encap:Ethernet HWaddr 00:50:56:81:6E:A3
inet addr:142.103.82.2 Bcast:142.103.82.15 Mask:255.255.255.240
13-02-06
problem: copy-plugin exited with error 512
Omega_Set01:backup:INFO: PHASE START: Creating incremental backup
src = /var/log/mysqlbin/mysqlbinlog.002242
k = /SQLbackups/Omega_Set01/20140715135453/mysqlbinlog.002242
close of pipe failed
Omega_Set01:backup:ERROR: Could not copy file "/var/log/mysqlbin/mysqlbinlog.002242"
Omega_Set01:backup:ERROR: copy-plugin exited with error 512
Omega_Set01:backup:ERROR: Could not copy bin log file /SQLbackups/Omega_Set01/20140715135453/mysqlbinlog.002242
- make sure mysql-zrm-socket-server in enabled in /etc/xinetd.d/mysql-zrm-socket-server.
- make sure /etc/hosts.allow has line like
socket-server.pl: 142.103.82.2
- check iptables
14-00-00
13-xx-xx
xxxxxxx
DISASTER RECOVERY
- Install a new server.
- Load RHEL V5.
Additional, non-critical items to take care of:
- Install APCUPSD
- Check webalizer installation (web stats).
|
DISASTER RECOVERY
- Install a new server.
- Load RHEL V6 (or newer).
- web server files
- nfs setup
- Make sure mysqld and httpd are started.
- Make sure to set a root password for mysqld (admin -u root password newpassword).
- Install phpMyAdmin. Create phpMyAdmin dbases: mysql -u root -p < create_tables_mysql_4_1_2+.sql
- Install php-mbstring package from redhat network package archive so phpMyAdmin doesn't complain.
- Get include files installed into /php/includes.
- Check /etc/php.ini configuration file.
- Check /etc/http/conf configuration files including certificate files.
/etc/http/conf/ssl.crt/www.phas.ubc.ca.crt
/etc/http/conf/ssl.crt/gd_bundle.crt
/etc/http/conf/ssl.key/www.phas.ubc.ca.key
- Install MySQL-zrm.
Additional, non-critical items to take care of:
- Install APCUPSD
- Check webalizer installation (web stats).
|