Hi Folks..
Trying to add more space to our database and the max VDEVno we can use is 49. I did a sp_helpdevice and noticed that there are some gaps in the VDEVNO's. Sucjh as I have 1,2,6,8,9..
I already have a VDEVNO of 49. When I try to add the device and use one of the VDEVNO numbers not listed I get an error that states
(1 row affected)
(return status = 0)
1> disk init name="raddev71",
2> physname="/dev/rsyblvdb71",
3> vdevno=4,
4> size=1024000
5> go
Msg 5123, Level 16, State 1:
Line 1:
DISK INIT encountered an error while attempting to open/create the physical file
Any idea as to how I can use that VDEVNO? THanks..
Mike D.
Trying to add more space to our database and the max VDEVno we can use is 49. I did a sp_helpdevice and noticed that there are some gaps in the VDEVNO's. Sucjh as I have 1,2,6,8,9..
I already have a VDEVNO of 49. When I try to add the device and use one of the VDEVNO numbers not listed I get an error that states
(1 row affected)
(return status = 0)
1> disk init name="raddev71",
2> physname="/dev/rsyblvdb71",
3> vdevno=4,
4> size=1024000
5> go
Msg 5123, Level 16, State 1:
Line 1:
DISK INIT encountered an error while attempting to open/create the physical file
Any idea as to how I can use that VDEVNO? THanks..
Mike D.