Serveur RIS et mise en domaine

Serveur RIS et mise en domaine - Infrastructures serveurs - Systèmes & Réseaux Pro

Marsh Posté le 27-06-2007 à 21:31:29    

Bonjour,
 
Voila j'utilise un serveur ris pour installer un bon paquet de machine. Les postent bootent bien en PXE, s'install. Cependant, je souhaite les mettre en domaine directement pendant l'install. POur cela j'ai rajouter quelques lignes a mon fichier de réponse lié à mon image mais il ne semble pas les prendr :(.
Il en est de même pour la résolution et au démarrage de l'os je tombe sur le menu de présentation de windows chose que je souhaite éviter.
 
Voici mon fichier de réponse si quelqu'un peut m'aider merci  

Citation :

;SetupMgrTag
[Data]
    AutoPartition=1
    MsDosInitiated="1"
    UnattendedInstall="Yes"
    floppyless="1"
    OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
    OriTyp="4"
    LocalSourceOnCD=1
 
[SetupData]
    OsLoadOptions="/noguiboot /fastdetect"
    SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
 
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=No
    OemFilesPath=..\$OEM$
    TargetPath=\WINDOWS
    FileSystem=LeaveAlone
    NtUpgrade=No
    OverwriteOemFilesOnUpgrade=No
    AutoActivate = No
 
[GuiUnattended]
    AdminPassword="p6ec6u2"
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=%TIMEZONE%
    OemSkipWelcome=1
    AutoLogon=Yes
    AutoLogonCount=2
 
[UserData]
    ProductKey=VHHWK-69Y6M-WM8YD-MB8TR-K86FB
    FullName="Poustel"
    OrgName="Poustel"
    ComputerName=%MACHINENAME%
 
[RegionalSettings]
    LanguageGroup=2,1
    Language=0000040c
 
[SetupMgr]
    DistFolder=C:\windist
    DistShare=windist
 
[Identification]
    JoinDomain=poustel
     CreateComputerAccountInDomain = Yes
     DomainAdmin = poustel\administrateur
     DomainAdminPassword = pass
 
[Networking]
    InstallDefaultComponents=Yes
    ProcessPageSections=Yes
 
[RemoteInstall]
    Repartition=Yes
 
[OSChooser]
    Description="Windows Professionnel - Installation standard"
    Help="Ceci installera Windows Professionnel dans une configuration standard."
    LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
    ImageType=Flat
 
[Branding]
    BrandIEUsingUnattended=Yes
 
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=0
 
[GuiRunOnce]
    command1="%Systemdrive%\netdom.exe add /d:poustel.loc %computername% /ud:poustel\administrateur /pd:toto /OU:OU=Courbevoie"
 
[Display]
    BitsPerPel=32
    Xresolution=800
    YResolution=600
    Vrefresh=60
 
[WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall
 
[WindowsFirewall.TurnOffFirewall]
   Mode = 0
 

Reply

Marsh Posté le 27-06-2007 à 21:31:29   

Reply

Marsh Posté le 27-06-2007 à 22:33:39    

hello
 
ptet faire un tour ici :  
 
http://support.microsoft.com/kb/150493/  
 
(reboot, droits ..)

Reply

Marsh Posté le 27-06-2007 à 22:45:15    

oui j'ai déja vu cette commande, le soucis est que mon ris n'execute aucune commande a la fin de l'installation, même pâs celle ci

Reply

Marsh Posté le 27-06-2007 à 23:49:19    

Je me suis préparé un fichier identique mais je l'utilise en version CD parce que j'ai rarement plus de 3 machines à installer en même temps donc pas besoin de RIS.

 
Code :
  1. ;SetupMgrTag
  2. [Data]
  3.     MsDosInitiated="0"
  4.     UnattendedInstall="Yes"
  5.     AutoPartition=1
  6. [Unattended]
  7.     UnattendMode=FullUnattended
  8.     OemSkipEula=Yes
  9.     OemPreinstall=No
  10.     TargetPath=\WINDOWS
  11.     Repartition=Yes
  12. [GuiUnattended]
  13.     AdminPassword=*******************************************************
  14.     EncryptedAdminPassword=Yes
  15.     OEMSkipRegional=1
  16.     TimeZone=280
  17.     OemSkipWelcome=1
  18. [UserData]
  19.     ProductKey=*****-*****-*****-*****-*****
  20.     FullName="ENERCAL"
  21.     OrgName="ENERCAL"
  22.     ComputerName=*
  23.     ProductID=*****-*****-*****-*****-*****
  24. [TapiLocation]
  25.     CountryCode=687
  26. [Identification]
  27.     JoinDomain=enercal
  28.     DomainAdmin=administrateur
  29.     DomainAdminPassword=****
  30. [Networking]
  31.     InstallDefaultComponents=Yes
  32. [Display]
  33.     BitsPerPel=32
  34.     Xresolution=1024
  35.     YResolution=768
  36.     Vrefresh=75
 

Au passage, merci pour la clé Windows ;-)


Message édité par SinDromX le 28-06-2007 à 00:01:15
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed