LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-20-2004, 04:11 AM   #1
towag
LQ Newbie
 
Registered: Aug 2004
Location: Vienna
Posts: 2

Rep: Reputation: 0
Unhappy Suse 9.1 and highpoint RocketRAID 1820


Hi


I have assembled a new server with the following components:

Tyan S2880 Thunder K8S Mainboard
2 AMD Opteron 244 1,8GH, FSB 800
6 Seagate ST3200822AS (S-ATA, 200 GB)
660W power supply
...
and a RocketRAID 1820


I have installed SUSE 9.1 on a disc attached to the internal ATA controller from the mainboard.
Then I downloaded the latest kernel from kernel.org (2.6.8.1) and the highpoint package for openbuild (rr182x-openbuild-v1.1.tgz).

I have created a RAID-1 and a RAID-5 group. I have no problems to partition the RAID-1, format it with ext2 and use it.
But I am not able to mount the RAID-5 system. What I do is the following:

linux:~ # fdisk /dev/sdb

The number of cylinders for this disk is set to 48642.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-48642, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-48642, default 48642): +200GB

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 83

Command (m for help): p

Disk /dev/sdb: 400.0 GB, 400099246080 bytes
255 heads, 63 sectors/track, 48642 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 24316 195318238+ 83 Linux

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.

linux:~ # mke2fs /dev/sdb1
mke2fs 1.34 (25-Jul-2003)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
24428544 inodes, 48829559 blocks
2441477 blocks (5.00%) reserved for the super user
First data block=0
1491 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 22 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.

linux:~ # mount /dev/sdb1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
or too many mounted file systems



Info from the raid-controller:

linux:/mnt # cat /proc/scsi/hptmv/3
RocketRAID 182x SATA Controller driver Version 1.1

Physical device list
Controller Channel Model Capacity Status Array
------------------------------------------------------------------------
Controller 1 Channel 1 ST3200822AS 190782MB Normal RAID_5_0
Controller 1 Channel 2 ST3200822AS 190782MB Normal RAID_5_0
Controller 1 Channel 3 ST3200822AS 190782MB Normal RAID_5_0
Controller 1 Channel 4 ST3200822AS 190782MB Normal RAID_1_0
Controller 1 Channel 5 ST3200822AS 190782MB Normal RAID_1_0

Logical device list
No. sd Type Name Capacity Status
------------------------------------------------------------------------
1 /dev/sdb RAID 5 RAID_5_0 381564MB Normal
2 /dev/sdc RAID 1 RAID_1_0 190782MB Normal


Have I done something wrong?. Is there a problem with RAID-5 and the openbuild-driver?
RAID-1 works fine!


Hope somebody can help me with this urgent problem


Regards

Thomas
 
Old 09-06-2004, 11:12 PM   #2
bahathir
LQ Newbie
 
Registered: Sep 2004
Posts: 1

Rep: Reputation: 0
We had SIMILAR problems on a similar system. I have emailed the problems to Highpoint's tech support and they send me the patch for the opendriver v1.1, mv.c

Quote:
513c513
< pSg[idx].wSgSize = sg_dma_len(&sgList[idx]);
---
> pSg[idx].wSgSize = sgList[idx].length;
543c543
< pSg[idx].wSgSize = sg_dma_len(&sgList[idx]);
---
> pSg[idx].wSgSize = sgList[idx].length;
I hope this might help you.
Again, bIg thanks to highpoint's tech support.
 
Old 09-12-2004, 10:12 AM   #3
towag
LQ Newbie
 
Registered: Aug 2004
Location: Vienna
Posts: 2

Original Poster
Rep: Reputation: 0
Problem gelöst

hello bahathir

thanx for your posting


Got response from highpoint nearly to the same time.
Patch worked fine.


good price/features of that controller and great support from highpoint


Thomas

Last edited by towag; 09-12-2004 at 02:46 PM.
 
Old 09-12-2004, 02:35 PM   #4
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
towag - Per the LQ Rules all posts on this site should be in English. Would you please translate your post. Thanks -- J.W.
 
  


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
Highpoint rocketraid 2220 card kopite Linux - Hardware 2 11-03-2005 07:15 PM
highpoint rocketRAID 454 FreeBSD eugenewg *BSD 5 05-18-2005 01:24 AM
Suse 9.1 64bit & Highpoint Rocketraid 1640 Driverupdate swe_marty Linux - Hardware 2 08-04-2004 05:39 AM
Help w/ RocketRaid 1820, will pay$ toddcurry Linux - Hardware 1 06-07-2004 12:11 AM
Slackware 9.0 and Highpoint RocketRaid 133 MadRabbit Slackware 25 07-23-2003 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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