Plesk 12.x / Linux :: How To Delete Disk Quota With License Web Admin

Mar 16, 2015

We have a lot of server with Plesk Panel 30 domains.We have migrated a website with a 2 Go disk space quota on a virtual server with Web Admin Plesk Panel License. So, we don't have field (or we don't find...) to update this value (or delete it). The website disk usage is now 2.1 Go. Every day, we have an email alert.

View 14 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Web Admin Edition License

Dec 17, 2014

there is emails creation limit in this license?

i got this: The limit on the number of mailboxes has been reached

View 9 Replies View Related

Plesk 12.x / Linux :: Web Admin Edition Quota Not Unlimited

Nov 22, 2014

Early on, I use this Plesk under trial license mode and have set the subscription for each domains to 20GB (hard disk) and 100GB (bandwidth).

Later, I sign up for Web Admin Edition. I understand that this version does not have abilities to manage quotas. The issue that I have now, after I entered the activation key (Web Admin Edition), my existing domain's quota remain as it is instead of unlimited.

Please refer to the attachment to see the screenshot....

View 2 Replies View Related

Plesk 12.x / Linux :: Client Disk Space Usage Including Admin FTP Backup

May 7, 2015

It appears that my clients disk space usage calculation is including admin full server FTP backups that I am doing.

This shouldn't be the case, these full server backups that I'm doing should not count towards my clients plans disk space allowance.

View 2 Replies View Related

Plesk 12.x / Linux :: CentOS 7 - Hard Disk Quota Is Not Supported Due To Configuration Of Server File System

Feb 25, 2015

I have a new CentOS 7, with Plesk 12, CentOS 7 by default has XFS filesystem.

I try migrate sites from another Plesk Server but Plesk agent say: "hard disk quota is not supported due to configuration of server file system" (my CentOS 7)

My CentOS7:

CentOS Linux 7.0.1406 64 bits
Plesk 12.0.36

My fstab

[root@ns ~]$ cat /etc/fstab
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 1 1
UUID=ba391bd5-786c-4ae7-8bbd-f36f831ae6eb /boot xfs defaults 1 2
/dev/mapper/centos-swap swap swap defaults 0 0

I added "usrquota,grpquota", then mount -o remount / ; but when I try quotacheck -fmv / I gest this:

[root@ns ~]$ quotacheck -fmv /
quotacheck: Skipping /dev/mapper/centos-root [/]
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

but quotaon command works:

[root@ns ~]$ quotaon /
quotaon: Enforcing group quota already on /dev/mapper/centos-root
quotaon: Enforcing user quota already on /dev/mapper/centos-root

The problem here is why Plesk does not recognize quotas as enabled on CentOS 7??

If I try this command it seems good:

[root@ns ~]$ /usr/local/psa/admin/sbin/usermng --isquotable
0

Also I do this:

- Disabled Selinux
- Check all packages as quota, etc.

I have been using some reference: [URL] ....

View 11 Replies View Related

Plesk 12.x / Linux :: Failed To Copy Files Storage To Destination Path - Disk Quota Exceeded

Mar 3, 2015

I am having problems with two accounts, I get the following errors:

Code:
Failed to copy files storage to destination path. stderr: filemng: Cannot open destination file '/var/www/vhosts/domain.tld/httpdocs/index.html.Chn3rn' System error 122: Disk quota exceeded stdout: filemng: Cannot open destination file '/var/www/vhosts/domain.tld/httpdocs/index.html.Chn3rn' System error 122: Disk quota exceeded

I have run the command

Code:
quotacheck -avugfm

And the output from the command

Code:
df -i

is:

Code:
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/vzfs 20000000 1542375 18457625 8% /
/dev/simfs 20000000 1542375 18457625 8% /tmp
/dev/simfs 20000000 1542375 18457625 8% /var/tmp
none 1415577 113 1415464 1% /dev

I am at a loss, I don't know what else to try.

View 1 Replies View Related

Plesk 12.x / Linux :: (Notify When Disk Space / Traffic Usage Reaches) Sending To Customers Not Admin

Jan 29, 2015

I migrated from one server running Plesk 10.4.4 Update #59 to a new server running Plesk 11 which I then updated to 12.0.18 Update #32. Since moving to Plesk 12 the "Notify when disk space/traffic usage reaches" emails have been being sent to our customers set up on the server whereas previously they were sent to the server admin email address.

