[Unattended] Three questions

2004-09-07 Thread Robin Eklund
Hello, i have three questions.
1: Everytime i install a new  unattended version i allways have to run 
mapznrun.bat and postinst.bat manually after windows installs (of course, i 
then change install.pl to do this for me), have i missed something or is 
something wrong in my configuration ?

2: I use the linux boot-disk and feed the clients with user/pwd/path 
through dhcp-option 233
Looks like this in dhcpd.conf:

option unattended code 233=string;
#if option user-class=Unattended{ # This has no effect, it renders the 
option useless.
#if option user-class=Unattended{ # have also tried this without effect
	option unattended z_user=username z_pass=x z_path=//machine/nti44;
#}

The problem is, as soon as i uncomment the conditional(either one, i treid 
em both), it no longer works(is the dhcpd-class really : Unattended?) . I 
really dont want the dhcp-server to feed all clients with this info, even 
if they probably will never see it. Has anyone got this to work, and if 
that is the case how ?

3: Wouldnt it be great if we started discussing these thing on the 
wiki-site forum instead, it would be a lot easier to search through ?

Cheers !
./R

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] create users

2004-09-07 Thread Assi Levi

I need to create a users and groups in ms-dos 
Can some one tell me how can I do that ?

What the command line .

10x 
 
 
 
Assi   Levi 
Mercury Interactive (IL) Corp
Tel   : +972-3-5399784
Ext   :  2784
Email :  [EMAIL PROTECTED]
 
 


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Three questions

2004-09-07 Thread Patrick J. LoPresti
Robin Eklund [EMAIL PROTECTED] writes:

 1: Everytime i install a new unattended version i allways have to
 run mapznrun.bat and postinst.bat manually after windows installs
 (of course, i then change install.pl to do this for me), have i
 missed something or is something wrong in my configuration ?

The latter, I suspect.  What, if anything, do you have in
Z:\site\unattend.txt and Z:\site\config.pl?

 2: I use the linux boot-disk and feed the clients with user/pwd/path
 through dhcp-option 233
 Looks like this in dhcpd.conf:
 
 option unattended code 233=string;
 #if option user-class=Unattended{ # This has no effect, it renders the
 option useless.
 #if option user-class=Unattended{ # have also tried this without effect
   option unattended z_user=username z_pass=x z_path=//machine/nti44;
 #}

According to the dhcp-eval man page, this should be:

if option dhcp-user-class = Unattended {
  option unattended z_user=username z_pass=x z_path=//machine/nti44;
}


Note the name of the variable (dhcp-user-class) and the whitespace
around the special characters...  The latter may not matter, but why
take chances?

Please let me know if this works, because I have never actually tried
it.

 3: Wouldnt it be great if we started discussing these thing on the
 wiki-site forum instead, it would be a lot easier to search through?

I hate Web fora.  They are clunky, slow, and the text editing is so
limited as to be painful.  So I do not participate in them except
under duress.

http://www.mail-archive.com/ has a pretty good search engine.  And
Google also works OK if you include terms like site:mail-archive.com
and unattended.

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] RE: Scanning OS for device drivers

2004-09-07 Thread Mangano, Aron
 Thanks Pat

I am using Windows XP and according to that link:

In Microsoft Windows XP, the maximum length of the OEMPnpDriversPath value
is 4,096 characters.

I am not at work at the moment so I cannot see how long the path is but I
will check it out tomorrow.

Thanks for the feedback as always.

-Original Message-
From: Patrick J. LoPresti
To: Mangano, Aron
Cc: [EMAIL PROTECTED]
Sent: 9/7/2004 10:59 PM
Subject: Re: Scanning OS for device drivers

Mangano, Aron [EMAIL PROTECTED] writes:

 Well, I have a lot of drivers that appear and I only select the ones
 that I need.

I assume if you manually select all of the drivers it fails in the
same way?  (Otherwise, we have a very strange bug.)

