Go Back   HostGator Peer Support Forums > HostGator Announcements > General Announcements

Notices

Reply
 
Thread Tools
  #1  
Old 04-05-2007, 07:49 PM
GatorRich
HostGator Guest
 
Posts: n/a
Default TOS Update: INODES

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.
Reply With Quote
  #2  
Old 04-05-2007, 08:08 PM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,059
Default Re: TOS Update: INODES

Quote:
g) Run any gaming servers such as counter-strike, half-life, battlefield1492, etc
its battlefield1942
Reply With Quote
  #3  
Old 04-05-2007, 08:09 PM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,059
Default Re: TOS Update: INODES

Also is there any way to see how many INODE'S we have?
Reply With Quote
  #4  
Old 04-05-2007, 08:11 PM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

So what command can users run to determine their inode usage?


Edit: Sam is fast...
Quote:
Originally Posted by _Sam_ View Post
Also is there any way to see how many INODE'S we have?
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #5  
Old 04-05-2007, 08:26 PM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,059
Default Re: TOS Update: INODES

Quote:
Originally Posted by Serra View Post
Edit: Sam is fast...
i sure am
Reply With Quote
  #6  
Old 04-05-2007, 10:53 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,163
Default Re: TOS Update: INODES

For resellers, is that per account or per domain?
__________________
Follow me on Twitter! http://twitter.com/mrw
Reply With Quote
  #7  
Old 04-05-2007, 11:14 PM
tabaqui tabaqui is offline
Hatchling Croc
 
Join Date: May 2005
Posts: 8
Default Re: TOS Update: INODES

Quote:
Originally Posted by slapshotw View Post
For resellers, is that per account or per domain?
Looks like it's per account, but mostly as reseller each domain would have an seperate account on the server.
Reply With Quote
  #8  
Old 04-06-2007, 02:19 AM
ufopsi.com's Avatar
ufopsi.com ufopsi.com is offline
Swamp Croc
 
Join Date: Nov 2006
Location: Ticino, Switzerland
Posts: 290
Default Re: TOS Update: INODES

Add me to the chorus:
Quote:
Originally Posted by _Sam_ View Post
Also is there any way to see how many INODE'S we have?
Reply With Quote
  #9  
Old 04-06-2007, 05:54 AM
quietFinn's Avatar
quietFinn quietFinn is offline
Emperor Croc
 
Join Date: Feb 2005
Posts: 2,765
Default Re: TOS Update: INODES

Quote:
Originally Posted by _Sam_ View Post
Also is there any way to see how many INODE'S we have?
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
Reply With Quote
  #10  
Old 04-06-2007, 06:02 AM
ufopsi.com's Avatar
ufopsi.com ufopsi.com is offline
Swamp Croc
 
Join Date: Nov 2006
Location: Ticino, Switzerland
Posts: 290
Default Re: TOS Update: INODES

Quote:
Originally Posted by quietFinn View Post
Type this in your account's root directory:
Code:
find . -printf "%i\n" | sort -u | wc -l
Should we type it in a txt file? Could you please explain further?
Reply With Quote
  #11  
Old 04-06-2007, 06:25 AM
quietFinn's Avatar
quietFinn quietFinn is offline
Emperor Croc
 
Join Date: Feb 2005
Posts: 2,765
Default Re: TOS Update: INODES

Quote:
Originally Posted by ufopsi.com View Post
Should we type it in a txt file? Could you please explain further?
To use that you need ssh access to your account.
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
Reply With Quote
  #12  
Old 04-06-2007, 07:02 AM
tabaqui tabaqui is offline
Hatchling Croc
 
Join Date: May 2005
Posts: 8
Default Re: TOS Update: INODES

Quote:
Originally Posted by quietFinn View Post
To use that you need ssh access to your account.
Connect using ssh, and type that command I gave in the shell window.
any other way to check this?
Don't think most users have ssh access to their account.
Reply With Quote
  #13  
Old 04-06-2007, 07:35 AM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

Code:
root@mag [/home/magican2]# find . -printf "%i\n" | sort -u | wc -l
243348
Dang... I'd be suspended!

