Per interrogare LDAP di Exchange Server 2000, puntare il client verso la porta 3268 del Global Catalog di dominio
Tags: TCP/IP, Tecnica
Interrogare LDAP di Exchange Server 2000
Per interrogare LDAP di Exchange Server 2000, puntare il client verso la porta 3268 del Global Catalog di dominio
Tags: TCP/IP, Tecnica
Errore W32TIME nel log di Windows 2000 server
Errore W32TIME nel log di Windows 2000 server, quando PDC di una foresta:
This Machine is a PDC of the domain at the root of the forest. Configure to sync from External time source using the net command, ‘net time /setsntp:’
Risoluzione:
1) fermare il servizio w32time (net stop w32time)
2) configurare con un time server esterno affidabile, es: Istituto Elettrotecnico Nazionale G.Ferraris - Torino (net time /setsntp:time.ien.it)
3) testare il funzionamento con w32tm -once -test -v
4) sincronizzare (w32tm -s), si ottiene una risposta tipo: “RPC to local server returned 0×6b5″; se si ottiene 0×0 la sincronizzazione non è andata a buon fine, accertarsi di avere effettivamente fermato il servizio w32time
5) fare ripartire il servizio w32time
Credit: Adrian Grigoroff (www.eventid.net)
Tags: TCP/IP, Tecnica