|
#1
|
|||
|
|||
|
Hello Everyone,
We have made a recent change to our Terms of Service that refers to INODES. This is effective as of today. For the most part this change will not impact most accounts. However, an INODE is used when you create a file or folder. This change doesn't mean that you can't use the full disk space for your package it simply means you can't have 200 gb of 15kb files. For most websites you will not even get close to 50,000 inodes. The reason we have placed this change on our Terms of Service is due to that the abuse of INODES can cause problems with the System Journals. When this happens it can also cause the hard drive to fail sooner then it should. This also can increase the time for longer emergency restores. If you have any questions please feel free to contact us! [Changes made] Old TOS Resource Usage 7.) Resource Usage User may not: a) Use 25% or more of system resources for longer then 90 seconds. There are numerous activities that could cause such problems; these include: CGI scripts, FTP, PHP, HTTP, etc. b) Run any type of interactive real-time chat applications that require server resources. Remotely-hosted services are fully allowed. c) Run stand-alone, unattended server-side processes at any point in time on the server. This includes any and all daemons, such as IRCD. d) Run any software that interfaces with an IRC (Internet Relay Chat) network. e) Run any bit torrent application, tracker, or client. f) Participate in any file-sharing/peer-to-peer activities g) Run any gaming servers such as counter-strike, half-life, battlefield1492, etc h) Run cron entries with intervals of less than 15 minutes When using PHP include functions for including a local file, include the local file rather than the URL. Instead of include("http://yourdomain.com/include.php") use include("include.php") New TOS: 7a.) Resource Usage User may not: a) Use 25% or more of system resources for longer then 90 seconds. There are numerous activities that could cause such problems; these include: CGI scripts, FTP, PHP, HTTP, etc. b) Run any type of interactive real-time chat applications that require server resources. Remotely-hosted services are fully allowed. c) Run stand-alone, unattended server-side processes at any point in time on the server. This includes any and all daemons, such as IRCD. d) Run any software that interfaces with an IRC (Internet Relay Chat) network. e) Run any bit torrent application, tracker, or client. f) Participate in any file-sharing/peer-to-peer activities g) Run any gaming servers such as counter-strike, half-life, battlefield1492, etc h) Run cron entries with intervals of less than 15 minutes When using PHP include functions for including a local file, include the local file rather than the URL. Instead of include("http://yourdomain.com/include.php") use include("include.php") 7b.) INODES The use of more then 50,000 INODES will result in account suspension. Accounts found exceeding 50,000 INODES will not be backed up on our backup servers. A INODE is the actual file or directory and not the size of that file or directory. For example your index.html file is 1 INODE. A directory called homework is counted as 1 INODE as well. |
|
#2
|
|||
|
|||
|
Quote:
|
|
#3
|
|||
|
|||
|
Also is there any way to see how many INODE'S we have?
|
|
#4
|
||||
|
||||
|
So what command can users run to determine their inode usage?
Edit: Sam is fast... |
|
#5
|
|||
|
|||
|
|
|
#6
|
||||
|
||||
|
For resellers, is that per account or per domain?
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#7
|
|||
|
|||
|
Looks like it's per account, but mostly as reseller each domain would have an seperate account on the server.
|
|
#8
|
||||
|
||||
|
Add me to the chorus:
__________________
Michele Bugliaro Goggia, designer SUP UFOs and the paranormal :: Cool UFO T-shirts ![]() ![]() |
|
#9
|
||||
|
||||
|
Type this in your account's root directory:
Code:
find . -printf "%i\n" | sort -u | wc -l
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#10
|
||||
|
||||
|
Should we type it in a txt file? Could you please explain further?
__________________
Michele Bugliaro Goggia, designer SUP UFOs and the paranormal :: Cool UFO T-shirts ![]() ![]() |
|
#11
|
||||
|
||||
|
Quote:
Connect using ssh, and type that command I gave in the shell window.
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#12
|
|||
|
|||
|
Quote:
Don't think most users have ssh access to their account. |
|
#13
|
||||
|
||||
|
Code:
root@mag [/home/magican2]# find . -printf "%i\n" | sort -u | wc -l 243348 Quote:
Quote:
|
|
#14
|
|||
|
|||
|
Ive got no chance of being suspended
![]() Code:
zhost@aerio [~]# find . -printf "%i\n" | sort -u | wc -l 318 |
|
#15
|
|||
|
|||
|
So would I, by a long shot. Not to mention 5 of my users.
Command "repquota -a" for all users's inode usage. |
|
#16
|
||||
|
||||
|
Quote:
|
|
#17
|
|||
|
|||
|
Quote:
I hope your joking because the site i got it from said nothing about suspending and it didn't suspend me when I ran it ....
|
|
#18
|
||||
|
||||
|
Quote:
That command is great. From that, I can see that we could automate the inode quotas so that we could autosuspend like for bandwidth and stuff. |
|
#19
|
||||
|
||||
|
Add it to the wiki
|
|
#20
|
|||
|
|||
|
Can someone give me a little tutorial on how to check?
What applications to use? Cheers. |
|
#21
|
||||
|
||||
|
I'm about half way there:
Code:
[~]# find . -printf "%i\n" | sort -u | wc -l 25049
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#22
|
||||
|
||||
|
Quote:
![]() Start by getting shell access from Hostgator. Then access shell via Putty. |
|
#23
|
||||
|
||||
|
So it is 50,000 INODES (pretty much files) per account. So if you are a reseller, you and your clients each have 50,000 INODES. From what I understand an INODE is pretty much a file which makes sense why Hostgator would like to limit users having too many small files on their account limiting resources.
As for checking it, I think this is how you do it, right? (Must have SSH access) 1. Request SSH/Shell access from HostGator and they will add it to your account. 2. Log into your cPanel and click on the SSH/Shell Access Icon 3. Run: [/home/YOURUSERNAME]# find . -printf "%i\n" | sort -u | wc -l This will run and display your INODES. Just one question, what does this do, is it the short hand for your root: [~]#
__________________
Jason AKA Finch.31 Full-Time Professional Firefighter, Computer Guy, and Everything Else |
|
#24
|
||||
|
||||
|
Quote:
I also think that the rules are per account, so as resellers, they will have a number accounts in their master account, that would be 50k per account. I do believe it is reasonable for HG to limit INODE usage. Limited INODEs seems to be a problem with larger systems. |
|
#25
|
|||
|
|||
|
I guess I'm screwed, I have lot files and folders in three domains and one sub domain on one account - 1 CMS 3, Gallery2's, and 1 SMF forum. I never would have signed up with that kind of limit. I sure hope the money back deal is still there. If you’all at HG don't like your customers you sure know how to show it. You should change your slogan to "We eat up the competition and our customers". I thought I found a great hosting company but I guess I have to start looking again.
V |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -6. The time now is 03:28 PM.














