ProLiant Deployment and Provisioning
1846973 Members
4601 Online
110257 Solutions
New Discussion

Re: Script Changes

 
Shaun Wells_2
Occasional Contributor

Script Changes

I've just copied one of the default scripts and changed the set os=w2kas, then added the following line set ssos=w2k just before the last line in the OS Install Task. I've now copied the script to one of my servers, but this fails with the following error.
Error 2 during script execution' anyone have any ideas. All I want to do is to have another script of W2K Advance server.
Thanks,Shaun
5 REPLIES 5
Gordon Leonard
Honored Contributor
Shaun Wells_2
Occasional Contributor

Re: Script Changes

Thanks for the link, but that's what I've followed so far to no eval. Here's what I've done so far, but it still fails:
rem Install OS
rem bootwork unload
set ss=ss.700
set os=w2kas
set unattendfile=w2k.txt
set ssos=w2k
call f:\deploy\tools\scripts\w2k.bat

Does the above look okay to you...
Gordon Leonard
Honored Contributor

Re: Script Changes

I assume you have a red 'X' by the [Run Script - OS Install] in the task.

Do you have the directories?

f:\deploy\cds\compaq\ss.700\w2k
f:\deploy\cds\windows\w2kas\i386
Shaun Wells_2
Occasional Contributor

Re: Script Changes

Yes, I do have a Red Cross next to the Run OS Install Script and the directories are available and present. Any other ideas.
Gordon Leonard
Honored Contributor

Re: Script Changes

I've been trying to generate an Error 2 (A dos error for file not found) to no avail. Where are you seeing this error, on the server being deployed or the RDP console?