Is this a change with this version?

View 1 Replies View Related

Direct Admin License Costs

Aug 9, 2007

I've just had a quote for a VPS that seemed good value for money until the cost of a Direct Admin license was added ($15 extra).

Looking at DA's pricing the cheapest license you can buy is an internal license (in bulk) which is available to server providers only at 9$ a month.

If that is the case why is it that quite a few providers in the offers forum are providing DA for 5$ or 6$?

As these licenses are being offered on low end VPS with tight margins anyway, I can't understand how they can afford to make a loss on the control panel (if they are in fact).

View 8 Replies View Related

Setting Disk Quota In VPS

Jul 8, 2008

I'm running a VPS, it sounds weird but its more like a learning lab I bought to help me get better skills in linux environment, so far I've learned a bit more in BIND and apache.

I use the panel webmin, I tried setting a mount but it didn't work.

The mounted devices output this:

simfs on / type simfs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid)
proc on /proc type proc (rw,nosuid,nodev,noexec)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec)

Now, that struck me is that other VPSes that have CentOS with cpanel has their disk quota installed already. (That includes directadmin and lxadmin)

View 3 Replies View Related

/tmp Disk Quota Exceeded But Not

May 7, 2008

Has anyone ever run into this before? We are running into issues with one of our hosting servers, it claims that the /tmp folder has exceeded the disk quota but when you actually go to the /tmp folder it's not at all.

Here are the outputs:

# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 60G 2.4G 58G 4% /

# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/simfs 1500000 80589 1419411 6% /

# du -hs /tmp
8.2M /tmp

# echo 11111111 > /tmp/testfile
# cat /tmp/testfile
11111111

But it still gives a PHP error saying /tmp disk quota exceeded until I completely empty the folder and then it works for a few hours and does the same thing.

View 5 Replies View Related

Disk Quota Not Notified

Jan 2, 2007

we have a plan that is go out quota.

In the old server we received an email alert when quota is near 80% and 100%..
now (new server) we haven't received nothing and our isp say that is not possible ...?

we have whm and notifications check is all cehcked.

how to config this?

View 5 Replies View Related

WHM - Quota: Unlimeted / Disk Used: 0

Apr 18, 2007

Quota: Unlimeted
disk used: 0

for all listed account in WebHostManager.

Why?

what should i do in SSH for correct this?

View 3 Replies View Related

Disk Quota Exceeded

Jan 15, 2007

I am trying to restore my backup and system keep saying.

Disk quota exceeded

in whm i have used only 40% from 20 gb

my backup size is only 500mb

View 3 Replies View Related

Plesk 11.x / Linux :: License Key Not Automatically Updating

Jun 17, 2014

My license is updated every month, however it is not automatic, i have to go to Tools & settings > license management and click on "Retrieve Keys" every month.

Iguess there should a cron job that should do this for me every month in Centos.

What this cron job should be ?

View 2 Replies View Related

Can't Update WHM Account Disk Quota

May 19, 2009

Using cPanel/WHM to administer Accounts.

I've been allocated additional disk space by my host, but can't seem to use it -- the existing (original) Account quota won't update.

I've tried changing the quota for the existing Package, as well as creating a new package with the desired quota and 'upgrading' the Account to the new Package, but the Account's quota remains the same.

It's as tho' the Account quota value is cached somewhere, and isn't getting refreshed.

View 3 Replies View Related

Plesk 12.x / Linux :: How To Transfer License Keys To New Server

Apr 14, 2015

I need to transfer plesk from current existing server to a new server. I don't need to migrate existing data. I've already installed plesk in a new server. How to retrieve the license key files. I cannot access the existing plesk panel over SSH or HTTP due to an IP blocking issue.

View 1 Replies View Related

Disk Quota Not Working For User Accounts

May 5, 2009

I am having Virtuozzo vps with cpanel/WHM installed.I have created some accounts in it by setting disk quota . Now the issue is : some users are using space over the allocted one ,when i use the command quota -u (username),i can see that the users are used the space over the allocated one and they are still allowed to upload file . How to fix this issue ?

