Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Unable to map a second network drive with DOS

Updated: 21 May 2010 | 4 comments
hubert.clement's picture
0 0 Votes
Login to vote

Hi to all Altiris users



I'm a old fox that work since years with Altiris Deployment.



At january 2009 we have updated our Altiris DS 6.9 sp1 with the Maintenance Pack 1 on a Windows 2003 Server.



At january2009, we have updated our Windows 2003 Cluster to Windows 2008 Cluster, but Altiris Deployment 6.9 sp1 is still on a Windows 2003 server.



The problem is that we can't connect a additional network drive when we work with DOS to deploy our images. The command is "NET USE x: \\server_name\share" and thhe displayed message is:



"Error 3: The specified path was not found.

An error occured accessing the security-settings files."







Because we have images on our Windows 2008 server, we have forced to connect this additional drive in the mapdrv.bat file.



Have anybody the same problem or maybe the solution?



Kind regards,

Hubert CLEMENT / Technical engineer / University of Fribourg /Switzerland

Comments

bhawver's picture
25
Jan
2009
0 Votes 0
Login to vote

The error you are mentioning leads me to believe that the credentials are not working. Has the password changed recently? Or possibly domain the domain?

Brian Hawver
Systems Engineer
Yaskawa America, Inc.

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads.

hubert.clement's picture
25
Jan
2009
0 Votes 0
Login to vote

Hello,



Thank you for your question. Our domain and accout are the same, we don't change it.



The problem is, that Windows 2008 clustering have a high security level and that we can't to join directly the shared ressource.



I hope that my response help you? Kind regards,



Hubert

bhawver's picture
26
Jan
2009
0 Votes 0
Login to vote

You might change the command to: net use x: \\servername\share /user:username password



Be sure to assign a specific account that doesn't have rights to anything else to this. Also, if you don't want the username and password visible when the script runs put this instead: @net use x: \\servername\share /user:username password



If that doesn't work, you may need to put the domain name in with the username like so: @net use x: \\servername\share /user:DOMAIN\username password





Brian Hawver
Systems Engineer
Yaskawa America, Inc.

Connect Etiquette: "Mark as Solution" those posts which resolve your problem, and give a thumbs up to useful comments, articles and downloads.

gerardsweeney's picture
26
Jan
2009
0 Votes 0
Login to vote

Hi, Hubert..



I also ran into this issue, and so decided to think a little outside the box.



I had need of mapping an extra drive letter based on IP, which I ran as a KIX16 script..

The issue arose where the script would establish which server to use, but couldn't actually connect to it because of the user details..



Long story short, here's what I did:



In the boot disk creator, edit the STARTNET.BAT file..



Scroll down to:

REM Map network drives

echo Mapping network drives...

if exist %net%:\mapdrv.bat call %net%:\mapdrv.bat



and then I added:

if exist f:\drivers\hii\dos\mappxe.bat call f:\drivers\hii\dos\mappxe.bat



where f:\drivers\hii\dos\mappxe.bat is the secondary mapping script hosted on the express share.



The real advantage of this method is that if I needed to alter the mapping script, I didn't need to re-edit the boot disks.



It's far from elegant, but it works for me, so who cares?



Any use?



Regards,

Gerard