0

I know the following setups

  1. use cluster resource and create a physical disk
  2. Assign Disk Signature
  3. Add dependency of SQL of the new disk
  4. bring the disk online

I am not sure if these are the right setups. Can you let me know how to correct it?

mrdenny
  • 27,174
  • 4
  • 41
  • 69
Nida Sahar
  • 103
  • 2
  • 5

1 Answers1

0

The steps probably look more like this.

  1. Rescan the SCSI bus.
  2. Bring the new disk online
  3. Add the disk as a clustered resource
  4. Add dependency of SQL to the new disk
  5. Attach the database to the SQL Server instance

This can all be scripted between diskpart.exe cluster.exe and sqlcmd.exe.

mrdenny
  • 27,174
  • 4
  • 41
  • 69