Re: Using cluster.exe to create physical disks
- From: "John Toner [MVP]" <jtoner@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Jan 2009 14:43:12 -0500
That's not it. You shouldn't be trying to mount the disk on the other node
or trying to access it.
The error 2 is occurring because for whatever reason, cluster cannot find an
entry in the registry for the R: disk...I'd check the
HKLM/System\CCSet\MountedDevices keys for starters to see if you've got a
\DosDevices\R: entry on the node where you're running these commands. If
not, something in your procedure for creating this volume is not working
properly.
For your cluster.exe script, you could try using the command syntax "cluster
res "Disk R:" /priv Signature=<value>" instead. If the host sees a disk with
this signature, it should work.
Regards,
John
Visit my blog: http://msmvps.com/blogs/jtoner
"bucktaylor100" <bucktaylor100@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:27A3E657-E367-485A-8C7C-15EFF22BDA0C@xxxxxxxxxxxxxxxx
It's a 2 node cluster and while both can see drive R in my computer onlyone
server can access it. I guess that's the problem. I guess the questionisn't
becomes how do I get the one drive to the other server when the cluster
fully built yet?message
"Edwin vMierlo [MVP]" wrote:
check if you can access R:\ before you run your script.
then ensure your cluster group is online on the node where R:\ is
re-try your script,
let us know
HTH,
Edwin.
"bucktaylor100" <bucktaylor100@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
work.news:7283C557-75F2-4DED-838E-2909DDEAEE56@xxxxxxxxxxxxxxxx
I'm trying to write a script that will automate our cluster creationprocess.
Everything works except sometimes the disk creation command doesn't
It creates the physical disk but occasionally gives this error when
assigning the drive letter.
System error 2 has occurred (0x00000002).
The system cannot find the file specified.
These are the commands I am running
cluster resource "Disk R:" /create /group:group1 /type:"Physical Disk"
cluster resource "Disk R:" /priv drive="R:"
cluster resource "Disk R:" /on
.
- Follow-Ups:
- Re: Using cluster.exe to create physical disks
- From: bucktaylor100
- Re: Using cluster.exe to create physical disks
- References:
- Using cluster.exe to create physical disks
- From: bucktaylor100
- Re: Using cluster.exe to create physical disks
- From: Edwin vMierlo [MVP]
- Re: Using cluster.exe to create physical disks
- From: bucktaylor100
- Using cluster.exe to create physical disks
- Prev by Date: Re: Failure PrintMig cluster to cluster
- Next by Date: Re: SAN lifecyle
- Previous by thread: Re: Using cluster.exe to create physical disks
- Next by thread: Re: Using cluster.exe to create physical disks
- Index(es):
Relevant Pages
|