Perhaps you are running into the 1024-character limit on
OemPnPDriversPath (http://support.microsoft.com/?id=312535).  You can
check this by examining the value of OemPnPDriversPath in the
generated C:\netinst\unattend.txt file for a failing install.

 When however, I do the auto method by enabaling the section at the
 bottom of the config.pl file, the sound and lan drivers will simply
 not install. They used to though ???

This would happen if OemPnPDriversPath were too long and the lan and
sound drivers were toward the end of it.

If this is the problem, you can either start renaming things to make
each element of OemPnPDriversPath shorter, or you can write config.pl
code to select the correct subset of drivers automatically, or you can
live with selecting the drivers by hand.  This is, unfortunately, a
Microsoft limitation, so there is not much we can do about it.

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Problems with Promise Fasttrak100 TX2 Raid Contr oller (SoftwareRa id)

2004-09-07 Thread Patrick J. LoPresti
(I apologize for the delay in responding.)

Schneider, Tobias [EMAIL PROTECTED] writes:

 So I will go on experimenting with the modules and options.
 For sure I can test a new Linux bootdisk.

Thanks; we will definitely take you up on that.

 By the way. I tested my system with Knoppix-CD (Kernel 2.6.6) and
 there I can see the partitions.

Yeah, I think I know what is happening.  To support these
software-based RAID cards, Linux uses a utility called dmraid:

  http://groups.google.com/groups?selm=2uDZ2-3ui-35%40gated-at.bofh.it

My guess is that Knoppix already includes this thing, and we need to
put it onto our own boot disk.

Since I do not have one of these cards, I will need your help to test
whatever I implement.  And I will probably not have time to try until
this weekend.

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Re: Scanning OS for device drivers

2004-09-07 Thread Patrick J. LoPresti
Mangano, Aron [EMAIL PROTECTED] writes:

  Thanks Pat
 
 I am using Windows XP and according to that link:
 
 In Microsoft Windows XP, the maximum length of the OEMPnpDriversPath value
 is 4,096 characters.

It (http://support.microsoft.com/?id=312535) also says:

  When you use Winnt.exe, the OEMPnpDriversPath value is limited to
   1,024 characters.

And we definitely use winnt.exe :-).

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] rename administrator account

2004-09-07 Thread Brad Erdman
Hi,

This is what I need too.  I tried to edit install.pl to use this but it did
not work.  I changed 'autolog.pl --logon=0' to 
'autolog.pl --logon=0 --user=ourlocaladmin'.  

Where do I specify this option?

TIA
Brad

 -Original Message-
 From: Mario Gzuk [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 06, 2004 5:00 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Unattended] rename administrator account
 
 Is it enough to use:
 autolog.pl --user=nobodyknowsme
 
 
 
 Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
  Here is some vbs scribt to rename the local Administrator account:
 
  OldName = Administrator
  NewName = nobodyknowsme
  ContainerName = .
  Set Container = GetObject(WinNT://  ContainerName)
  Set User = GetObject(WinNT://  ContainerName  /  OldName
  ,user)
  Set NewUser = Container.MoveHere(User.ADsPath, NewName)
  Set User = Nothing
 
  The question is how to handle it, with the renaming is the auto login
  not working. Is there anybody who knows the registry key of the Account
  name Administrator for auto login?
 
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] rename administrator account

2004-09-07 Thread Atom Powers

--logon=0 mean don't autologon; try --logon=1
Also, instead of modifying the install.pl; add a line to your install batch
(base.bat?) like this:

todo.pl autolog.pl --logon=1 --user=localadmin .reboot 


--
Perfection is just a word I use occasionally with mustard.

Atom Powers
Systems Administrator
Pyramid Breweries Inc.
206.682.8322 x251

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brad Erdman
Sent: Tuesday, September 07, 2004 10:33 AM
To: 'Mario Gzuk'; [EMAIL PROTECTED]
Subject: RE: [Unattended] rename administrator account

Hi,

This is what I need too.  I tried to edit install.pl to use this but it did
not work.  I changed 'autolog.pl --logon=0' to 'autolog.pl --logon=0
--user=ourlocaladmin'.  

Where do I specify this option?

TIA
Brad

 -Original Message-
 From: Mario Gzuk [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 06, 2004 5:00 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Unattended] rename administrator account
 
 Is it enough to use:
 autolog.pl --user=nobodyknowsme
 
 
 
 Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
  Here is some vbs scribt to rename the local Administrator account:
 
  OldName = Administrator
  NewName = nobodyknowsme
  ContainerName = .
  Set Container = GetObject(WinNT://  ContainerName) Set User = 
  GetObject(WinNT://  ContainerName  /  OldName
  ,user)
  Set NewUser = Container.MoveHere(User.ADsPath, NewName) Set User = 
  Nothing
 
  The question is how to handle it, with the renaming is the auto 
  login not working. Is there anybody who knows the registry key of 
  the Account name Administrator for auto login?
 
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
 Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info


---
This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise
J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] create users

2004-09-07 Thread Mario Gzuk
Am Di, den 07.09.2004 schrieb Assi Levi um 17:05:
 I need to create a users and groups in ms-dos 
 Can some one tell me how can I do that ?

