I have 2 servers that are identical and in WHM under \'Server Information\' I get the following for my first server:
hda: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=5005/255/63, UDMA(66)
hdc: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=79780/16/63, UDMA(66)
And on my second server:
hda: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=5005/255/63, UDMA(66)
hdc: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=79780/16/63, UDMA(33)
I\'m just wondering why it says UDMA(33) for hdc on the second server. I checked with hdparm and I set that drive to UDMA66 using:
hdparm -d1 -X68
but it still reports as UDMA(33) in cpanel, AND the drive does seem to perform worse then the other drives:
root@maple [/scripts]# hdparm -tT /dev/hdc
/dev/hdc:
Timing buffer-cache reads: 128 MB in 1.48 seconds = 86.49 MB/sec
Timing buffered disk reads: 64 MB in 3.25 seconds = 19.69 MB/sec
While the drive is identical as hda:
root@maple [/scripts]# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 1.16 seconds =110.34 MB/sec
Timing buffered disk reads: 64 MB in 2.61 seconds = 24.52 MB/sec
Which seems to perform much better. Is this a motherboard jumper setting or something that can be changed from the shell?
Thanks!
hda: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=5005/255/63, UDMA(66)
hdc: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=79780/16/63, UDMA(66)
And on my second server:
hda: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=5005/255/63, UDMA(66)
hdc: 80418240 sectors (41174 MB) w/1916KiB Cache, CHS=79780/16/63, UDMA(33)
I\'m just wondering why it says UDMA(33) for hdc on the second server. I checked with hdparm and I set that drive to UDMA66 using:
hdparm -d1 -X68
but it still reports as UDMA(33) in cpanel, AND the drive does seem to perform worse then the other drives:
root@maple [/scripts]# hdparm -tT /dev/hdc
/dev/hdc:
Timing buffer-cache reads: 128 MB in 1.48 seconds = 86.49 MB/sec
Timing buffered disk reads: 64 MB in 3.25 seconds = 19.69 MB/sec
While the drive is identical as hda:
root@maple [/scripts]# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 1.16 seconds =110.34 MB/sec
Timing buffered disk reads: 64 MB in 2.61 seconds = 24.52 MB/sec
Which seems to perform much better. Is this a motherboard jumper setting or something that can be changed from the shell?
Thanks!