strutture:lnf:dr:calcolo:windows:domain:setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
strutture:lnf:dr:calcolo:windows:domain:setup [2013/04/04 14:18] – tonto@infn.it | strutture:lnf:dr:calcolo:windows:domain:setup [2013/04/04 14:22] (current) – tonto@infn.it | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | ====== LNF Windows Domain Server Setup: winserv ====== | ||
+ | |||
+ | |||
+ | Vengono utilizzate le lame 8 e 9 del blade IBM. Su ciascuna delle 2 lame vengono effettuati i seguenti passi di setup: | ||
+ | |||
+ | ==== Installazione ==== | ||
+ | |||
+ | |||
+ | |||
+ | * Aperto da browser Mozilla Firefox la remote console sul blade IBM tramite indirizzo http:// | ||
+ | * Login come Administrator, | ||
+ | * Boot della macchina | ||
+ | * Installato Windows 2008 Server R2 versione Full Enterprise | ||
+ | * Al primo login impostata la password di Administrator. | ||
+ | * Abilitato il Remote Desktop. | ||
+ | * Installati gli update richiesti e reboot. | ||
+ | * Attivato il remote desktop sul Firewall impostandolo a pubblic . | ||
+ | →Control Panel →System and Security →Windows Firewall →Allowed Programs | ||
+ | * Aggiunte le definizioni per il time setting(client NTP): | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | * Impostata la time zone. | ||
+ | * Impostato il netbios su Workgroup | ||
+ | * Eseguito Server Manager | ||
+ | * Add feature | ||
+ | * MPIO | ||
+ | |||
+ | * Lanciato MPIO(Multipath I/O) | ||
+ | * Start -> Programs -> Administrative Tools -> MPIO | ||
+ | * Discover Multipath TAB | ||
+ | * ADD | ||
+ | * Abilitati i volumi FiberChannel: | ||
+ | |||
+ | 1 GB | ||
+ | 128 GB (Backup disk) | ||
+ | 16 GB (Print disk) | ||
+ | 10 TB (UserSpace disk) | ||
+ | |||
+ | * Reboot | ||
+ | Nota: I dischi che verranno utilizzati dal cluster non devono essere messi online (il sistema non riparte). | ||
+ | * Installata la chiave di licenza MS su entrambi i server | ||
+ | * Installato Firefox | ||
+ | * Aggiunto il ruolo Windows Backup Server | ||
+ | * Aggiunto il task per il backup di sistema(tutti i giorni alle 3 di notte): | ||
+ | * Scheduled tasks (new folder LNF,new task: | ||
+ | * Action: wbadmin start backup –backuptarget: | ||
+ | * Abilitata | ||
+ | * Aggiunte nuove features: | ||
+ | * LPR Port Monitor | ||
+ | * Simple TCP/IP Services | ||
+ | * SNMP Services | ||
+ | * Telnet Client | ||
+ | * Telnet Server | ||
+ | * TFTP Client | ||
+ | * Abilitato ruolo → Active Directory Domain Services (con .Net 3.5) | ||
+ | * Abilitato ruolo → File Services (Defaults) | ||
+ | * Abilitato ruolo → Printer Services | ||
+ | * Abilitati LDP e Web services (IIS) con defaults inclusi | ||
+ | * Scan escluso | ||
+ | * Eseguito setup tramite dcpromo.exe | ||
+ | * Ovvero click su AD DS → Run the AD DS Installation Wizard | ||
+ | * Advanced mode installation (box checked) | ||
+ | * Creata nuova foresta win.lnf.infn.it su winserv2 e agganciato winserv1 | ||
+ | * Creato nuovo dominio WIN, Active Directory server e DNS | ||
+ | * Failover Cluster | ||
+ | * Validation check | ||
+ | * Create a Cluster: winserv | ||
+ | * Cluster File Server: winstorage | ||
+ | * Aggiunta della risorsa disk (128GB drive FC letter F) | ||
+ | |||
+ | * Cluster Printer services (richiede storage dedicato) | ||
+ | * winprint | ||
+ | * Manage Printers… | ||
+ | * Create le code per le stampanti: | ||
+ | |||
+ | aetl1bw | ||
+ | aeal1bw | ||
+ | aeal2bw | ||
+ | aeal2col | ||
+ | aebl2bw | ||
+ | aeb52bw | ||
+ | calc0bw | ||
+ | calc1col2 | ||
+ | ed22tlandbw | ||
+ | |||
+ | * aggiunto utente print su Active Directory (senza password) | ||
+ | * Per evitare le restrinctions: | ||
+ | |||
+ | Secedit /export /cfg / | ||
+ | Edit c: | ||
+ | Impostare PasswordComplexity =0 e MinimumPasswordLength=0 | ||
+ | Secedit /configure /db %windir%\security\local.sdb /cfg c: | ||
+ | |||
+ | * Rimettere tutto a posto dopo aver azzerato la password dell’utente print: | ||
+ | |||
+ | Impostare PasswordComplexity =1 | ||
+ | MinimumPasswordLength=7 | ||
+ | |||
+ | * Per ciascuna stampante configurate le impostazioni di default per la carta. A4 e stampa fronte/ | ||
+ | |||
+ | * Aggiunto task per il backup di sistema (tutti i giorni alle 3 di notte): | ||
+ | |||
+ | Sheduled tasks (new folder LNF, new task: Backup) | ||
+ | Action: wbadmin start backup -systemstate -allcriticall –backuptarget: | ||
+ | |||
+ | • Reboot finale | ||
+ | |||
+ | |||