Adding mount points in Windows Server With the disk available to the Windows Server operating system, right-click and select New Simple Volume. Specify the size as you would normally add a drive. Select Do Not Assign A Drive Letter Or Drive Path
Perform the drive format and assign a label as normal. Once the New Simple Volume Wizard is completed, the drive will be inventoried in the list of disks. MountPoint3 has been added and now select Change Drive Letter And Paths
When the Change Drive Letter And Paths option appears, point the drive to a path on the local filesystem. example, point to C:\MountPoints\MountPoint3. With this configuration, the path will use a different controller than the C:\ drive for the I/O operations across all drives. redirect the drive to the MountPoint path.
Once your configuration is complete, all of the mount points will appear in the subfolder you created. The ¿folder¿ icon for the mount points is a shortcut to a drive; the ¿folders¿ are redirecting the drive to the path on the parent drive.
Consolidating the drives, especially in shared storage configurations, can greatly simplify searching and organization for large systems on a Windows server. This functionality is not new to Windows, but it looks a little different now in Windows Server 2008.
Thanks for the very thorough reply! It helps a lot.
I would also like to know how timefinder/srdf works with this.. is each mount point a separate device and thus create an associated bcv for each? device groups everything else the same?
Darrell, I use mount points heavily in our Microsoft SQL clusters due to drive letter limitations. Those clusters are also production sources for TimeFinder clone and bcv operations. From a TimeFinder perspective it is still a device mounted to a production host. It does not matter if the host mounts the LUN as a drive letter or a mount point. The mount point is only a host specific reference and will not affect replication operations.
Darrell, were the reply's to your post able to answer your questions? If so, please mark the helpful and correct posts and also mark the thread as answered. Doing so helps others identify what posts were the most useful.
Sorry, it has been awhile since I have opened this thread. I am currently revisiting this issue. I think I understand about the timefinder replication. How about mounting and unmounting the mountpoints using symntctl? We use this as part of our procedures. Does this work with mountpoints as well?
dynamox
9 Legend
•
20.4K Posts
0
October 20th, 2009 08:00
symntctl mount -sid 123 -symdev 0BAD -path G:\exchange2007\stg\db1
symntctl unmount -path G:\exchange2007\stg\db1
KD8EWE
2 Intern
•
155 Posts
1
April 29th, 2009 13:00
Perform the drive format and assign a label as normal. Once the New Simple Volume Wizard is completed, the drive will be inventoried in the list of disks. MountPoint3 has been added and now select Change Drive Letter And Paths
When the Change Drive Letter And Paths option appears, point the drive to a path on the local filesystem. example, point to C:\MountPoints\MountPoint3. With this configuration, the path will use a different controller than the C:\ drive for the I/O operations across all drives. redirect the drive to the MountPoint path.
Once your configuration is complete, all of the mount points will appear in the subfolder you created. The ¿folder¿ icon for the mount points is a shortcut to a drive; the ¿folders¿ are redirecting the drive to the path on the parent drive.
Consolidating the drives, especially in shared storage configurations, can greatly simplify searching and organization for large systems on a Windows server. This functionality is not new to Windows, but it looks a little different now in Windows Server 2008.
Hope this explains.
Darrell-uVlTI
62 Posts
0
April 30th, 2009 07:00
I would also like to know how timefinder/srdf works with this.. is each mount point a separate device and thus create an associated bcv for each? device groups everything else the same?
AranH1
2.2K Posts
0
April 30th, 2009 12:00
I use mount points heavily in our Microsoft SQL clusters due to drive letter limitations. Those clusters are also production sources for TimeFinder clone and bcv operations. From a TimeFinder perspective it is still a device mounted to a production host. It does not matter if the host mounts the LUN as a drive letter or a mount point. The mount point is only a host specific reference and will not affect replication operations.
Aran
KD8EWE
2 Intern
•
155 Posts
1
April 30th, 2009 12:00
http://www.emc.com/solutions/application-environment/microsoft/solutions-for-sql-server-business-intelligence.htm
KD8EWE
2 Intern
•
155 Posts
0
April 30th, 2009 12:00
http://download.microsoft.com/download/7/3/c/73ca9891-f3eb-4caf-bf60-51f4aca51706/DBA2_premm.ppt
KD8EWE
2 Intern
•
155 Posts
0
May 1st, 2009 06:00
Thanks a lot
MikeMac1
2 Intern
•
292 Posts
0
May 6th, 2009 07:00
Darrell-uVlTI
62 Posts
0
October 20th, 2009 08:00
Darrell