Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using VDEVNO

Status
Not open for further replies.

cowzz

Programmer
Joined
Aug 3, 2011
Messages
1
Location
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top