Fresh Installed Centos 5.2 (32bit) Load
Jul 9, 2008
Yesterday i got new Centos 5.2 server running.
For some reason, load shows 0.4-1.2.
There is no software installed on it yet, there is nothing actually running expect what came with fresh installation of that OS.
top - 16:42:22 up 2:34, 1 user, load average: 0.53, 0.75, 0.78
Tasks: 158 total, 1 running, 157 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.3%us, 0.0%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu1 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu2 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu3 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu4 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu5 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu6 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu7 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4149456k total, 767820k used, 3381636k free, 66628k buffers
Swap: 2096472k total, 0k used, 2096472k free, 600680k cached
What should i check?
Kernel Version:
2.6.18-92.1.6.el5PAE
View 11 Replies
ADVERTISEMENT
Dec 23, 2008
I have a dedicated box with following specs
Core2Quad 2.4ghz
2x500gb hdd
8gb ram
I installed 32bit centos5 in it ( because I use lxadmin ;lxadmin wont support 64bit)
Installed kernel-PAE successfully and rebooted the server. but the server still boots into the old kernel. I need the kernel-PAE to be booted, then only I can utilize full RAM. help me . below there is ssh logs
[root@t241 ~]# cat /proc/meminfo
MemTotal: 3357036 kB
MemFree: 3204984 kB
Buffers: 8148 kB
Cached: 109516 kB
SwapCached: 0 kB
Active: 33504 kB
Inactive: 103664 kB
HighTotal: 2477180 kB
HighFree: 2343972 kB
LowTotal: 879856 kB
LowFree: 861012 kB
SwapTotal: 6409892 kB
SwapFree: 6409892 kB
Dirty: 16 kB
Writeback: 0 kB
AnonPages: 19524 kB
Mapped: 7608 kB
Slab: 7732 kB
SReclaimable: 3964 kB
SUnreclaim: 3768 kB
PageTables: 400 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 8088408 kB
Committed_AS: 45232 kB
VmallocTotal: 114680 kB
VmallocUsed: 3992 kB
VmallocChunk: 110560 kB
[root@t241 ~]# uname -rm
2.6.25.10 i686
[root@t241 ~]# cat /etc/grub.conf
default 1
timeout 7
color cyan/blue white/blue
title=CentOS (2.6.18-92.1.22.el5PAE)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-92.1.22.el5PAE root=/dev/sda2 pci=nommconf
initrd /boot/initrd-2.6.18-92.1.22.el5PAE.img
title=linux
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 pci=nommconf
[root@t241 ~]# rpm -qa | grep kernel
kernel-2.6.18-8.el5
kernel-PAE-2.6.18-92.1.22.el5
kernel-headers-2.6.18-8.el5
[root@t241 ~]#
View 11 Replies
View Related
Sep 3, 2008
2 server configuration will look something like below. I heard that the 32bit kernel is better for the web server since I'll have cpanel on it. Anyone able to confirm this or should I just put 64bit on both of them?
Web Server
5420 2.5GHz (Dual QuadCore)
2x250GB SATA2 (RAID1)
2GB RAM
DB Server
5310 1.6GHz (Clovertown, DUAL processor)
2x73GB SAS (RAID1)
4GB RAM
View 3 Replies
View Related
Mar 21, 2008
I finally got my hands on a test server and am playing with Centos.
I got it installed but am not sure where to go from here in regards to getting it setup for web server use.
Is there any documentation on what to install for web server use? Is there a cheat sheet out there I can follow?
View 10 Replies
View Related
Jul 17, 2008
just installed CentOS 5.2 and got this error
error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
then, i tried to search libgcc_s.so.1
[root@server]# find /usr -name libgcc_s.so.1
nothing found.
how to fix this error..
View 2 Replies
View Related
Aug 11, 2009
The setup:
2wire BT router (Firmware 6.1.1)
1 Server (Dell) Hardware with NICs (Server is connected to router via Ethernet Cable)
5 Static Ip addresses purchased from BT
Server OS is Centos 5.2
All laptops (5) are able to connect to the net wirelessly. I just did a standard installation of the Centos following [url]
I then tried
Code:
yum update
but it times out. I have no remote access to the server. I can only connect when i am on the router. I have seached, read and tried so many sites and commands but it just is not working. I have had this problem for about a 6 days.
Its a long story but basically this server setup has become a nemesis.
I don't mind providing remote access to the server and router admin page if needed. I am in London btw.
View 1 Replies
View Related
Apr 27, 2009
Which CentOS distribution i386 or x86_64 do I need for intel core 2 duo 32bit desktop.
View 5 Replies
View Related
May 15, 2009
I ran yum update and OpenJDK 6 got installed automatically.
Does any one know why? before this it was not installed on my system.
update is supposed to automatically install new packages.
View 0 Replies
View Related
Jan 10, 2007
Everything I found is the type of RAID controller installed. It's Adaptec 4800SAS SA-SCSI RAID-10. Nothing in /proc about types of HDDs.
View 7 Replies
View Related
Jul 5, 2009
i have a dedicated server with rapidswitch. Few days back all my websites stopped working, due to some reason which i was not able to solve.
NOw, i want to backup all the files stored on my server. Each and every file including the database and every file there on my server.
I tried to log in through ssh on filezilla but i was not able to find out all the folders.
I have putty and could login over ssh , but i don't know the commands to backup.
Could, you guys tell me how to get all those files on my local computer.
i also have cpanel/whm installed and that is working.
View 4 Replies
View Related
Aug 13, 2007
I'm trying to run freenx and tightvnc. I can't get freenx working, so I moved on to try to install tightvnc. I installed the Fedora rpm on my CentOs box. Everything installed.
When I tried to run it, it failed and exited. It says I'm missing fonts. I had the technicians install GNOME when it was being installed, but I don't think its configured.
Quote:
[root@10 share]# vncserver
Couldn't start Xvnc; trying default font path.
Please set correct fontPath in the vncserver script.
Couldn't start Xvnc process.
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
13/08/07 16:14:39 Xvnc version TightVNC-1.3.9
13/08/07 16:14:39 Copyright (C) 2000-2007 TightVNC Group
13/08/07 16:14:39 Copyright (C) 1999 AT&T Laboratories Cambridge
13/08/07 16:14:39 All Rights Reserved.
13/08/07 16:14:39 See http://www.tightvnc.com/ for information on TightVNC
13/08/07 16:14:39 Desktop name 'X' (10.40.223.72.static.reverse.ltdomains.com:1)
13/08/07 16:14:39 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
13/08/07 16:14:39 Listening for VNC connections on TCP port 5901
13/08/07 16:14:39 Listening for HTTP connections on TCP port 5801
13/08/07 16:14:39 URL http://10.40.223.72.static.reverse.ltdomains.com:5801
_FontTransSocketUNIXConnect: Can't connect: errno = 2
failed to set default font path 'unix/:7100'
Fatal server error:
could not open default font 'fixed'
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
13/08/07 16:14:40 Xvnc version TightVNC-1.3.9
13/08/07 16:14:40 Copyright (C) 2000-2007 TightVNC Group
13/08/07 16:14:40 Copyright (C) 1999 AT&T Laboratories Cambridge
13/08/07 16:14:40 All Rights Reserved.
13/08/07 16:14:40 See http://www.tightvnc.com/ for information on TightVNC
13/08/07 16:14:40 Desktop name 'X' (10.40.233.72.static.reverse.ltdomains.com:1)
13/08/07 16:14:40 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
13/08/07 16:14:40 Listening for VNC connections on TCP port 5901
13/08/07 16:14:40 Listening for HTTP connections on TCP port 5801
13/08/07 16:14:40 URL http://10.40.223.72.static.reverse.ltdomains.com:5801
Font directory '/usr/X11R6/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Speedo/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Type1/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi/' not found - ignoring
Fatal server error:
could not open default font 'fixed'
View 2 Replies
View Related
Aug 31, 2013
I just installed the Health Monitor add-on in a brand new Plesk 11.5.30 on CentOS 6.4 but all that it's area in Plesk displays is this funky looking error:
{"status":"error","statusMessages":[{"status":"error","class":"","content":"Unable to load configuration file.Click to expand...
View 11 Replies
View Related
Apr 27, 2015
I have a Server with Centos7 + Plesk 12 and in the service configuration say that the Bind service is not installed, from command line i have install named services and make a manual configuration the first domain, but when I return to the service page in plesk... the problem is the same, the Bind Service is not installed; then the problem is when i want create a new hosting i need to go to the ssh to make the DNS configuration...
View 1 Replies
View Related
Aug 31, 2007
Anyone have any info on how to do this? It appears my hosts don't know how to do it..
"You have the tun module which can be loaded via a modprobe but the dev entries would appear to be needed to be made. Of course, you could do this if you know how or wait while I research it. We know tun/tap works on openvz but you're the first request we've had on Xen."
View 1 Replies
View Related
Aug 31, 2007
"You have the tun module which can be loaded via a modprobe but the dev entries would appear to be needed to be made. Of course, you could do this if you know how or wait while I research it. We know tun/tap works on openvz but you're the first request we've had on Xen."
View 2 Replies
View Related
Jul 30, 2009
i want to ask any any setting or script can help medo the purpose?
i hope i can set a cron to trace server load every five minutes,
and help me record the load number on a log file,
by the way,
i can trace the past load of my server when i need the data.
View 2 Replies
View Related
May 12, 2014
I have been trying to identify why mi server has high load cpu, suddenly CPU load suddenly jumps, from 1 to 40 and until 110
If I restart mysqld and apache, the cpu gets back to normal, until this happen again
My server is
GenuineIntel, Intel(R)Core(TM) i5-2400 CPU @ 3.10GHz
VersionParallels Plesk Panel v11.0.9_build110120608.16 os_CentOS 6
CentOS 6.4 (Final)
CentOS 6 x64 Processor: Intel Core i5 - 3.10 GH
I already installed FAIL2BAN and DDOS DEFLATE without lock. I have CloudFlare Enabled.
When there is a high CPU load, I have checked netstats, and I don't identify many ips connected, so I think it could be an internet script (or virus).
I will paste the result of
ps fax
command, in a moment of high cpu load
View 7 Replies
View Related
Aug 14, 2007
This can be adapted to other operating systems, for the scope of this tutorial it will be designed for Redhat enterprise / Centos ....
View 0 Replies
View Related
Mar 3, 2008
I have been trying to research this but I cant seem to find an answer.
The big question I am trying to figure out is the comparison in clock speed for different processor bits.
For example, a 32 bit Pentium 4 at 3.2ghz versus a 64 bit AMD Athlon 2.0 Ghz?
View 6 Replies
View Related
Feb 29, 2008
while setting up a server which will host VPS's. Currently I have CentOS 5.1 x64 as the host OS, and I'm playing around with Xen for VPS's. Would you recommend a 32bit VPS, or a 64bit VPS?
View 7 Replies
View Related
Jul 8, 2009
how i can migrate vmware 32bit to 64bit without delete any vps... ?
View 1 Replies
View Related
Dec 5, 2008
Witch OS 32bit or 64bit
I have a server with follow specifications:
Intel Celeron D/215/220
1.20+ GHz
1 Go DDR
Witch version of Centos is the best for this server. Centos 32bit or 64bit...
View 12 Replies
View Related
Feb 7, 2007
I currently have a VPS with cPanel and WHM installed. I created some CRS files via WHM and ordered a Certificate from RapidSSL. However, things went wrong so I would like to know how to delete everything to do with SSL and start from the beginning. This time with the help of a few tutorials.
I've deleted all the SSL Hosts via WHM, however there is still two showing in cPanel and I when I go to delete them there it says:
The key for <url>.com has been deleted.
The Key for <url>.com cannot be fully deleted, because it is installed in the system ssl directory!
The Certificate Signing Request for <url>.com cannot be fully deleted, because it is installed in the system ssl directory!
The Certificate for <url>.com cannot be fully deleted, because it is installed in the system ssl directory!
Also, if I want to secure a billing system that is on a subdomain. E.g. scripts.domain.com do I purchase and create the certificates for domain.com or scripts.domain.com?
View 4 Replies
View Related
Jun 13, 2008
I'm in the process of preparing to install CentOS 5 on my server, and was wondering whether most people recommend going with the 64bit version or sticking with 32bit. My server's CPU is 64-bit capable (Xeon 3060 at SoftLayer), and I have previously run CentOS 4.4 64bit on it, though I did have some struggles from time to time getting things to work (following setup guides that tend to assume 32bit more often than not).
I'll be running just a standard setup of PHP 5, MySQL 5, and Apache 2, powering several moderate-traffic sites that run on the Drupal CMS (e.g. about 7000-10000 visitors per day total, though hopefully more in the future of course). I don't plan on running a control panel other than Webmin, though I might get DirectAdmin or similar in the future to make hosting some friends/clients a bit simpler.
Will going with 64bit offer any worthwhile advantage with this setup?
View 10 Replies
View Related
Sep 9, 2007
I was surprised when hypervm brought in a 64bit guest os. Maybe it's me..but...is this a good idea? Maybe it works fine.. it just does not *seem* like it would.
View 9 Replies
View Related
Jul 8, 2008
As cPanel is an integral part of server hosting and has the ability of compiling Apache 1.3.x with PHP4 (cgi) and PHP5 (dso) on your server OS.
Does anyone know or have baselines/benchmarks for which performs better generally for hosting: 32bit or 64bit RedHat 5 when cPanel 11 has compiled for the Apache and php mentioned above on either of these OS editions? (assume latest versions of apache/php4/5)
I was wondering if 32bit performed better or 64bit on a quad core Xeon. Don't forget PHP is compiled for prefork and not multi-threading for Apache 1.3.41 (which are considered legacy 32bit forked apps compiled against 64bit OS).
Or rephrased, could i be hampering performance by running it on a 64bit OS on a Xeon (X3210) or improving performance? I'd assume 64bit would offer better all round processing power, or is this a misconception.
I recently decided to get a server on RedHat Enterprise 5 X86_64 (64bit), when i wondered if 32bit version would have provided better performance and been the better options for compatibility.
View 0 Replies
View Related
Aug 16, 2008
General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /root/ispconfig/php
checking where to scan for configuration files...
checking whether to enable safe mode by default... no
checking for safe mode exec dir... /usr/local/php/bin
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to enable magic quotes by default... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking how big to make fd sets... using system default
Configuring extensions
checking whether to enable LIBXML support... no
checking libxml2 install dir... no
checking for OpenSSL support... yes
checking for Kerberos support... no
checking for DSA_get_default_method in -lssl... no
checking for pkg-config... no
configure: error: Cannot find OpenSSL's <evp.h>
ERROR: Could not configure PHP
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
mv: cannot stat `binaries/aps.tar.gz': No such file or directory
mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
mv: cannot stat `binaries/cronolog': No such file or directory
mv: cannot stat `binaries/cronosplit': No such file or directory
mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
mv: cannot stat `binaries/zip': No such file or directory
mv: cannot stat `binaries/unzip': No such file or directory
tar: spamassassin.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `spamassassin': No such file or directory
tar: uudeview.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `uudeview': No such file or directory
tar: clamav.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `clamav': No such file or directory
tar: aps.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
./setup2: line 888: ispconfig_tmp/php/bin/php: No such file or directory
ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
I have php PHP 5.2.0-8+etch11 (cli) (built: May 10 2008 10:35:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies installed;
what can be the problem and how do i proceed with installation?
View 0 Replies
View Related
Apr 26, 2008
Anybody have a good scheme of fresh install or preinstallling a server with Linux (CentOS in this case) remotely?
View 7 Replies
View Related
Jul 23, 2008
How much estimated free space should one have on a Fedora 5, Cpanel server with 80GB drive after installation?
View 1 Replies
View Related