Sie befinden sich aktuell in den Archiven des Blogs Tech Blog Wanierke für Februar, 2009.
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (65)
- Performance Analyse (3)
- Programmieren (1)
- Projektmanagement (2)
- Tools (31)
- VMWare (10)
- Windows 2000 (8)
- Windows 2003 (10)
- Windows 2008 (22)
- Windows 7 (13)
- 5.8.2010: Account Lockout Status
- 30.7.2010: Move Disks to Another Computer / Windows 7 and Windows 2008 R2
- 29.7.2010: Problembehandlung bei FRS Problemen / Windows 2000
- 28.7.2010: Information boot windows from SAN
- 9.7.2010: ADMT - Active Directory Migration Tool - Links
- 29.6.2010: IPv4 - Netzmasken
- 24.6.2010: Overview of the GroupPolicy settings and the corresponding registry settings
- 8.6.2010: Virtualization Support Wizard
- 7.6.2010: Install Hotfix on Windows 7 or Windows 2008
- 21.5.2010: Create a Windows 7 WIM Image / Windows 7 PE
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 »