In dos there is only one user. :-) I think that what you need is net
user /?

 
 What the command line .
 
 10x 
  
 
 
 Assi   Levi 
 Mercury Interactive (IL) Corp
 Tel   : +972-3-5399784
 Ext   :  2784
 Email :  [EMAIL PROTECTED]
  
 
 
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] rename administrator account

2004-09-07 Thread Mario Gzuk
I have a vb script to rename the local admin and use regedit to rename
the entry manually. 

Thank you

Am Di, den 07.09.2004 schrieb Atom Powers um 19:46:
 --logon=0 mean don't autologon; try --logon=1
 Also, instead of modifying the install.pl; add a line to your install batch
 (base.bat?) like this:
 
 todo.pl autolog.pl --logon=1 --user=localadmin .reboot 
 
 
 --
 Perfection is just a word I use occasionally with mustard.
 
 Atom Powers
 Systems Administrator
 Pyramid Breweries Inc.
 206.682.8322 x251
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brad Erdman
 Sent: Tuesday, September 07, 2004 10:33 AM
 To: 'Mario Gzuk'; [EMAIL PROTECTED]
 Subject: RE: [Unattended] rename administrator account
 
 Hi,
 
 This is what I need too.  I tried to edit install.pl to use this but it did
 not work.  I changed 'autolog.pl --logon=0' to 'autolog.pl --logon=0
 --user=ourlocaladmin'.  
 
 Where do I specify this option?
 
 TIA
 Brad
 
  -Original Message-
  From: Mario Gzuk [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 06, 2004 5:00 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [Unattended] rename administrator account
  
  Is it enough to use:
  autolog.pl --user=nobodyknowsme
  
  
  
  Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
   Here is some vbs scribt to rename the local Administrator account:
  
   OldName = Administrator
   NewName = nobodyknowsme
   ContainerName = .
   Set Container = GetObject(WinNT://  ContainerName) Set User = 
   GetObject(WinNT://  ContainerName  /  OldName
   ,user)
   Set NewUser = Container.MoveHere(User.ADsPath, NewName) Set User = 
   Nothing
  
   The question is how to handle it, with the renaming is the auto 
   login not working. Is there anybody who knows the registry key of 
   the Account name Administrator for auto login?
  
  
  
  
  ---
  This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
  Enterprise J2EE developer tools!
  Get your free copy of BEA WebLogic Workshop 8.1 today.
  http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
  ___
  unattended-info mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise
 J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_idP47alloc_id808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Questions about Configurations.

2004-09-07 Thread Joshua Mandelberger
Hi I am working to get Unattended 4.4b setup on my network.

I am in an environment where we tend to put a lot of servers online
which is going to be the primary use for Unattended. 

We also wish to use Unattended (becase it will make life easier :) ) for
new employee desktop setups.  

My question is this, if we insert the volume license key for Win2k3 as
well as the Volume License key for WinXP, will the myriad windows
installers be able to determine which key they are supposed to be using
or will it be first one in the file is the first one used? 

I haven't been able to find an answer to this and have not had the time
to test this out, though it is something I would like an answer for.
Anyone know the answer?  

Thanks,

Josh

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] rename administrator account

2004-09-07 Thread Atom Powers

That command should work, as long as it is run immediately before the name of
the admin account is changed.

This is what I do:

In _meta
--
bottom=joindomain.bat 
--

In joindomain.bat
--
::(remember, these run in reverse order)

:: Join the computer to the domain with the current computer name and reboot
:: Which should be assigned during setup by site/hardware.csv and
site/config.pl
todo.pl netdom join %COMPUTERNAME% /domain:pyramidbrew /userD:domainadmin
/passwordD:secret .reboot

:: Set the system to logon as domain named local admin
todo.pl  autolog.pl --logon=1 --user=localadmin --password=secret
--

In other words I tell the system that the next time it reboots to autologon
with localadmin and secret. And then I join it to the domain. This works
for me because my domain policy changes the name of the local admin account
as soon as the computer is joined to the domain.

I run this in bottom because once the computer is joined to the domain it
doesn't autologon perfectly, you have to press CTRL+ALT+DEL (but it will
automatically logon using the username/password specified in joindomain.bat)

--
Perfection is just a word I use occasionally with mustard.

Atom Powers
Systems Administrator
Pyramid Breweries Inc.
206.682.8322 x251

-Original Message-
From: Brad Erdman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 07, 2004 12:21 PM
To: Atom Powers; Mario Gzuk; [EMAIL PROTECTED]
Subject: RE: [Unattended] rename administrator account

Hi,

I tried this but it still always seems to try to use the Administrator
account.  Here is an excerpt from my base.bat:

:: Disable System Restore during install.
todo.pl autolog.pl --logon=1 --user=localadmin srconfig.pl --disable

