LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-04-2008, 07:52 AM   #1
ohioguy47
LQ Newbie
 
Registered: Jul 2008
Posts: 3
Blog Entries: 1

Rep: Reputation: 0
Unhappy How to free up space on a Linux Red Hat Server running Kerio Mail Server


Good morning and hello,

I'm posting this blog in hopes to remedie a problem I'm having with Linux Red Hat and running Kerio Mail Server 6.5.2 on it.

In the past week, our mail server is running alot slower (sending and receiving) email.

My question is this. I'm new to the Luinx world and was wondering if there is some type of cached memory or a swap file that needs to be deleted on the server.

Afer running the command on the server Df-h, I get the following information.

/dev/mapper/VolGroup00-LogVol00

Size Used Avail Used

266G 87G 166G 35% /
/dev/sda2 99M 99M 0 100% /boot
none 1013M 0 1013M 0% /dev/shm


As you can see, the boot drive is full @ 100%. I'm assuming once the drive is full, its starts to cache to another drive or volume??

Is there some type of log / temp file that needs deleted on the server.


Please help! .. thanks, Jeff
 
Old 08-04-2008, 08:15 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Can you show us the top output?
/boot is normally for storing kernel in, but it shouldn't be 100% full though.
 
Old 08-04-2008, 08:17 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by chrism01 View Post
Can you show us the top output?
/boot is normally for storing kernel in, but it shouldn't be 100% full though.
It could be if they're not removing old kernels when they run updates.
 
Old 08-04-2008, 08:37 AM   #4
ohioguy47
LQ Newbie
 
Registered: Jul 2008
Posts: 3

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Here's the output from the TOP command

top - 09:22:55 up 4 days, 16:09, 2 users, load average: 0.08, 0.06, 0.09
Tasks: 94 total, 1 running, 93 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.2% us, 0.1% sy, 0.0% ni, 99.6% id, 0.1% wa, 0.0% hi, 0.0% si
Mem: 2074600k total, 2050828k used, 23772k free, 109996k buffers
Swap: 2031608k total, 196k used, 2031412k free, 1652520k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3765 root 15 0 234m 61m 11m S 2 3.0 588:15.04 mailserver 17944 root 16 0 2264 1008 780 R 0 0.0 0:00.61 top 1 root 16 0 3404 548 468 S 0 0.0 0:01.25 init
 
Old 08-04-2008, 02:05 PM   #5
ohioguy47
LQ Newbie
 
Registered: Jul 2008
Posts: 3

Original Poster
Blog Entries: 1

Rep: Reputation: 0
How to free up space on a Linux Red Hat Server running Kerio Mail Server

--------------------------------------------------------------------------------

Good morning and hello,

I'm posting this blog in hopes to remedie a problem I'm having with Linux Red Hat and running Kerio Mail Server 6.5.2 on it.

In the past week, our mail server is running alot slower (sending and receiving) email.

My question is this. I'm new to the Luinx world and was wondering if there is some type of cached memory or a swap file that needs to be deleted on the server.

Afer running the command on the server Df-h, I get the following information.

/dev/mapper/VolGroup00-LogVol00

Size Used Avail Used

266G 87G 166G 35% /
/dev/sda2 99M 99M 0 100% /boot
none 1013M 0 1013M 0% /dev/shm


As you can see, the boot drive is full @ 100%. I'm assuming once the drive is full, its starts to cache to another drive or volume??

Is there some type of log / temp file that needs deleted on the server.


Please help! .. thanks, Jeff
 
Old 08-04-2008, 03:14 PM   #6
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
It's not necessary to post the same thing twice (and it makes the thread confusing). Your first post in the thread was sufficient.

Post the results of:
$ rpm -qa | grep kernel

and

$ uname -sr

You can probably remove unused kernels unless you have a reason not to. Be aware that freeing up /boot space may not necessarily fix your problem.
 
Old 08-04-2008, 08:49 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Indeed, that top shows that the system load and cpu nums are tiny, and almost no swap being used. Should be running fine..
I could hazard some guesses, but really need a mail expert (I think).
 
  


Reply



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
Red hat - Mail Server + web server Porter200EL Linux - Newbie 3 05-05-2005 02:04 AM
local mail to kerio mail server rros Linux - Newbie 1 10-03-2004 12:37 PM
Red Hat Linux 7.3 as a Mail Server harperonline Linux - Networking 2 03-12-2003 04:34 AM
Help!!! Red hat 7.2 FTP, WEB, MAIL connectivity to the server is running slow jobesd Linux - Distributions 0 02-28-2002 03:49 PM
Mail Server on Red Hat 7.2 MrTheGeek Linux - Networking 2 01-03-2002 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:36 AM.

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