Quote:
any other way to check this?
Don't think most users have ssh access to their account.
Users can get ssh access now.

Quote:
Type this in your account's root directory:
resellers aren't going to be able to monitor their clients...
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #14  
Old 04-06-2007, 08:34 AM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,059
Default Re: TOS Update: INODES

Ive got no chance of being suspended

Code:
zhost@aerio [~]# find . -printf "%i\n" | sort -u | wc -l
318
Reply With Quote
  #15  
Old 04-06-2007, 09:30 AM
PsiPro PsiPro is offline
King Croc
 
Join Date: Nov 2005
Posts: 812
Default Re: TOS Update: INODES

Quote:
Originally Posted by Serra View Post
Dang... I'd be suspended!
So would I, by a long shot. Not to mention 5 of my users.

Command "repquota -a" for all users's inode usage.
Reply With Quote
  #16  
Old 04-06-2007, 10:11 AM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

Quote:
Originally Posted by PsiPro View Post
So would I, by a long shot. Not to mention 5 of my users.

Command "repquota -a" for all users's inode usage.
Thanks for that command, I just suspended myself and root, we are the only two users who are in violation...
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #17  
Old 04-06-2007, 11:23 AM
PsiPro PsiPro is offline
King Croc
 
Join Date: Nov 2005
Posts: 812
Default Re: TOS Update: INODES

Quote:
Originally Posted by Serra View Post
Thanks for that command, I just suspended myself and root, we are the only two users who are in violation...

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 ....
Reply With Quote
  #18  
Old 04-06-2007, 01:07 PM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

Quote:
Originally Posted by PsiPro View Post
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 ....
Yes, kidding about that, but I was worried as I know that is tied in with quotas... I was worried when I ran it! (though I tried it anyway!)

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.
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #19  
Old 04-06-2007, 01:33 PM
kmaw's Avatar
kmaw kmaw is offline
Emperor Croc
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 1,856
Default Re: TOS Update: INODES

Add it to the wiki
Reply With Quote
  #20  
Old 04-06-2007, 02:09 PM
Flinty Flinty is offline
Hatchling Croc
 
Join Date: Aug 2006
Posts: 8
Default Re: TOS Update: INODES

Can someone give me a little tutorial on how to check?

What applications to use?

Cheers.
Reply With Quote
  #21  
Old 04-06-2007, 02:10 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,163
Default Re: TOS Update: INODES

I'm about half way there:

Code:
[~]# find . -printf "%i\n" | sort -u | wc -l
25049
__________________
Follow me on Twitter! http://twitter.com/mrw
Reply With Quote
  #22  
Old 04-06-2007, 04:52 PM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

Quote:
Originally Posted by Flinty View Post
Can someone give me a little tutorial on how to check?

What applications to use?
Well, if you don't know how to do it and you've read this thread, then you are not going to be able to do it easily.

Start by getting shell access from Hostgator.

Then access shell via Putty.
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #23  
Old 04-07-2007, 03:23 PM
bfdexp's Avatar
bfdexp bfdexp is offline
Hatchling Croc
 
Join Date: Jul 2006
Location: Hudson Valley Region, NY
Posts: 39
Default Re: TOS Update: INODES

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
Reply With Quote
  #24  
Old 04-07-2007, 03:34 PM
Serra's Avatar
Serra Serra is offline
Veteran Croc
 
Join Date: Feb 2005
Location: Orange Park, FL
Posts: 5,067
Default Re: TOS Update: INODES

Quote:
Originally Posted by bfdexp View Post
This will run and display your INODES. Just one question, what does this do, is it the short hand for your root:
[~]#
That is just the shell prompt, yours will be different.

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.
__________________
Six stages of Dedi Ownership

Fashionable broken link
image included
Reply With Quote
  #25  
Old 04-08-2007, 10:02 AM
Varment Varment is offline
Hatchling Croc
 
Join Date: Mar 2007
Posts: 11
Default Re: TOS Update: INODES

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
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -6. The time now is 10:48 AM.

 
Forum SEO by Zoints