Re: Accessing Cluster Disks from a WEB Application

From: Ramon Jiménez (rjimenezm.athome_at_my.hotmail.com)
Date: 05/20/04


Date: Thu, 20 May 2004 11:02:23 +0200

Loay,

Dimitris solved his problem by enabling Kerberos but I do not fully
understand why this solves the problem as in my humble opinion NTLM should
have worked as well, or not?

Windows 2000 introduced Kerberos enabling in Network names with SP3... do
you mean that the solution from Dimitris could not work until that date?

I wold appreciate an explanation so I/we could learn from it...thanks...

-- 
Saludos
Ramon
PMP, ITIL Certified
MCSE & MCSA 2000/2003, CCA
"Loay Shbeilat [MS]" <loays@microsoft.com> wrote in message
news:%23Uol5HgPEHA.308@TK2MSFTNGP11.phx.gbl...
> I will be shooting in the dark cuz I dont really know how that call
handles
> Authentication, however I have couple of questions:
> 1) I am assuming you did create a network name resource and a physical
disk
> resource that the share resource is dependent on.
> 2) This network name is different than the cluster name. Correct?
>
> If the answers to question 1 and 2 is yes; I would like you to plz enable
> kerb on the network name of the clustered share (this might be the key).
>
> -- 
> Thanks,
> Loay Shbeilat
> MSCS Admin Tools STE
>
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
> "Ramon Jiménez" <rjimenezm.athome@my.hotmail.com> wrote in message
> news:evPuMmaPEHA.2920@tk2msftngp13.phx.gbl...
> > Just wanted to isolate the problem. I know you have to use UNC with
> virtual
> > server name to have it independent from the owner node name.
> >
> > I am not an expert in .Net framework and cannot give you more details
> about
> > this?
> >
> > Because I guess you can access to the file share resource from a Web
> Server
> > (with user privileges used in your Web application) and test via
> > Start->Run->\\Server\FileShare and, once opened the share, create your
> > folder...
> >
> > I cannot give you more tips on how to go on...I apologize
> >
> > -- 
> > Saludos
> > Ramon
> > PMP, ITIL Certified
> > MCSE & MCSA 2000/2003, CCA
> > "Dimitris" <seeyou_gr@hotmail.com> wrote in message
> > news:us4uRDaPEHA.3476@tk2msftngp13.phx.gbl...
> > > Well i have try and it works just fine
> > > But the problem is that Node1 may be down at that time so i have a
> problem
> > > again
> > > A single point of failure
> > >
> > > Do you know the solution??
> > >
> > > Thanks
> > >
> > > "Ramon Jiménez" <rjimenezm.athome@my.hotmail.com> wrote in message
> > > news:OfIyxhZPEHA.3052@TK2MSFTNGP12.phx.gbl...
> > > > Hummm... ok...just for testing purposes...
> > > >
> > > > Assuming you have the File Share resource in Node 1...could you test
> > your
> > > > System.IO.Directory.CreateDirectory command using the name of the
> owner
> > > node
> > > > ...let's say..\\Node1\FileShare\NewFolder
> > > >
> > > > Please...come back with your results...
> > > >
> > > > -- 
> > > > Saludos
> > > > Ramon
> > > > PMP, ITIL Certified
> > > > MCSE & MCSA 2000/2003, CCA
> > > > "Dimitris" <seeyou_gr@hotmail.com> wrote in message
> > > > news:ON9BeJZPEHA.2996@TK2MSFTNGP12.phx.gbl...
> > > > > I have 2 Web servers + 2 cluster nodes. Different machines
> > > > > Cant u think of anything??
> > > > >
> > > > > Thanks in advance
> > > > >
> > > > > "Ramon Jiménez" <rjimenezm.athome@my.hotmail.com> wrote in message
> > > > > news:eGsMLAZPEHA.640@TK2MSFTNGP12.phx.gbl...
> > > > > > [Dropping non-applicable groups in the cross-posting]
> > > > > >
> > > > > > Please... how many servers do you have? 2 Web servers + 2
cluster
> > > nodes
> > > > > > or...the Web servers are the cluster nodes themselves?
> > > > > >
> > > > > > -- 
> > > > > > Saludos
> > > > > > Ramon
> > > > > > PMP, ITIL Certified
> > > > > > MCSE & MCSA 2000/2003, CCA
> > > > > > "Programmer" <seeyou_gr@hotmail.com> wrote in message
> > > > > > news:eG1QJvYPEHA.1388@TK2MSFTNGP09.phx.gbl...
> > > > > > > Well here is my problem
> > > > > > >
> > > > > > > I have a web application running in 2 web servers and I have
> also
> > a
> > > > > > cluster
> > > > > > > system.
> > > > > > >
> > > > > > > I want using the web application to write some files in the
> > cluster
> > > > > discs.
> > > > > > >
> > > > > > > So I have created in my web servers a virtual directory
located
> on
> > > the
> > > > > > > cluster discs.
> > > > > > >
> > > > > > > (Before that I had create a cluster resource "File share" so I
> > would
> > > > be
> > > > > > able
> > > > > > > to access the disks and I have give permissions to the 2 web
> > > machines)
> > > > > > >
> > > > > > > So I call the server.MapPath and returns the correct path
let's
> > say
> > > > > > > \\tst\WebReports
> > > > > > >
> > > > > > > Then I'm trying to create a directory on the share using
> > > > > > System.IO.Directory
> > > > > > > and I get an error that a part of the path could not be
> resolved.
> > > > > > >
> > > > > > > I do the same staff exactly in an other, machine that it's not
> > > > clustered
> > > > > > and
> > > > > > > everything works just fine.
> > > > > > >
> > > > > > > Can anyone tell me the reason why I can't access the cluster
> disks
> > > > from
> > > > > > the
> > > > > > > web servers???
> > > > > > >
> > > > > > > I want to save the files in the cluster disks so I don't have
a
> > > single
> > > > > > point
> > > > > > > of failure.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Dimitris
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


Relevant Pages

  • Re: Failover problem when unplug the public connection
    ... If the group you do not see failing over is Cluster Group I woud worry ... over if the Public Network is down? ... writing data to the Clustered Shared Disk resource. ... Network failure detection and recovery in Windows Server 2003 Clusters ...
    (microsoft.public.windows.server.clustering)
  • Re: Cant failover resources on Win2k3 Cluster odd IP Address Conf
    ... your network is using the same IP ... FileServer 2 - 10.1.20.165 ... Can you provide a detailed dump here for all the cluster node ... attempted to move the resource to Node 2, ...
    (microsoft.public.windows.server.clustering)
  • Re: Accessing Cluster Disks from a WEB Application
    ... I am assuming you did create a network name resource and a physical disk ... This network name is different than the cluster name. ... "Ramon Jiménez" wrote in message ...
    (microsoft.public.windows.server.clustering)
  • Re: MSDTC conflicting articles
    ... must depend on a network name and a physical disk. ... Put the MSDTC in the default cluster group (the one that contains ... the quorum disk resource. ...
    (microsoft.public.windows.server.clustering)
  • Re: Error ID 52 Creating File Share Resource
    ... 220819 How to Configure Dfs Root on a Windows 2000 Server Cluster ... Your were not connected because a duplicate name exists on the network. ... Cluster Group 1 ... Network Name Resource: FileSrv1 ...
    (microsoft.public.windows.server.clustering)