Best Practices Linux VMWare Clonning
After you clone the VM login and...
1) rm -rf /etc/ssh/ssh_host_*
2) Edit the hostname in /etc/sysconfig/network
3) rm -rf /etc/udev/rules.d/70-*
4) Remove the HWADDR line and UUID line from /etc/sysconfig/network-scripts/ifcfg-eth* file(s). Also change the IP address in this/these files
5) If you'd like, delete all the logs from /var/log and build logs from /root
Reboot VM
quinta-feira, 31 de março de 2016
domingo, 14 de fevereiro de 2016
Windows 2008 - Domain Controller - Blue Screen - Recovery NDTS
Windows 2008 x86, erro, tela azul, Domain Controller, Directory Services Restore Mode, event id 1003 e 1168
- Restart the server and press F8 key, select Directory Services restore mode.
- Log in with the local administrator username and password
- Type: cd \windows\system32
- Type: NTDSUTIL
- Type: activate instance NTDS
- Type: files
- If you encounter an error stating that the Jet engine could not be initialized exit out of ntdsutil.
- Type: cd\
- Type: md backupad
- Type: cd \windows\ntds
- Type: copy ntds.dit c:\backupad
- Type: cd \windows\system32
- Type: esentutl /g c:\windows\ntds\ntds.dit
- This will perform an integrity check, (the results indicate that the jet database is corrupt)
- Type: esentutl /p c:\windows\ntds\ntds.dit
- Agree with the prompt
- Type: cd \windows\ntds
- Type: move *.log c:\backupad (or just delete the log files)
This should complete the repair. To verify that the repair has worked successfully:
- Type: cd \windows\system32
- Type: ntdsutil
- Type: activate instance ntds
- Type: files (you should no longer get an error when you do this)
- Type: info (file info should now appear correctly)
One final step, now sure if it’s required:
From the NTDSUTIL command prompt:
- Type: Semantic Database Analysis
- Type: Go
fonte: http://distefano.biz/blog/index.php/2013/01/22/windows-server-2008domain-controller-failed-to-start/
Dell T110 - Windows 2008 x86 - PERC S300, falha no boot após falta de energia
Baixar o driver da controladora PERC - Salvar em um pen-drive
Download File
http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=WPJ2J
Boot no servidor com mídia de instalação do S.O.
Selecionar o idioma
Selecionar "Modo de reparação"
Carregar o driver da controladora PERC
Selecionar a partição de sistema e Avançar
Prompt de comando
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
x:\sources\recovery\StartRep.exe
Download File
http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=WPJ2J
Boot no servidor com mídia de instalação do S.O.
Selecionar o idioma
Selecionar "Modo de reparação"
Carregar o driver da controladora PERC
Selecionar a partição de sistema e Avançar
Prompt de comando
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
x:\sources\recovery\StartRep.exe
Assinar:
Postagens (Atom)