Oops, I was thinking the sources contained the actual sources and not the scripts that was fully built.
In this case, the 'simplest' thing you can do is to grep for all of the paths that I...
Type: Posts; User: kkg
Oops, I was thinking the sources contained the actual sources and not the scripts that was fully built.
In this case, the 'simplest' thing you can do is to grep for all of the paths that I...
I would recommend you download the sources and then run a full build rather than change the paths. This way you will be able to make changes, build and check if things are ok.
The paths that you...
mail policy will be available in the next release and there you will be able to specify the policy on the command line too.
--kkg
Another thing, please check the log you find on the mysql server host /var/log/mysql-zrm/socket-server.log immediately after running the zrm backup command.
Please run the followign command on the host xxx.xxx.29.87 and let us know the output.
/usr/bin/mysqlhotcopy --user="xxxx0021" --password="*****" --host="xxx.xxx.29.87" --quiet...
Everytime a backup is taken, the logs are flushed so if 100 backups are taken there will be 100 log files. We also keep track of which was the last logfile that was present before the flush and...
If snapshot is not an option, you probably want to use separate backupsets for each database. In this case your incremental backups will contain data for all databases. But when you restore, ZRM...
Also please do send us which version of ZRM you are using.
--kkg
Could you please send up the verbose logs please?
--kkg
ZIB does need administrator privileges but on Vista (I have not tested on Windows 2008 DCE server 64 bit specifically) all I need is to run ZIB as a user who is an administrator. So it may be a...
Yes it is already an open issue that we are working on. Actually we had a check in place for java but it was not always doing the right thing especially on 64 bit and hence we chose to remove the...
You need to install 64 bit Java. The whole stack needs to be 64 bit.
--kkg
Thanks for the log files. The log files indicate that your problem is the same as what was reported in http://forums.zmanda.com/showthread.php?t=1591
We have this fixed and you should be seeing an...
You can set up the hosts in the registry.
USe the following for servers
HKEY_LOCAL_MACHINE\SOFTWARE\Zmanda\ZWC\1.0\Install \Servers
and
HKEY_LOCAL_MACHINE\SOFTWARE\zmanda\zwc\1.0\Install...
If you want the windows client to use a different user beeing sent from the amanda server, then you should also set the following key
HKEY_LOCAL_MACHINE\SOFTWARE\zmanda\zwc\1.0\Install\backupUser...
The issue here is that the ssh password needs to be supplied at time of backup. If you want to enable automatic login, you should do the ssh key exchange and ensure that the user running the backup...
Please run mysql-zrm-backup --verbose or put verbose=1 in the mysql-zrm.conf and run. The output you have posted is not a verbose output.
--kkg
Hi Dan,
Good to know that fixed your problem. This fix will be present in the next community release.
ssh-copy and socket-copy is meant for only raw backups. For logical backups we use...
This is a bug.
Edit /usr/lib/mysql-zrm/ZRM/MySQL.pm
In the function addMySQLParams() modify the following lines
if( $inputs{"ssl-options"} ){
if( $_[0] ne...
The issue is that flock does not work on NFS. If you dont mind doing without locks, you can just comment out the flock code and go ahead. Only ensure that during the backup nobody else modifies the...
For snapshot based backups in the latest ZRM release, the binary log position information is logged in /var/log/mysql-zrm.
--kkg
Currently this is not supported. Please open an enhancement request.
--kkg
From the output, it looks as though sudo configuration is not setup correctly. Please setup sudo for the mysql user and then run. If you still face an issue, please post the verbose logs.
--kkg
Please run the backup with --verbose and post the logs.
--kkg
Yes. Zmanda always flush the logs before the actual backup happens.
Currently no.
--kkg