This is a discussion on How to create raw devices on linux? within the Sybase forums, part of the Database Server Software category; --> I´m installing a sybase database for the first time. I have to use raw partitions, but i have no ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I´m installing a sybase database for the first time. I have to use raw partitions, but i have no experience with them. I created the filesystems and them, edit the /etc/sysconfig/rawdevices ex; /dev/raw/raw1 /dev/cciss/c0d0p2 when i type the command : raw -qa, i get this output: /dev/raw/raw1: bound to major 104, minor 2 Is this working? i have no idea.... best regards JacK |
| |||
| On Mon, 03 Nov 2003 18:05:37 +0000, John Smith wrote: > I´m installing a sybase database for the first time. > > I have to use raw partitions, but i have no experience with them. I created > the filesystems and them, edit the /etc/sysconfig/rawdevices > ex; > /dev/raw/raw1 /dev/cciss/c0d0p2 > when i type the command : raw -qa, i get this output: > /dev/raw/raw1: bound to major 104, minor 2 That looks about right. Have you tried accessing the raw device from Sybase (i.e. running disk init against that device?) Michael -- Michael Peppler Data Migrations, Inc. mpeppler@peppler.org http://www.mbay.net/~mpeppler Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or long term contract positions - http://www.mbay.net/~mpeppler/resume.html |
| ||||
| Hi, Also have a look at: http://info.sybase.com/resolution/de...umber=10877814 Additionally I'd probably do a services rawdevices restart after making anychanges to the rawdevices file Kind Regards Stuart "Michael Peppler" <mpeppler@peppler.org> wrote in message news:<pan.2003.11.03.21.42.03.187473@peppler.org>. .. > On Mon, 03 Nov 2003 18:05:37 +0000, John Smith wrote: > > > I´m installing a sybase database for the first time. > > > > I have to use raw partitions, but i have no experience with them. I created > > the filesystems and them, edit the /etc/sysconfig/rawdevices > > ex; > > /dev/raw/raw1 /dev/cciss/c0d0p2 > > when i type the command : raw -qa, i get this output: > > /dev/raw/raw1: bound to major 104, minor 2 > > That looks about right. Have you tried accessing the raw device from > Sybase (i.e. running disk init against that device?) > > Michael |