Symptoms
POA task "Backup VPS" fails with the following error:ExSystem: ERRCODE 5000 ERRCODE_MINOR 2502 VZALib error, code: 2502, msg: #2502
2008-03-19T19:38:12+0900 vzbackup(18485): Starting backup. Nodes - node01.example.com.
2008-03-19T19:38:12+0900 vzbackup(18485): Starting node node01.example.com backup...
2008-03-19T19:38:12+0900 vzbackup(18485): Error while node01.example.com backup. Please see /vz/backups/node01.example.com/node01.example.com.log for detailes.
2008-03-19T19:38:12+0900 vzbackup(18485): No VEs intended for backup found on node01.example.com.
2008-03-19T19:38:12+0900 vzbackup(18485): Cleaning up...; /vz/backups/node01.example.com/node01.example.com.log (on the destination node) contains the following output:
2008-04-22T14:32:37+0900 vzbackup(10605): Creating backup 2008-04-22T143237+0900@ve01.example.com...
Warning: Permanently added '10.1.11.50' (RSA1) to the list of known hosts.
select : [22] Invalid argument
2008-04-22T14:32:38+0900 vzbackup(10605): Failed to backup ve01.example.com VE 1009Cause
Necessary Virtuozzo updates have not been installed or SVE was not upgraded after updates installation.Resolution
To resolve the issue you should apply the latest updates for Virtuozzo 3.0.0 and to make sure that VZAgent packages installed on SVE have the same versions as packages on the node itself. VZAgent version should be at least 3.0.0-12.4.WARNING: Do not upgrade Virtuozzo to the next major version (e.g. to 4.0.0), as of version 2.7, POA does not support VZ 4.0.0 yet.
Please see the following article about keeping Virtuozzo up to date:
{kb1170}
To compare VZAgent versions installed on SVE/node use the following commands (execute on the VZ harware node):
# rpm -qa | grep vzagent
vzagent-libsystem-3.0.0-12.5.swsoft
vzagent-lib-3.0.0-12.5.swsoft
vzagent-opcontrol-3.0.0-12.5.swsoft
vzagent-plugins-3.0.0-12.5.swsoft
# vzctl exec 1 "rpm -qa | grep vzagent"
vzagent-lib-3.0.0-12.5.swsoft
vzagent-libsystem-3.0.0-12.5.swsoft
vzagent-srvcontrol-3.0.0-12.5.swsoft
In case the versions are different, you should update SVE up to the current version which is installed on the hardware node. If you updated Virtuozzo using vzup2date utility, SVE can be upgraded this way:
# for i in `find /vz/vzup2date/3.0.0/ -type d -name TU* | sort -t- -k3 -n`; do vzsveupgrade -d $i; done{kb1089}
Once you have updated VZAgent, resubmit the failed task - it should complete successfully.
Additional information
See also:{kb3031}
Keywords: vzagent sve backup