Is my syntax wrong?  I don't mind changing install.pl, but I don't know where
to change it.

Brad

 -Original Message-
 From: Atom Powers [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 07, 2004 1:47 PM
 To: Brad Erdman; Mario Gzuk; [EMAIL PROTECTED]
 Subject: RE: [Unattended] rename administrator account
 
 
 --logon=0 mean don't autologon; try --logon=1
 Also, instead of modifying the install.pl; add a line to your install 
 batch
 (base.bat?) like this:
 
 todo.pl autolog.pl --logon=1 --user=localadmin .reboot
 
 
 --
 Perfection is just a word I use occasionally with mustard.
 
 Atom Powers
 Systems Administrator
 Pyramid Breweries Inc.
 206.682.8322 x251
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brad 
 Erdman
 Sent: Tuesday, September 07, 2004 10:33 AM
 To: 'Mario Gzuk'; [EMAIL PROTECTED]
 Subject: RE: [Unattended] rename administrator account
 
 Hi,
 
 This is what I need too.  I tried to edit install.pl to use this but 
 it did not work.  I changed 'autolog.pl --logon=0' to 'autolog.pl 
 --logon=0 --user=ourlocaladmin'.
 
 Where do I specify this option?
 
 TIA
 Brad
 
  -Original Message-
  From: Mario Gzuk [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 06, 2004 5:00 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [Unattended] rename administrator account
 
  Is it enough to use:
  autolog.pl --user=nobodyknowsme
 
 
 
  Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
   Here is some vbs scribt to rename the local Administrator account:
  
   OldName = Administrator
   NewName = nobodyknowsme
   ContainerName = .
   Set Container = GetObject(WinNT://  ContainerName) Set User = 
   GetObject(WinNT://  ContainerName  /  OldName
   ,user)
   Set NewUser = Container.MoveHere(User.ADsPath, NewName) Set User = 
   Nothing
  
   The question is how to handle it, with the renaming is the auto 
   login not working. Is there anybody who knows the registry key of 
   the Account name Administrator for auto login?
 
 
 
 
  ---
  This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
  Enterprise J2EE developer tools!
  Get your free copy of BEA WebLogic Workshop 8.1 today.
  http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
  ___
  unattended-info mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
 Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]

RE: [Unattended] smartdrv?

2004-09-07 Thread Michael Schneider
Hi,

I'm having exactly the same problems as you, Jimmy. Perhaps it would help to
do it like Kevin wrote, but then I have the problem with booting over LAN.
Do I have to change the boot-images? Is this very difficult and if no, how
can I do this?

Regards

Michael



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] smartdrv?

2004-09-07 Thread Jimmy Aronsson
Hi,

I could not get it to work properly with winxp, so installed w2k over LAN
first, it worked like a charm
with smartdrv disabled, booting the laptop with pxe. I then upgraded w2k -
winxp.
This is ofcourse not the best solution...

I would really like to get the unattended installtion of winxp to work too.
I tried several solutions with smartdrv, but i couldnt get it to work, the
installation either stalled at the same stage every time, or skipped a lot
of files during filetransfer.

BR

Jimmy


- Original Message - 
From: Michael Schneider [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, September 07, 2004 11:50 PM
Subject: RE: [Unattended] smartdrv?


 Hi,

 I'm having exactly the same problems as you, Jimmy. Perhaps it would help
to
 do it like Kevin wrote, but then I have the problem with booting over LAN.
 Do I have to change the boot-images? Is this very difficult and if no, how
 can I do this?

 Regards

 Michael



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] create users

2004-09-07 Thread jo / ak
Zitat von Assi Levi [EMAIL PROTECTED]:
 What the command line .

eg

todo.pl net user user1 secretpw /add /expires:never
todo.pl net localgroup groupname domname\user1 /add

Jo




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] smartdrv?

2004-09-07 Thread Michael Schneider
Hi Jimmy,

you say you installed w2k over LAN with smartdrv disabled. How did you
disable smartdrv, in the images or by booting and confirming every single
line in autoexec.bat? If confirming, I think it's not very comfortable - the
name of the project is _unattended_ ;-)

Regards

Michael


-Ursprüngliche Nachricht-
Von: Jimmy Aronsson [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 8. September 2004 00:10
An: Michael Schneider; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Betreff: Re: [Unattended] smartdrv?

Hi,

I could not get it to work properly with winxp, so installed w2k over LAN
first, it worked like a charm
with smartdrv disabled, booting the laptop with pxe. I then upgraded w2k -
winxp.
This is ofcourse not the best solution...

I would really like to get the unattended installtion of winxp to work too.
I tried several solutions with smartdrv, but i couldnt get it to work, the
installation either stalled at the same stage every time, or skipped a lot
of files during filetransfer.

BR

Jimmy



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] question

