![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
f1disk1 | HTFS | no | 0 | 0| 1560576| r1disk1 | HTFS | no | 1 | 1560577| 3657729| r2disk1 | NON FS | no | 2 | 3657730| 5754882| r3disk1 | NON FS | no | 3 | 5754883| 7852034| r4disk1 | NON FS | no | 4 | 7852035| 8948204| | NOT USED | no | 5 | -| -| | NOT USED | no | 6 | -| -| d1157all| WHOLE DISK | no | 7 | 0| 8956205 ---------------------------------------------------------------- |
#2
| |||
| |||
|
|
Hi, I am trying to create a raw device for sybase databases thru disk init, it fails by saying Msg 5115, Level 16, State 1: Line 1: I/O error during disk initialization. PHYSNAME '/dev/rr2disk1' may be incorrect or 52004 (VSTART + SIZE) may exceed the size of the device. Please consult the SQL Server error log for more details. when i check the sybase errorlog it says 2004/03/04 09:35:10.79 kernel Initializing virtual device 8, '/dev/rr2disk1' 00:2004/03/04 09:35:10.80 kernel Virtual device 8 started using asynchronous i/ o. 00:2004/03/04 09:35:10.80 kernel sddone: write error on virtual disk 8 block 0: 00:2004/03/04 09:35:10.80 kernel sddone: No such device or address 00:2004/03/04 09:35:10.80 kernel Deactivating virtual device 8, '/dev/rr2disk1' i have tried all possible solutions but have failed to create a raw device for sybase databases. My disk layout is as follows, ---------------------------------------------------------------- Name | Type | New FS | # | First Block | Last Block | ---------------------------------------------------------------- | f1disk1 | HTFS | no | 0 | 0| 1560576| | r1disk1 | HTFS | no | 1 | 1560577| 3657729| | r2disk1 | NON FS | no | 2 | 3657730| 5754882| | r3disk1 | NON FS | no | 3 | 5754883| 7852034| | r4disk1 | NON FS | no | 4 | 7852035| 8948204| | | NOT USED | no | 5 | -| -| | | NOT USED | no | 6 | -| -| | d1157all| WHOLE DISK | no | 7 | 0| 8956205 ---------------------------------------------------------------- Thanks in Advance, Regards Nitin |
#3
| ||||
| ||||
|
|
Looks like a typo in the DISK INIT command, your listing shows a device name of "r2disk1", the errorlog is showing an attempt to use "rr2disk1" |
|
Bela |
|
I am trying to create a raw device for sybase databases thru disk init, it fails by saying Msg 5115, Level 16, State 1: Line 1: I/O error during disk initialization. PHYSNAME '/dev/rr2disk1' may be incorrect or 52004 (VSTART + SIZE) may exceed the size of the device. Please consult the SQL Server error log for more details. when i check the sybase errorlog it says 2004/03/04 09:35:10.79 kernel Initializing virtual device 8, '/dev/rr2disk1' 00:2004/03/04 09:35:10.80 kernel Virtual device 8 started using asynchronous i/ o. 00:2004/03/04 09:35:10.80 kernel sddone: write error on virtual disk 8 block 0: 00:2004/03/04 09:35:10.80 kernel sddone: No such device or address 00:2004/03/04 09:35:10.80 kernel Deactivating virtual device 8, '/dev/rr2disk1' i have tried all possible solutions but have failed to create a raw device for sybase databases. My disk layout is as follows, ---------------------------------------------------------------- Name | Type | New FS | # | First Block | Last Block | ---------------------------------------------------------------- | f1disk1 | HTFS | no | 0 | 0| 1560576| | r1disk1 | HTFS | no | 1 | 1560577| 3657729| | r2disk1 | NON FS | no | 2 | 3657730| 5754882| | r3disk1 | NON FS | no | 3 | 5754883| 7852034| | r4disk1 | NON FS | no | 4 | 7852035| 8948204| | | NOT USED | no | 5 | -| -| | | NOT USED | no | 6 | -| -| | d1157all| WHOLE DISK | no | 7 | 0| 8956205 ---------------------------------------------------------------- |
|
Bela |
#4
| |||
| |||
|
|
nitinshinde26 (AT) rediffmail (DOT) com (Nitin Shinde) wrote in message news:<da519165.0403032109.619811a9 (AT) posting (DOT) google.com>... Hi, I am trying to create a raw device for sybase databases thru disk init, it fails by saying Msg 5115, Level 16, State 1: Line 1: I/O error during disk initialization. PHYSNAME '/dev/rr2disk1' may be incorrect or 52004 (VSTART + SIZE) may exceed the size of the device. Please consult the SQL Server error log for more details. when i check the sybase errorlog it says 2004/03/04 09:35:10.79 kernel Initializing virtual device 8, '/dev/rr2disk1' 00:2004/03/04 09:35:10.80 kernel Virtual device 8 started using asynchronous i/ o. 00:2004/03/04 09:35:10.80 kernel sddone: write error on virtual disk 8 block 0: 00:2004/03/04 09:35:10.80 kernel sddone: No such device or address 00:2004/03/04 09:35:10.80 kernel Deactivating virtual device 8, '/dev/rr2disk1' i have tried all possible solutions but have failed to create a raw device for sybase databases. My disk layout is as follows, ---------------------------------------------------------------- Name | Type | New FS | # | First Block | Last Block | ---------------------------------------------------------------- | f1disk1 | HTFS | no | 0 | 0| 1560576| | r1disk1 | HTFS | no | 1 | 1560577| 3657729| | r2disk1 | NON FS | no | 2 | 3657730| 5754882| | r3disk1 | NON FS | no | 3 | 5754883| 7852034| | r4disk1 | NON FS | no | 4 | 7852035| 8948204| | | NOT USED | no | 5 | -| -| | | NOT USED | no | 6 | -| -| | d1157all| WHOLE DISK | no | 7 | 0| 8956205 ---------------------------------------------------------------- Thanks in Advance, Regards Nitin Looks like a typo in the DISK INIT command, your listing shows a device name of "r2disk1", the errorlog is showing an attempt to use "rr2disk1" -bret |
#5
| |||
| |||
|
|
bret (AT) sybase (DOT) com (Bret Halford) wrote in message news:<34c88f2b.0403040729.4425d5d (AT) posting (DOT) google.com>... nitinshinde26 (AT) rediffmail (DOT) com (Nitin Shinde) wrote in message news:<da519165.0403032109.619811a9 (AT) posting (DOT) google.com>... Hi, I am trying to create a raw device for sybase databases thru disk init, it fails by saying Msg 5115, Level 16, State 1: Line 1: I/O error during disk initialization. PHYSNAME '/dev/rr2disk1' may be incorrect or 52004 (VSTART + SIZE) may exceed the size of the device. Please consult the SQL Server error log for more details. when i check the sybase errorlog it says 2004/03/04 09:35:10.79 kernel Initializing virtual device 8, '/dev/rr2disk1' 00:2004/03/04 09:35:10.80 kernel Virtual device 8 started using asynchronous i/ o. 00:2004/03/04 09:35:10.80 kernel sddone: write error on virtual disk 8 block 0: 00:2004/03/04 09:35:10.80 kernel sddone: No such device or address 00:2004/03/04 09:35:10.80 kernel Deactivating virtual device 8, '/dev/rr2disk1' i have tried all possible solutions but have failed to create a raw device for sybase databases. My disk layout is as follows, ---------------------------------------------------------------- Name | Type | New FS | # | First Block | Last Block | ---------------------------------------------------------------- | f1disk1 | HTFS | no | 0 | 0| 1560576| | r1disk1 | HTFS | no | 1 | 1560577| 3657729| | r2disk1 | NON FS | no | 2 | 3657730| 5754882| | r3disk1 | NON FS | no | 3 | 5754883| 7852034| | r4disk1 | NON FS | no | 4 | 7852035| 8948204| | | NOT USED | no | 5 | -| -| | | NOT USED | no | 6 | -| -| | d1157all| WHOLE DISK | no | 7 | 0| 8956205 ---------------------------------------------------------------- Thanks in Advance, Regards Nitin Looks like a typo in the DISK INIT command, your listing shows a device name of "r2disk1", the errorlog is showing an attempt to use "rr2disk1" -bret Hi bret and Bela, My disk init works for a block device i.e. in /dev brw-rw--- sybase sybase 1,105 r2disk1 crw-rw--- sybase sybase 1,105 rr2disk1 when i use disk init with r2disk1 it created a device but it does not allow be creating a device on rr2disk1 ( character device ) i checked the above the above possibility, but has not solved my purpose. i want a device to be created on a character device. |
![]() |
| Thread Tools | |
| Display Modes | |
| |