View 6 Replies View Related

VPS Disk Quota Status Keeps Increasing Every 2 Days

Aug 18, 2008

I have had over 4 different VPS providers and in all of them, I was always using less than 5 gigs and most of it is from the OS and the VPS files, my website is less than 400 megs of size including the backups. For some reasons, my Disk Quota is at 8.3 gigs and it was at 8.2 gigs yesterday. My website's files are not that big and the Database is like 30 megs and the backups are compressed so they are like 4 megs. The problem is that I really don't know what files are making my Disk Quota to go up since I haven't uploaded anything or download files to my VPS.

View 6 Replies View Related

Plesk 12.x / Linux :: Error Validating License When Accessing External Services

Mar 9, 2015

I'm not sure if it's a technical or a license issue. When I try to retrieve external services, such as purchase an ssl certificate or buy an application; I see the the following error: "Error: Error validating license."

For example: If I click on 'Tools and Settings' > 'External Services' > 'View Services' , the browser redirects to [URL] .... (as it should) and then gives me the license error. I have re-retrieved my license key, and even downloaded and reinstalled it from the Parallels Partner Channel and the problem persists. When I check the license key status from the Panel it says, "Key Update Status: License key PLSK.02557481.0016 is up-to-date." Everything else is working fine.

I am running Plesk version 12.0.18 Update #37 on Centos 6.6

View 8 Replies View Related

Plesk 12.x / Linux :: Mailbox Quota In Web App Edition

Oct 20, 2014

how to adjust the mailbox sizes.

i imported ~15 email account during a cPanel migration/transfer done with the manager. mails are there but mailboxes, that had an unlimited quota, are now set to 350MB.

i tried a bunch of stuff, from searching the whole webinterface, changing db entries up to postfix main.cf.

i'm just restoring yesterdays backup. i already lost hours, and now am loosing nerves ..

where can I find this setting, or how can i set it in the DB (chancing max_box and mbox_size did not work, changes in the mail table were reflected on the UI, but not for postifx ..) ?

View 10 Replies View Related

Changing User/group Disk Quota In LXadmin & CentOS4

Aug 7, 2007

LXadmin seem to have a preset disk quota limit to users/groups, even root!

So, how do I change these disk quota limits? There isn't an option in the LXadmin control panel either.

View 1 Replies View Related

Plesk 11.x / Linux :: 4.4.2 Mailbox Full But Quota Is Not Exceeded

Sep 18, 2014

we have a Problem with one of our customers there hosted by Plesk 11.5.30 Update #47.

If a mail was sent to the mail address from our customer, postfix log the following entry:

Code:

/usr/lib/plesk-9.0/psa-pc-remote[28391]: handlers_stderr: DATA Mailbox full#015#012DEFER
/usr/lib/plesk-9.0/psa-pc-remote[28391]: DEFER during call 'check-quota' handler
/usr/lib/plesk-9.0/psa-pc-remote[28391]: Message aborted

The mail Sender will receive a Information with the error message 4.2.2 Mailbox full

But the quota is not exceeded. The quota is 3GB and the assignment is perhaps 20 percent.

We have configured, that we became a mail if the quota from our customer is oversized. But we also become no mail that the quota is oversized.

View 2 Replies View Related

Plesk 12.x / Linux :: How To Enable Multiple Admin Log In

Jul 21, 2014

Where I can find option for enable multiple log in for admin account?

View 6 Replies View Related

Plesk 12.x / Linux :: Horde Update As Admin?

May 28, 2015

just a quick question for those already tried it. I have Horde installed as the webmailer for my Plesk installation. After login in to Horde with an admin account I get update notifications for several of Hordes apps. Is it safe to update them or will it lead to problems with Pleskl?

View 2 Replies View Related

Virtual Private Server (VPS) Wont Restart - Disk Quota Exceeded

Jul 17, 2008

An automatic backup in plesk has filled up the disk space in my VPS. It seemed to crash first of all - couldn't access my website, then i tried to restart it. It wont restart and comes up with the error below.

As i can't get into plesk i don't know how to delete these old backup files, seem to be in a catch 22. Help

