Sie befinden sich aktuell in den Archiven des Blogs Techblog - Tim Wanierke für Februar, 2009.
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (81)
- Performance Analyse (3)
- Programmieren (2)
- Projektmanagement (2)
- Tools (34)
- VMWare (10)
- Windows 2000 (11)
- Windows 2003 (14)
- Windows 2008 (30)
- Windows 7 (14)
- 25.8.2011: Authoritative Restore of Active Directory Objects
- 17.8.2011: User State Migration Tool GUI - MUST
- 12.8.2011: Auflisten von Änderungen eines Active Directory Objektes mittels "repadmin"
- 29.6.2011: PKI , Kerberos and Smart Cards
- 22.6.2011: Active Directory Domain member: Maximum machine account password age
- 16.6.2011: Export and import GPO from one domain to another
- 26.5.2011: Unable To Reconnect To Terminal Server In Application Mode
- 11.5.2011: How to use the EventCombMT utility to search event logs
- 5.5.2011: Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller
- 4.5.2011: Forest Trust - Name Suffix Routing
- August 2011
- Juni 2011
- Mai 2011
- März 2011
- Februar 2011
- Januar 2011
- Dezember 2010
- November 2010
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Juni 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
Archive für Februar 2009
HOWTO repair vss writers
13.2.2009 von Tim Wanierke.
When you have a servers which has an error with one ore more vss writers.
You can check if the vsswriters are working properly using the command “vssadmin list writers”.
See also the KB Article : http://support.microsoft.com/kb/940032
See KB Article : http://support.microsoft.com/kb/940184/en if the error “Error: 0×8000FFFF” occurs.
You can repair these vss writers using the following command:
cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
vssadmin list writers
Geschrieben in Microsoft | Drucken | 1 Kommentar »
Kill process of running VM ( VMWare ESX )
11.2.2009 von Tim Wanierke.
If a Virtual Machine can’t be stoped in the VC-Client or in the console with vmware-cmd.
ps -ef | grep VM-Name
You will get the PID of the running process pointing to the vmx file of the VM
kill -9 PID-Number
The VM should be powered off after the kill
Geschrieben in VMWare | Drucken | 1 Kommentar »
Best Management Practice - Links ( ITIL / Prince2 )
8.2.2009 von Tim Wanierke.
Webseite der OCG Best Management Practice
http://www.best-management-practice.com/
ITIL ( Information Technology Infrastructure Library ) Homepage
http://www.itil-officialsite.com/home/home.asp
Prince2 ( Projects in controlled environments ) Homepage
http://www.prince-officialsite.com/home/home.asp
Prince2 - Templates und Case Studies
http://www.prince-officialsite.com/Resources/Resources.asp
Geschrieben in Projektmanagement | Drucken | Keine Kommentare »