• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Plesk domain alias

dblii

New Pleskian
Hi i have in one plesk pannel 3 domains. 1 main domain with 35GB files size and 2 domain alias. The domain aliad count each the same size. is this normal? In fact the floders size is 35GB but this count 105GB
 
The alias is just another name for exactly the same site. It displays the same values, because it is a synonym for the site. The space is not occupied twice or three times.
 
here it is the 35GB count 3x in the size of my VPS
 

Attachments

  • Screenshot 2020-05-01 at 8.06.14 PM.png
    Screenshot 2020-05-01 at 8.06.14 PM.png
    44.7 KB · Views: 3
To find out what really counts against the disk quota you can do this:

- Sign in to the Linux shell.
- Run this command:
# du -hs * | sort -h > diskusage.txt

This will output a list of all files and directories sorted by their size into the file diskusasge.txt. You can view that file with any editor. It will likely reveal where all the disk space really goes.
 
Did you check your disk structure with the du command as mentioned above? An alias does not consume extra space, neither does it report any consumption to the virtualization layer under which your server is running. Better spend time on finding the real reason what is consuming much disk space on the system.
 
i am not familiar with terminal and ssh, byt where this will help me? the real size is about 50GB my backup archive is 50GB. but the plesk count 50 +35 +35
 
Hey, not a problem. If you don't want to check the true disk space usage, I am fine with that.
 
i am confused, thanks for your help but my problem is that the plesk count this size in my total space. that is my problem
 
The problem is rather that you are making false assumptions. I can only recommend to check what your operating system is reporting. You can for example run
# df
on the shell and see what the operating systems says how much disk space you are using. And you can use the du command as shown above to find out where exactly on your disk all that space is consumed.

Or you can stay in the loop and insist that you are not really using the disk space and all of this is just a display error.
 
Back
Top