• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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