Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] how can a condor job connect on a Map network drive for windows platform?
- Date: Mon, 21 Feb 2005 13:08:05 +0100
- From: ramzi khaskhoussi <ramzi.khaskhoussi@xxxxxxxxx>
- Subject: Re: [Condor-users] how can a condor job connect on a Map network drive for windows platform?
Hi Oliver and all,
I did not understand what you mean by password and username ,
is it the password and the user name of a current user of the computer
where X mapped drive is shared OR the 'condor-reuse-xxx 'user: in that
case what do you mean by 'password'?.
thanks for help,
--Ramzi
On Fri, 18 Feb 2005 08:42:31 -0800, Oliver Hotz <oliver@xxxxxxxxxxxx> wrote:
> one thing you can do, and which i have done, is mount the drive in the
> .bat file that you execute through condor
>
> look at the "net use x: \\computername\sharename password /USER:username"
>
> the above line would be for windows machines.
>
> after that.. you can use your regular X: drivemap pointer.
>
> Hope that helps,
>
>
> ramzi khaskhoussi wrote:
>
> >Hi all,
> >
> >I have shared some directories to all my windows machine pool by using
> >the Map network drive( X: ).
> >
> >when I use this directories without condor all things work fine.
> >
> >But the problem is : when I submit a job that use this map network
> >drive ( for example to tar a file.tar.gz that exists in the network
> >drive x:) there is a problem. condor can't access to this network
> >drive X:
> >I get this error in the .err file:
> >
> > tar (child): /cygdrive/x/gz/apa_comp_pro64.tar.gz: Cannot open: No
> >such file or directory.
> >
> >I ask if someone can help me?
> >
> >thanks ,
> >--Ramzi
> >_______________________________________________
> >Condor-users mailing list
> >Condor-users@xxxxxxxxxxx
> >https://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >
> >
> >
>