2004-09-07 Thread Adriel Navarro
I have the middle key word in my unattended file and it does not cause
these questions to be answered automatically. It still asks me what I
want to install and then at the end of the install it runs the middle
and bottom line and installs the programs again. Also after it installs
SP4 (on w2k install) it reboots then logs in and does nothing more, when
I terminal service into the box it starts running the
win2ksp4-updates.bat portion, am I doing something wrong? Here are the
relevant files.

[_meta]
fdisk_lba=1
fdisk_cmds=fdisk /clear 1;fdisk /pri:2000;fdisk /activate:1
fdisk_confirm=0
format_cmd=format c: /y /z:seriously /q /v: 
replace_mbr=1
edit_files = 0
top=base2000.bat
middle=7-zip.bat,putty.bat,sun-jre.bat,tightvnc.bat
local_admins=Administrator
local_admins_password=xx
ntp_servers=192.168.252.11

:: MASTER: Perform a basic server installation
@Echo off
:: Set Automatic Updates to download automatically but prompt before
install. todo.pl auconfig.pl 3 --policy --sus http://192.168.194.7;

:: Update windows and turn off annoying stuff.
todo.pl win2ksp4-notips.pl win2k-updates.bat .reboot

:: Defragment the drive to collect the free space.
todo.pl defrag.bat

:: Set IIS startup type to manual and ignore if not installed. todo.pl
.ignore-err 255 startup-type.pl Manual IISADMIN .ignore-err 255
startup-type.pl Manual W3SVC

:: Turn off Windows Messenger service
todo.pl startup-type.pl Manual Messenger

:: Cleanup messes left over from installing.
todo.pl hidepw.pl bootini.pl fixtz.pl



-Original Message-
From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 06, 2004 11:11 AM
To: Adriel Navarro
Cc: [EMAIL PROTECTED]
Subject: Re: [Unattended] question


Adriel Navarro [EMAIL PROTECTED] writes:

 I am running 4.4b with the linux boot over a samba share. I noticed
 that I now get a menu asking what optional scripts I want to run, 
 where does it generate this list from?

It generates the list by scanning Z:\scripts for all of the .bat files
whose first line reads OPTIONAL: 

 Is there a way to automatically answer these questions in the
 unattended file?

Yes, by setting the [_meta]/middle key.  This is documented (briefly) in
http://unattended.sourceforge.net/advanced.html.

 I'm still having trouble getting the NIC card configs working right,
 it seems to be ignoring anything I put in the unattended file for NIC 
 2 and continues using dhcp after the install. Here is the relevant 
 part:
  
 [Networking]
 InstallDefaultComponents=Yes

Redundant, as it turns out (http://support.microsoft.com/?id=247952),
but not harmful.

 [NetAdapters]
 Adapter0=params.Adapter0
 Adapter1=params.Adapter1
 Adapter2=params.Adapter2

OK, as far as it goes, but where are your [params.Adapter0],
[params.Adapter1], and [params.Adapter2] sections?

Without those sections, Setup has no way of knowing which adapter is
Adapter0, which is Adapter1, and which is Adapter2.  You can
either identify them by PCI location or by PCI vendor/device ID plus MAC
address.  See
http://www.microsoft.com/resources/documentation/windowsServ/2003/all/t
echref/en-us/w2k3tr_u_paramsadapterinstance.asp.

 [params.MS_TCPIP.Adapter2]
 SpecificTo=Adapter2
 NetBIOSOptions=1
 DNSDomain=x
 DefaultGateway=192.168.202.210
 SubnetMask=255.255.128.0
 DNSServer=192.168.252.11,192.168.252.12

Should that be DNSServerSearchOrder?

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] compaq n1015v (netboot) pb

2004-09-07 Thread Julien TOUCHE
on this problem,
- linuxboot is always a problem
- dosboot works but i have strange error sometimes
Starting install.pl
Page Fault cr2=1000ààc4 at eip=11dbb0; flags=3206
eax=00c4 ebx=0011cc40 ecx=0012 edx=0002 esi=000ed141 
edi=002c
ebp=001a6d9c esp=001a6d80 cs=a7 ds=af es=af fs=8f gs=0 ss=af error=0004
Aborting.

at hand .. redo the script + perl z:\dosbin\install.pl: ok
partition
reboot
install.pl  ok
but in the end it freezes on c: check (test multiple times)
i will try a memtest on the box today
Regards
Julien
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info