How can I limit my dedicated server's resources ? For example, one of reseller provider's limits :
Quote:
Resellers may not use more than 2% CPU daily, 3% memory daily, run more than 10 simultaneous processes per user, allow any process to run for longer than 30 seconds CPU time, run any process that consumes more than 20% of available CPU at any time, or run any process that consumes more than 16 MB of memory. Databases are limited to 16 max user connections with a max query time of 8 seconds. Cron jobs must not execute more than once every 15 minutes and will be niced to 15 or greater.
How do you limit the amount of processes a user can create? I'm running suEXEc mode and I want to limit the processes to 5 to prevent abuse and resource drainage.
Is it possible (or if anyone has) to have ability or some script that will integrate into apache or something and will tell limit CPU load per directory (hence user)?
Eg: I don't want one high traffic user using like 2% load.
I want to set plesk to allow the overuse for disk space and bandwidth for my customers, but not for e-mail accounts.
If I do not allow overuse, what exactly happens when a customer exceeds the use of resources? The plesk panel immediately stops all the customer's services? Or what?
Moreover: is there a diagnostic utility to understand if the plesk panel is working correctly and is correctly installed?
We have a questions for everyone and any help would be greatfull, we are looking to limit disk inodes on a per user basis or server wide. we would like to know if anyone ca referance us as to how this is accomplished.
I am sitting here taking a day off from all the craziness in my life (saturday night!) and just catching up on things trying to stay organized and I been searching on google about windows server 2003 and its hard drive limitations.
Let me start by saying I have a colo server hosted somewhere that contains the following hardware:
Dual Opteron 246 2GB RAM 750GB x 5 (approx 3.5TB after OS partion) 3ware 9550SX PCI-X-to-Serial ATA II 9550SX-16ML
Now right now my windows server has a big 2TB partion and its on RAID 0 but I have another 1.5TB unallocated space that I cannot use due to this 2TB limit that seems to be. Now I got this from my host (support) saying that its the limit.
[url] here it exaplins that 2TB its the limit but if its on "GPT" it can have much more storage now I don't know what this means at all I just want some way (or know) what I have to do so I can use all of my space. I honestly do not want to touch Linux for the reason that I am rarely unexperienced by it. I run perfectly on 2TB but I do have extra hard drives that I should be using.
If I had to delete my data I would do so anything to be able to use more space is awesome on windows.
I'm starting a webhosting business in the next few months (working on the panel), and was wondering what is the best method to limit the amount of disk usage the user can use? I know about Disk Quota, but that would be a pain to use. Is there anything built into IIS7?
Also, is it possible to use a SQL 05 DB for FTP user accounts with IIS7? If not, is there any other way to have FTP accounts *without* having to create a windows user account?
The 'Additional Administrator Accounts' feature enables a Plesk login to be created for each administrator, so they don't have to share a login, which is good practice.
However, Plesk sends notification emails (e.g. Notification of problem domains) to all the administrators. How can we control who is sent notification emails? In our case, we only want them to go the main admin account.
In the 'Additional Administrator Accounts' form, the 'email' field requires a value. We could set this to a dummy value, but this would probably generate non-delivery emails.
How can I limit outgoing mail hourly or daily (per mail account) on Plesk 11 Windows? I know I can do that with MailEnable Enterprise version, but I want to know if there any other way to do that.
When a reseller create a service plan themselves...is there any way to limit the CPU and memory setting for the application pool to recycle on their own created plan?
How can I remove all previous web users, even after an uninstall, I am having trouble finishing a new installation, during the wizard because users already exist.
I have a problem with one of my user accounts (let's call it testuser) in Plesk. System is Windows Server 2012 R2 with Plesk 12.In the Control Panel, the customer and subscription for testuser are removed, so there should not be any data left for the domain/user.
However, when I want to create a new subscription with the username testuser, Plesk gives the error "User account already exists". I tried to manually remove the domain and took the following steps:
Code: C:Program Files (x86)ParallelsPleskbin>customer --remove testuser An error occurred during removal of customer account: testuser does not exist
C:Program Files (x86)ParallelsPleskbin>webuser --remove testuser The web user with the name 'testuser' does not exist
C:Program Files (x86)ParallelsPleskbin>ftpsubaccount --remove testuser -do main testdomain.tld Unable to remove FTP account: Unable to find service node for web service on dom ain with id=0
C:Program Files (x86)ParallelsPleskbin>database --remove testuser An error occurred during database removal: database does not exist
As described in this topic, I logged in to the MySQL server and tried to remove the user:
Code:
C:Program Files (x86)ParallelsPleskMySQLbin>mysql -P8306 -uadmin -p[admin-pass] psa mysql> g SELECT id FROM `sys_users` WHERE login=`testuser` ERROR 1054 (42S22): Unknown column 'testuser' in 'where clause' mysql> g DELETE FROM `sys_users` WHERE login=`testuser` ERROR 1054 (42S22): Unknown column 'testuser' in 'where clause'
Also, the inetpub/vhosts directory for the user is correctly removed and therefore doesn't exist. Are there any other steps I can take to remove the user manually and so be able to recreate the user?
Just checking how do I add a Windows Defined service in Windows 2000. I saw some info.
But it seemed to apply to Microsoft Windows 2003 Server as there isn't instsrv or srvany in Windows 2000 server even after I uploaded the Resource Kit Tools. Am I missing something?
Or can someone tell me where to download these for Windows 2000?
Basically what I want to do is to change the "From: "email address for system user "Plesk Administrator" when sending the automated notification with subject "Parallels Panel Scheduler notification". Where would I do this?