VZDump problem [message #11482] |
Sun, 25 March 2007 10:32  |
jarcher
Messages: 91 Registered: August 2006 Location: Smithfield, Rhode Island
|
Member |
|
|
First, I wish to thank the contributor of VZDump, which looks like a fine
utility. I am having a little trouble with it though. I am running OpenVZ
on a Debian Etch machine with a 2.6.18 kernel. When I try to use VZDump it
complains that it can not find the VPS I specified. Am I doing something
wrong?
Thanks...
actual:/etc/vz/conf# vzlist
VEID NPROC STATUS IP_ADDR HOSTNAME
101 11 running 72.46.65.29 nsp3.abcde.com
102 11 running 72.46.65.30 nsp4.abcde.com
103 14 running 72.46.65.46 mail6.abcde.com
104 21 running 72.46.65.47 mail5.abcde.com
105 26 running 72.46.65.48 whois.abcde.com
1000 4 running 72.46.66.10 vps1000.abcde.com
actual:/etc/vz/conf# vzdump 1000
ERROR: unable to find VPS '1000'
usage: /usr/bin/vzdump OPTIONS [--all | VPSID]
--compress compress dump file (gzip)
--dumpdir DIR store resulting files in DIR
--xdelta create differential backup using xdelta
--mailto EMAIL send notification mail to EMAIL
--stop stop/start VPS if running
--suspend suspend/resume VPS when running
--snapshot use LVM snapshot when running
--restore FILENAME restore FILENAME
actual:/etc/vz/conf#
|
|
|
|
|
|
Re: AW: VZDump problem [message #11517 is a reply to message #11503] |
Mon, 26 March 2007 09:35  |
jarcher
Messages: 91 Registered: August 2006 Location: Smithfield, Rhode Island
|
Member |
|
|
It's fixed, thank you very much!
actual:/home/jim/openvz/vzdump# vzlist
VEID NPROC STATUS IP_ADDR HOSTNAME
101 11 running 72.46.65.29 nsp3.registrationtek.com
102 11 running 72.46.65.30 nsp4.registrationtek.com
103 15 running 72.46.65.46 mail6.registrationtek.com
104 21 running 72.46.65.47 mail5.registrationtek.com
105 26 running 72.46.65.48 whois.registrationtek.com
1000 4 running 72.46.66.10 vps1000.registrationtek.com
5000 6 running 72.46.65.254 vps5000.regtek.com
actual:/home/jim/openvz/vzdump# vzdump --suspend 1000
starting backup for VPS 1000 (/mnt/compvps/vz/private/1000) Mon Mar 26
13:28:09 2007
starting first sync /mnt/compvps/vz/private/1000 to
/var/lib/vz/dump/tmp16821
suspend vps
Setting up checkpoint...
suspend...
get context...
Checkpointing completed succesfully
final sync /mnt/compvps/vz/private/1000 to /var/lib/vz/dump/tmp16821
resume vps
Resuming...
vps is online again after 2 seconds
Creating archive '/var/lib/vz/dump/vzdump-1000.tar'
(/var/lib/vz/dump/tmp16821/1000)
tar: ./dev/log: socket ignored
Total bytes written: 127457280 (122MiB, 217MiB/s)
backup for VPS 1000 finished successful (0.07 minutes)
actual:/home/jim/openvz/vzdump#
--On Monday, March 26, 2007 10:08 AM +0200 Dietmar Maurer
<dietmar@proxmox.com> wrote:
> Hi Jim,
>
> I just uploaded a fixed version (0.4-1) to:
>
> http://www.proxmox.com/cms_proxmox/en/technology/oss-softwar e/openvz/
>
> Please can you test if it works now?
>
> Best Regards
>
> Dietmar
>
>> -----Ursprüngliche Nachricht-----
>> Von: users-bounces@openvz.org
>> [mailto:users-bounces@openvz.org] Im Auftrag von Jim Archer
>> Gesendet: Sonntag, 25. März 2007 23:58
>> An: users@openvz.org
>> Betreff: Re: [Users] VZDump problem
>>
>> --On Sunday, March 25, 2007 9:03 PM +0200 Thorsten
>> Schifferdecker <tsd@debian.systs.org> wrote:
>>
>> > this one of serveral known bugs, which are fixed in
>> vzdump-0.2-2, so
>> > please update to vzdump (0.3-1).
>>
>> Actually, I am running 0.3-1, which I DLed from the contrib
>> page very early this morning.
>>
>>
>> --
>> This e-mail is checked by Proxmox - Virus and Spam Mail Gateway
>> http://www.proxmox.com
>>
>>
>
>
>
|
|
|