Jul 17, 2008 01:05:33 PM Start Process Completed
Jul 17, 2008 01:05:33 PM Click here to open/close operation details.Start VPS #48606643 Failed
Jul 17, 2008 01:05:33 PM Operation start with the VPS(s) VEID48606643 is started.
Jul 17, 2008 01:05:33 PM Starting VE ...
Jul 17, 2008 01:05:33 PM vzquota : (warning) block_soft_limit [10000100] < block_current_usage [10099244]
Jul 17, 2008 01:05:33 PM VE is mounted
Jul 17, 2008 01:05:33 PM Setting devperms 20002 dev 0x7f00
Jul 17, 2008 01:05:33 PM Setting devperms 20007 dev 0xac8
Jul 17, 2008 01:05:33 PM Adding port redirection to VE(1): 4643 8443
Jul 17, 2008 01:05:33 PM Adding IP address(es): 212.227.251.151
Jul 17, 2008 01:05:34 PM ERROR: Can't write to file /etc/sysconfig/network-scripts/ifcfg-venet0
Jul 17, 2008 01:05:34 PM bash: line 264: echo: write error: Disk quota exceeded
Jul 17, 2008 01:05:35 PM vzquota : (warning) block_soft_limit [10000100] < block_current_usage [10099244]
Jul 17, 2008 01:05:35 PM VE is unmounted
Jul 17, 2008 01:05:35 PM VE start failed
Jul 17, 2008 01:05:35 PM Operation start with the VPS(s) VEID48606643 is finished with errors: #1004 Error invoking vzctl utility: Starting VE ... vzquota : (warning) block_soft_limit [10000100] < block_current_usage [10099244] VE is mounted Setting devperms 20002 dev 0x7f00 Setting devperms 20007 dev 0xac8 Adding port redirection to VE(1): 4643 8443 Adding IP address(es): 212.227.251.151 ERROR: Can't write to file /etc/sysconfig/network-scripts/ifcfg-venet0 bash: line 264: echo: write error: Disk quota exceeded vzquota : (warning) block_soft_limit [10000100] < block_current_usage [10099244] VE is unmounted VE start failed . Failed
Jul 17, 2008 01:05:35 PM Complete Process Failed

View 4 Replies View Related

Disk Quota Issue - Locating The Folders With The Highest Number Of Files

Jun 6, 2008

we've been having issues with reaching or exceeding our disk quotas. I've checked carefully, and while I've cleared our mail queue's, I don't think that's the issue.

So what I'm really looking for is a way to figure out why we have so many files (our quota is 220000, and I'm pretty confident that we aren't intentionally doing anything to create so many files). There's lots of information on finding the folders with the largest file sizes, but locating the folders with the greatest number of files isn't quite so simple--or at least, it doesn't seem very clear to me.

Does anyone know a way via the command line to figure out this information, short of going through every single folder and figuring out how many files are in the specific folder?

View 6 Replies View Related

Plesk 12.x / Linux :: Delete IP From Panel

Sep 14, 2014

I have 2 IPs for my vServer. Plesk automatically add both addresses to the Plesk Panel. One of the ip address I want to use for another service (openvpn). The Problem is, that i can't delete the IP from the Plesk panel.

I got the message: Fehler: String was provided for unescaped parameter host.

There are no reseller or customers who use this IP. So how can i solve this problem and delete the IP from the Panel?

Using Plesk 12.0.18

View 7 Replies View Related

Plesk 12.x / Linux :: SSL - How To Migrate From Admin To Domain Area

Jan 15, 2015

I generate the ssl for my customer going into this direction:

Tools & Settings > SSL Certificates > add new

I put the key there its ok until here.

Then I follow this: After adding an SSL certificate to a domain, you need to enable SSL support and select that certificate in the website hosting settings: Websites & Domains > Hosting Settings of this domain > Security.

But the dropdownlist there are not SSL with the name that i create on panel.

View 4 Replies View Related

Plesk 12.x / Linux :: How To Setup Fail2ban For Admin Access

Feb 3, 2015

I have just looked at the plesk panel log - /usr/local/psa/admin/logs/panel.log - and seen an alarming number of attempts to access plesk using the admin user. i.e.

[2015-02-02 14:53:46] ERR [panel] [Action Log] Failed login attempt with login 'admin' from IP 50.62.148.176

I have fail2ban installed and set up for other things...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved