Hi Morris,
This is how windows shows his disks, I won't change the disk, and I guess
unpresent the disk won't change your thing.
the Id is the disk signature that must be changed.
you can see this in
hklm\system\currentcontrolset\services\cludisk\par ameters\signatures
Here you can see the ID matching the Disk name and these settings are
different on both nodes.
You can change this on the passive node but you can also meshup your
cluster.
The basic Idea is the signature holds the windows disk with the disk name
and device number. If you change this than your windows disk moved from 1 to
4.
Sample
node 1
ID 1c0e170e = device\hardisk1
ID 2c0e170e = device\hardisk2
ID 3c0e170e = device\hardisk3
ID 4c0e170e = device\hardisk4
node 2
ID 1c0e170e = device\hardisk4
ID 2c0e170e = device\hardisk2
ID 3c0e170e = device\hardisk3
ID 4c0e170e = device\hardisk1
You can change the disk 4 with 1 but the ID 4c0e170e = device\hardisk1 must
be the same disk as on node 1 ID 4c0e170e = device\hardisk4 You must be
sure that this is the presented disk.
I have done this but it is always tricky.
--
Greetings,
Robert Smit
Blog :
http://fiberman.spaces.live.com/
"morris" <> schreef in bericht
news:1ED31EC6-AD4F-4295-950B-...
> We currently have a sql server 2005 server clustered. One one node the
> disks
> are on luns 1, 2, and 3, and on the other node they are on luns 1, 4, and
> 5.
> My question is can I un-present the disks on the second node and then
> re-present them and change the luns to 1,2, and 3 like the first node? I
> don't know if changing the LUNS will cause any problem with the cluster or
> if
> everything is just run off the drive letters. Thanks!