
09-02-2005, 09:19 AM
|
|
|
How I can check MOTHERBOARD name on linux server?
Somebody know how I can check motherboard name/version on my linux server? Some command or...?
I search on google and I don`t find that, must be some way?!
Thanks.
|

09-02-2005, 01:51 PM
|
|
|
Login to your server via SSH and do the following :-
cat /proc/cpuinfo
|

09-02-2005, 01:52 PM
|
|
|
I think lspci or cat /proc/pci will give you wnat you want
Quote:
[root@server12 root]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400] Chipset Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:08.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 0c)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C/VT8235 PIPC Bus Master IDE (rev 06)
01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video (rev 01)
|
Anyone know how to see such info on FreeBSD ?
|

09-03-2005, 12:26 PM
|
|
|
When use command cat /proc/pci result is this:
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: PCI device 8086:2580 (Intel Corp.) (rev 4).
Bus 0, device 2, function 0:
VGA compatible controller: PCI device 8086:2582 (Intel Corp.) (rev 4).
IRQ 16.
Non-prefetchable 32 bit memory at 0xf2000000 [0xf207ffff].
I/O at 0xc000 [0xc007].
Prefetchable 32 bit memory at 0xe0000000 [0xefffffff].
Non-prefetchable 32 bit memory at 0xf2080000 [0xf20bffff].
Bus 0, device 27, function 0:
Class 0403: PCI device 8086:2668 (Intel Corp.) (rev 3).
IRQ 16.
Non-prefetchable 64 bit memory at 0xf20c0000 [0xf20c3fff].
Bus 0, device 29, function 0:
USB Controller: PCI device 8086:2658 (Intel Corp.) (rev 3).
IRQ 23.
I/O at 0xb000 [0xb01f].
Bus 0, device 29, function 1:
USB Controller: PCI device 8086:2659 (Intel Corp.) (rev 3).
IRQ 19.
I/O at 0xb400 [0xb41f].
Bus 0, device 29, function 2:
USB Controller: PCI device 8086:265a (Intel Corp.) (rev 3).
IRQ 18.
I/O at 0xb800 [0xb81f].
Bus 0, device 29, function 3:
USB Controller: PCI device 8086:265b (Intel Corp.) (rev 3).
IRQ 16.
I/O at 0xbc00 [0xbc1f].
Bus 0, device 29, function 7:
USB Controller: PCI device 8086:265c (Intel Corp.) (rev 3).
IRQ 23.
Non-prefetchable 32 bit memory at 0xf20c4000 [0xf20c43ff].
Bus 0, device 30, function 0:
PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 211).
Master Capable. No bursts. Min Gnt=4.
Bus 0, device 31, function 0:
ISA bridge: PCI device 8086:2640 (Intel Corp.) (rev 3).
Bus 0, device 31, function 1:
IDE interface: PCI device 8086:266f (Intel Corp.) (rev 3).
IRQ 16.
I/O at 0xf000 [0xf00f].
Bus 0, device 31, function 2:
IDE interface: PCI device 8086:2651 (Intel Corp.) (rev 3).
IRQ 19.
I/O at 0xd400 [0xd407].
I/O at 0xd800 [0xd803].
I/O at 0xdc00 [0xdc07].
I/O at 0xe000 [0xe003].
I/O at 0xe400 [0xe40f].
Bus 0, device 31, function 3:
SMBus: PCI device 8086:266a (Intel Corp.) (rev 3).
IRQ 19.
I/O at 0x500 [0x51f].
Bus 1, device 0, function 0:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 (rev 16).
IRQ 20.
Master Capable. Latency=64. Min Gnt=32.Max Lat=64.
I/O at 0xa000 [0xa0ff].
Non-prefetchable 32 bit memory at 0xf1005000 [0xf10050ff].
Bus 1, device 7, function 0:
FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) (rev 0).
IRQ 23.
Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
Non-prefetchable 32 bit memory at 0xf1004000 [0xf10047ff].
Non-prefetchable 32 bit memory at 0xf1000000 [0xf1003fff].
Somebody of you can tell to me name of motherboard (brand/version...) from this info?? I want check all details for motherboard on my server...on this server all work very very slow and I have very big problems with IOWAIT and load on server...
Thanks.
|

09-03-2005, 12:56 PM
|
|
View Beta Profile
Web Hosting Master
|
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 2,519
|
|
What kernel are you using on the server? The systemboard above uses an intel controller card which should be ok.
|

09-03-2005, 01:06 PM
|
|
|
i found my motherboard name with this command
dmidecode
|

09-03-2005, 01:13 PM
|
|
|
Quote:
Originally posted by eth00
What kernel are you using on the server? The systemboard above uses an intel controller card which should be ok.
|
2.4.21-32.0.1.ELsmp
|

09-03-2005, 01:23 PM
|
|
|
Quote:
Originally posted by goolex
i found my motherboard name with this command 
dmidecode
|
Great, that command I need, motherboard is:
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: 8I915G Pro
On my other server I check and motherboard is:
Manufacturer: ASUSTeK Computer Inc.
Product Name: P5P800
What you think, is better motherboard 1 or motherboard 2?
|

09-03-2005, 02:57 PM
|
|
|
While I've generally had better results with ASUS boards, the IO wait problem should like that RedHat kernel bug from awhile ago. I don't know what versions, specifically, it hit, since I run custom builds.
__________________
Game Servers are the next hot market!
Slim margins, heavy support, fickle customers, and moronic suppliers!
Start your own today!
|

09-03-2005, 03:41 PM
|
|
View Beta Profile
Web Hosting Master
|
|
Join Date: Apr 2003
Location: Washington, DC
Posts: 2,519
|
|
That kernel could be ok, are you sure your server is just not really busy? Another option is to source compile a kernel.
|

09-03-2005, 06:13 PM
|
|
|
Yes, all my servers I use for same thing, file download/upload and I have very big problem with IOWAIT on all my servers but this new server is my BEST server, better chipset on motherboard, better cpu (on other server 3GHz HT P4 1MB Cache but on this I have 3GHz HT P4 with 2MB Cache) and all rest is SAME like on my other servers:
same sata hard drives (WD 200GB)
same (I don`t know brand) 2GB RAM
same OS - CentOS
same kernel
etc.
but with this server I have very very bad results, all is slow, on 200 processes I have all slow but on other server on 1000 processes all work better (very high load but work good)...
I don`t know what can be bad on this new server....
Also, somebody know some solution for high IOWAT = high load?? I can`t use SCSI HD`s because I need much space and I can`t pay it....I don`t know is RAID solution?
This is some info/stats from my new server:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 3
cpu MHz : 3014.627
cache size : 2048 KB
physical id : 0
siblings : 2
runqueue : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6016.20
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 3
cpu MHz : 3014.627
cache size : 2048 KB
physical id : 0
siblings : 2
runqueue : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6016.20
load average: 73.58, 59.29, 51.45
264 processes: 262 sleeping, 1 running, 0 zombie, 1 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 0.7% 0.0% 1.7% 0.7% 5.9% 90.8% 0.0%
cpu00 0.8% 0.0% 1.2% 1.2% 8.2% 88.4% 0.0%
cpu01 0.6% 0.0% 2.2% 0.2% 3.7% 93.1% 0.0%
Mem: 2047364k av, 2029280k used, 18084k free, 0k shrd, 19856k buff
1448068k actv, 405384k in_d, 30540k in_c
Swap: 4192924k av, 0k used, 4192924k free 1782276k cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
8 root 15 0 0 0 0 SW 0.3 0.0 0:58 1 kscand
7 root 15 0 0 0 0 SW 0.1 0.0 0:30 1 kswapd
6712 nobody 15 0 4284 4284 1792 S 0.1 0.2 0:03 0 httpd
8928 root 15 0 1292 1292 896 R 0.1 0.0 0:00 1 top
8931 nobody 15 0 4484 4484 2032 S 0.1 0.2 0:00 0 httpd
1 root 15 0 488 488 432 S 0.0 0.0 0:03 1 init
2 root RT 0 0 0 0 SW 0.0 0.0 0:00 0 migration/0
3 root RT 0 0 0 0 SW 0.0 0.0 0:00 1 migration/1
4 root 15 0 0 0 0 SW 0.0 0.0 0:00 1 keventd
5 root 34 19 0 0 0 SWN 0.0 0.0 0:00 0 ksoftirqd/0
6 root 34 19 0 0 0 SWN 0.0 0.0 0:00 1 ksoftirqd/1
9 root 25 0 0 0 0 SW 0.0 0.0 0:00 1 bdflush
10 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 kupdated
11 root 25 0 0 0 0 SW 0.0 0.0 0:00 0 mdrecoveryd
19 root 25 0 0 0 0 SW 0.0 0.0 0:00 0 scsi_eh_0
20 root 25 0 0 0 0 SW 0.0 0.0 0:00 0 scsi_eh_1
23 root 15 0 0 0 0 DW 0.0 0.0 0:00 0 kjournald
78 root 25 0 0 0 0 SW 0.0 0.0 0:00 0 khubd
619 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 kjournald
620 root 15 0 0 0 0 DW 0.0 0.0 0:00 1 kjournald
621 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 kjournald
622 root 15 0 0 0 0 DW 0.0 0.0 0:00 0 kjournald
623 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 kjournald
|

09-03-2005, 06:21 PM
|
|
|
|

09-03-2005, 08:32 PM
|
|
|
Ok but I think that I can`t change this things for SATA HD`s with hdparm command, when I use:
hdparm /dev/sda
this is result:
/dev/sda:
readonly = 0 (off)
geometry = 24321/255/63, sectors = 390721968, start = 0
(this is not like for PATA HD`s)
and when I use command:
hdparm -i /dev/sda
result:
/dev/sda:
operation not supported on SCSI disks
Somebody know can I/how I can enable stuff like DMA on SATA HD`s?? On this pages I read that we can change much things on PATA HD`s but nothing about SATA...
Thanks.
|

09-04-2005, 04:17 AM
|
|
|
if its possible , stop webserver of both server's
and make a hdd benchmark
you can find benchmark software in links thats
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|