• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Migration failed

J

Joern@

Guest
Hello together,

I have to write about my problem again.

The device /var has about 4 GB store place on the server.

After a while this device gets full. I have no more space.


It is the second time that this problem happend.


The next Thing is to reinitialisating the server with a new
linux system and than migrate again.

maybe someone have a good advise for me, how to migrate the data from the old server correctly.


Here is the failure notice from my system:

Thanks.
Joern


Fehler bei der Migration
Datenmigration vom Host xxxxxxxxx wurde fertiggestellt.

Execution of /usr/local/psa/bin/domain --create xxxx.de -clogin u36205426 -notify false -www true failed with return code 1.
Stderr is
mailmng: cannot write a line to /var/qmail/users/assign.tmp
System error 28: No space left on device
dnsmng: Unable to close temporary file: No space left on device

System error 28: No space left on device
dnsmng: Unable to remove dns zone for bio-abo.de

System error 2: No such file or directory
An error occured during domain creation: unable to update domain preferences: Domaindaten konnten nicht aktualisiert werden: dnsmng::remove() failed: dnsmng failed: dnsmng: Unable to close temporary file: No space left on device

System error 28: No space left on device
dnsmng: Unable to remove dns zone for bio-abo.de

System error 2: No such file or directory
 
It seems to me that it would be a better use of time to determine why the /var directory is filling up, and clear some space? If it is the /var directory, the most likely culprits are either /var/log or /var/spool, with /var/qmail/queue being a close third if you or your users get a lot of spam.

Once you find out where the files that fill the space are, you can determine what will work best, either archiving the files (gzip) or purging them altogether, and should be able to manage that with a cron so you don't have to constantly babysit the disk space on the server.
 
Back
Top