LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-29-2010, 08:17 AM   #1
vibhadevit
LQ Newbie
 
Registered: Oct 2010
Posts: 1

Rep: Reputation: 0
Dedicated server out of space


Hello All,

I have website hosted on fasthost dedicated server (ubuntu) of 250GB.
Now server is out of space.I have to increase server capacity to get website running.

I have one another fasthost vitual (CentOS) server of 400GB.
Fasthost have asked us to use this virtual server in website's hosting server.

Do i need to mount?
Do i need to repartition?

I am not sure how to increase hosting capacity as i am not that much aware of linux.
So all server guys please help me out..
 
Old 10-30-2010, 05:25 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,417
Blog Entries: 55

Rep: Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627
Quote:
Originally Posted by vibhadevit View Post
i am not that much aware of linux
Then please set aside time to work with it and get acquainted to the level an admin would need.


Quote:
Originally Posted by vibhadevit View Post
I have website hosted on fasthost dedicated server (ubuntu) of 250GB.
Now server is out of space. I have to increase server capacity to get website running.
I'd say you first need to find out *why* it ran out of space. Looking ahead and planning based on expected system requirements is important. Else you risk moving systems for no good reason, which is basically like treating symptoms and not the cause. So is it system and daemon logs not being rotated? Or is it say the database growing faster than expected? Or has somebody uploaded more or larger files than expected?


Quote:
Originally Posted by vibhadevit View Post
I have one another fasthost vitual (CentOS) server of 400GB.
Fasthost have asked us to use this virtual server in website's hosting server.

Do i need to mount?
Do i need to repartition?
After you have found out the cause you can assess if the file system layout matches your requirements. If it doesn't then you could opt for repartitioning or splitting services across machines. For instance you could make the 250GB machine act as a caching web server and the 400GB one as database machine.
 
Old 11-10-2010, 04:07 AM   #3
nithra
LQ Newbie
 
Registered: Oct 2010
Posts: 5

Rep: Reputation: 0
network support company

Hi

I think this is server issue, but i thought there are more friends here to help me out.

I have website hosted on fast host dedicated server of 250GB.
Now server is out of space.I have to increase server capacity to get website running.

I have one another fast host virtual server of 400GB.
Fast host have asked us to use this virtual server in website's hosting server.



< mod edit - link removed >

Last edited by GrapefruiTgirl; 11-18-2010 at 05:41 AM.
 
Old 11-10-2010, 11:37 AM   #4
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Hmmm, it seems like vibhadevit and nithra have suspiciously similar problems. Do you two know one another, by any chance?

Quote:
Originally Posted by vibhadevit View Post
I have website hosted on fasthost dedicated server (ubuntu) of 250GB.
Now server is out of space.I have to increase server capacity to get website running.
The 'why' question, asked by unSpawn is very important here; 250G is already a fair amount of space, and you can do quite a lot in that amount of space. Maybe, if this situation (exhausting 250G) has developed over 10 years, and you know that there are particular reasons that the space consumed gradually increases year-by-year, that is normal. But I don't get the impression that it has taken 10 years, and if there are particular reasons for a high consumption of space (like you are storing media files for lots of users, or some of your users are using your services in ways that had not been anticipated), you don't mention them, and not mentioning something significant like that wouldn't be the best way to get a good answer.

Again, there is a possible good approach in the unSpawn post, but it would be really difficult to do much more than guess with this level of information.

Quote:
Do i need to mount?
Do i need to repartition?
What? You will have partitions already mounted. You should know that. It is unclear why or what you are now intending to mount to change the situation.

A clear answer will not come until you are able to tell what is happening to the existing mounts. You should know how to do this.

Quote:
I am not sure how to increase hosting capacity as i am not that much aware of linux.
Wow. By capacity, you mean disk capacity? And, you are doing this rather than finding out what had gone wrong, initially? So, presumably, you realise that it would likely only be a short-term measure (how fast did you get through 250G of disk space? what would that imply about the extra time that it would give you if you had an extra 150G of disk space?).

In principle, you could install whatever you had on your 250 G server on your 400G server and run the web site from there. But, as I point out above, expect it to go wrong shortly afterwards, unless you find the root cause and fix it. Well, I guess you could go and pay fasthosts for a yet bigger server, for when that 400G disk is all used up...

Only one of you (nithra) has that link to 'Managed Network Services'; do they have anything to do with this issue? You know, an organisation like that, they ought to have the know-how to sort this kind of issue out.
 
Old 12-23-2010, 12:32 AM   #5
nithra
LQ Newbie
 
Registered: Oct 2010
Posts: 5

Rep: Reputation: 0
Dedicated server out of space

Hi

While compiling some new software, I received an error mesage saying that it was unable to create /tmp/name because there was no space left. I deleted some large log files in the /root area, then was able to compile without a problem. This concerns me because I am only using 3.4 GB on a 40GB hard drive.

Is there a space limit to particular directories?
Can you think of any other reason why I would run out of space when I am under 10% full?
How can I confirm that I actually have a 40GB hard drive?

<SPAM link removed by moderator>

Last edited by GrapefruiTgirl; 01-18-2011 at 05:26 PM.
 
Old 12-23-2010, 06:04 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,443

Rep: Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791Reputation: 2791
Start with these cmds
Code:
df -h
df -i
fdisk -l

NB: that's a lowercase L for the fdisk param
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to setup Dedicated Server using Ubuntu Server or equivalent opensource OS spikesync Linux - Newbie 1 01-16-2010 06:32 PM
Verify dedicated server is not a virtual server. obcJack Linux - Software 1 01-23-2009 03:11 PM
Dedicated server exceeded disk space at 4.8GB the182guy Linux - General 4 01-09-2009 07:45 AM
Ubuntu Gutsy 32bit, Source Dedicated Server HL2MP & server UDP port not allocated rautamiekka Linux - Networking 1 10-29-2007 11:45 AM
Dedicated Server Distros (SME server and Censornet) Sugga Linux - General 2 09-22-2005 03:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration