Re: Accessing Cluster Disks from a WEB Application
From: Dimitris (seeyou_gr_at_hotmail.com)
Date: 05/20/04
- Next message: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Previous message: Ramon Jiménez: "Re: When a node fail I lost shared folders"
- In reply to: Loay Shbeilat [MS]: "Re: Accessing Cluster Disks from a WEB Application"
- Next in thread: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Reply: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Reply: Dimitris: "Re: Accessing Cluster Disks from a WEB Application"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 11:38:52 +0300
Thanks for the replay
The answers to the 2 questions are yes as you have said.
This is my configuration
Group1
CLuster IP
Cluster Name
Cluster Quorum Disk
Group2
SQL Network Name
SQL IP
SQL Disks
SQL Server (instance) with agent and so on..
Group3
SQL Network Name
SQL IP
SQL Disks
SQL Server (main) with agent and so on..
Group4 (Created for BackUp reasons)
NetworkName
Disk
IP
Group5 (Created for BackUp reasons)
NetworkName
Disk
IP
And i have created in Group2 let's say a new resource "FileShare"
I give permisions to access this resource and write on it, on the machines
Web1 & Web2
So now I try to access the disks from web1 & web2 and a get an error (A Part
of the path could not be resolved)
I map the share on the web1 & web2 let's say with drive letter Y:\ and I
also get the same error
I Try to access the share not with the network name of the group but with
the Node name and everything works.
That's all i have tried.
You are suggesting to enable Kerberos on the network name??
I'll try it and I'll get back on you
"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
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Previous message: Ramon Jiménez: "Re: When a node fail I lost shared folders"
- In reply to: Loay Shbeilat [MS]: "Re: Accessing Cluster Disks from a WEB Application"
- Next in thread: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Reply: Ramon Jiménez: "Re: Accessing Cluster Disks from a WEB Application"
- Reply: Dimitris: "Re: Accessing Cluster Disks from a WEB Application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|