Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to Create a Physical Disk Resource with Cluster.exe


Author: John Toner MVP

View products that this article applies to.

Summary

This article describes how to create a server cluster physical disk resource using the Cluster.exe tool.

↑ Back to the top


More information

When you attempt to add a physical disk resource to a cluster using Cluster Administrator, you may run into an issue where you might find that the �Disk Parameters� page does not display the entry for your newly added disk. This usually occurs because of the way you added the disk to the shared SCSI bus and the way the clusdisk driver reads the storage devices. You can follow the procedure outlined here for manually adding the�device using cluster.exe command.

Details

Open a command prompt and issue the following commands:

c:\>Cluster . res "Disk X:" /create /group:"Disk Group 1" /type:"physical disk"
- This command creates a physical disk resource named Disk X: in a group named Disk Group 1.�

c:\>Cluster . res "Disk X:" /priv Drive="X:"
- This command associates the physical disk with disk using the X: drive letter. If you are using mount�points, you must specify the Volume information for the mount point. For example: Drive=Volume{01018699-83c0-11da-a1a7-000bdb90efcd}�

c:\>Cluster . res "Disk X:" /On
- This command brings the newly created physical disk resource online.

Additional Information

The 'Drive=' parameter is a hidden disk resource property that resolves the disk signature for the specified mount point. If you look at the private properties of a cluster disk resource, it�only displays the signature value. You can also use a disk signature value when creating the disk resource instead of specifying the Drive value.�There are many ways to find this value such as using�dumpcfg.exe utility or diskpart.exe. Record the disk signature for this device and then use a command such as:

c:\>Cluster . res "Disk X:" /priv signature=0xEA0D9534
- This command associates the physical disk with signature EA0D9534 to the Disk X: resource. This command was done using the hexadecimal format of the disk signature but can also be done using the decimal equivalent signature.

When you want to add a new physical disk resource to a cluster, you may find it easier to create the resource using the Cluster Administrator. For additional information, see the article�below about the proper way to add a disk to a cluster using Cluster Administrator:

http://support.microsoft.com/kb/175278 - How to add additional non-hot swap SCSI hard disks to a cluster node on a shared SCSI bus

↑ Back to the top


Properties

COMMUNITY SOLUTIONS CONTENT DISCLAIMER
MICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.

↑ Back to the top


Community solutions content disclaimer

Microsoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.

↑ Back to the top


Keywords: KB555312, kbhowto, kbpubtypecca, kbpubmvp

↑ Back to the top

Article Info
Article ID : 555312
Revision : 1
Created on : 3/8/2006
Published on : 3/8/2006
Exists online : False
Views : 303