Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Database Design
»
Virtualization
»
Migrating 6.5, 2000, and 2005 to SQL 2008 in...
Migrating 6.5, 2000, and 2005 to SQL 2008 in a Virtual server environment
Rate Topic
Display Mode
Topic Options
Author
Message
phillipn
phillipn
Posted Thursday, September 16, 2010 9:17 AM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, September 16, 2010 9:08 AM
Points: 1,
Visits: 0
I'm looking to see if any one here has some advise about this topic. We have several SQL instances as mentioned in the topic and we'd like to create one SQL environment on the virtual server.
I'm thinking it's not necessary to separate the drives as you would on a hardware configuration. That said, I still think it makes sense to have the data on and log file an different virtual disks from the Operating system.
I'm curious about the migration to 2008.
I believe we can follow the same path as this KB, but wondered if someone here has a recommendation
http://msdn.microsoft.com/en-us/library/bb677622.aspx
Thank you for your time,
Regards,
PN
Post #987354
SQLdevotee
SQLdevotee
Posted Thursday, March 03, 2011 7:02 AM
SSC Veteran
Group: General Forum Members
Last Login: Today @ 8:48 AM
Points: 214,
Visits: 563
We have just migrated our development and test environment to virtual. But we still follow the hardware configuration as how we did previously; OS and binaries are different from data and log, tempdb is totally separate and we also have backup drive separate.
Imagination is more important than knowledge-Albert Einstein
Post #1072516
Sqlchicken
Sqlchicken
Posted Thursday, June 16, 2011 1:21 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: 2 days ago @ 5:09 AM
Points: 134,
Visits: 620
When you virtualize you still want to follow best practices (i.e. data, log, backups and tempdb on separate drives). However, this is where understanding the abstraction of resources becomes critical to understand.
When you virtualize you can create a separate VMDK/VHD (read also: virtual disk) for each drive. The OS sees each one as new drive, you mount them and letter them so now you have your C, D, E, F, T drives. The problem comes in is if all of those VMDK/VHD files were cut from the same LUN, then you haven't gained anything since they're all going to be sharing IO which is bad. Also if that one LUN goes out then you lose everything, again, negating your perceived benefit.
In order to truly "do it right", each VMDK/VHD should be on separate LUNS and those LUNS shouldn't be shared with any other IO-intensive applications (such as Exchange). This is where you need to become REALLY good friends with your SAN admin and come up with something that works. Hope this helps!
=============================================================
/* Backups are worthless, Restores are priceless */
Get your learn on at SQL University!
Follow me on Twitter
|
Connect on LinkedIn
My blog:
http://sqlchicken.com
My book:
Pro Server 2008 Policy-Based Management
Post #1126913
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.