LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-03-2007, 11:48 PM   #1
sneakyimp
Senior Member
 
Registered: Dec 2004
Posts: 1,056

Rep: Reputation: 78
is my centOS install 64 bit or not?


So I just asked my hosting provider to set up a new, faster machine because the old one was struggling under load. Aside from not installing sysstat as promised, they appear to have ignored my request for a 4GB swap. Can anyone verify that my swap is in fact 1GB here? Sorry...i'm kind of a noob:
Code:
[root@server2 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              61G  1.1G   56G   2% /
/dev/sda1             236M   14M  211M   6% /boot
tmpfs                 996M     0  996M   0% /dev/shm
/dev/sda3              61G  210M   57G   1% /var
/dev/sda5             966M   18M  899M   2% /tmp
/dev/sda7              59G  181M   56G   1% /home
/dev/sdb1             184G  188M  174G   1% /mysql
/dev/sdc1             184G  188M  174G   1% /backup
More importantly, I want to know if the centOS 5 that's installed is 64 bit or 32 bit (and whether it matters?). Here's the uname output:
Code:
[root@server2 ~]# uname -a
Linux server2.mydomain.com 2.6.20.1 #12 SMP Fri May 18 19:03:50 EDT 2007 i686 athlon i386 GNU/Linux
and here's the cpuinfo...anybody know what chip this might be? it's a dual-core Athlon 4200+ but I'm wondering what family:
Code:
[root@server2 ~]# cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
cpu MHz         : 2204.705
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc
bogomips        : 4412.82
clflush size    : 64

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
cpu MHz         : 2204.705
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc
bogomips        : 4409.26
clflush size    : 64

Last edited by sneakyimp; 10-03-2007 at 11:56 PM.
 
Old 10-04-2007, 12:22 AM   #2
theriddle
Member
 
Registered: Jun 2007
Distribution: Gentoo
Posts: 172

Rep: Reputation: 30
Quote:
Originally Posted by sneakyimp View Post
So I just asked my hosting provider to set up a new, faster machine because the old one was struggling under load. Aside from not installing sysstat as promised, they appear to have ignored my request for a 4GB swap. Can anyone verify that my swap is in fact 1GB here? Sorry...i'm kind of a noob:
Code:
[root@server2 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              61G  1.1G   56G   2% /
/dev/sda1             236M   14M  211M   6% /boot
tmpfs                 996M     0  996M   0% /dev/shm
/dev/sda3              61G  210M   57G   1% /var
/dev/sda5             966M   18M  899M   2% /tmp
/dev/sda7              59G  181M   56G   1% /home
/dev/sdb1             184G  188M  174G   1% /mysql
/dev/sdc1             184G  188M  174G   1% /backup
"df" doesn't list swap (it's not a mounted disk.)

Quote:
Originally Posted by sneakyimp View Post
More importantly, I want to know if the centOS 5 that's installed is 64 bit or 32 bit (and whether it matters?). Here's the uname output:
Code:
[root@server2 ~]# uname -a
Linux server2.mydomain.com 2.6.20.1 #12 SMP Fri May 18 19:03:50 EDT 2007 i686 athlon i386 GNU/Linux
The code after the date (Fri May 18 19:03:50 EDT 2007) says it all. You are using an i686, not x86_64 (64bit).
Quote:
Originally Posted by sneakyimp View Post
and here's the cpuinfo...anybody know what chip this might be? it's a dual-core Athlon 4200+ but I'm wondering what family:
Code:
[root@server2 ~]# cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
cpu MHz         : 2204.705
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc
bogomips        : 4412.82
clflush size    : 64

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
cpu MHz         : 2204.705
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc
bogomips        : 4409.26
clflush size    : 64
You are using an AMD Athlon(tm) 64 X2 Dual Core Processor 4200+. Yes, it is a dual core 64bit AMD Athlon.

Last edited by theriddle; 10-04-2007 at 12:23 AM. Reason: Typo
 
Old 10-04-2007, 01:17 AM   #3
sneakyimp
Senior Member
 
Registered: Dec 2004
Posts: 1,056

Original Poster
Rep: Reputation: 78
thanks riddle!

i tried 'free' and apparently i do have 4GB swap. should have thought of that before.
Code:
[root@server2 ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          1991        379       1611          0         64        269
-/+ buffers/cache:         45       1946
Swap:         3914          0       3914
so now i'm wondering what the heck this line means:
Code:
tmpfs                 996M     0  996M   0% /dev/shm
Finally, I'm wondering if I should demand 64-bit linux or if that would just be shooting myself in the foot. Is there any advantage to 64 bit? How might it affect apache/php/mysql?
 
  


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
LXer: Install VNC on Solaris DomU at CentOS 5 or Debian Etch Dom0 (64 bit) LXer Syndicated Linux News 0 09-26-2007 04:40 PM
LXer: Install Xen 3.1 Solaris domU (64 bit) under CentOS 5 dom0 (64 bit) LXer Syndicated Linux News 0 09-21-2007 12:00 AM
LXer: The Perfect Server - CentOS 4.5 (32-bit) LXer Syndicated Linux News 0 06-04-2007 01:31 PM
CentOS on Pentium D - 32 or 64 bit? billymayday Red Hat 4 04-28-2007 03:41 AM
LXer: The Perfect Setup - CentOS 5.0 (32-bit) LXer Syndicated Linux News 0 04-19-2007 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:49 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