Sie befinden sich aktuell in den Archiven des Blogs Tech Blog Wanierke für Januar, 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 Januar 2009
OpenSource DVD
30.1.2009 von Tim Wanierke.
Unter folgendem Link kann man sich die aktuelle OpenSource DVD herunterladen:
( Die aktuelle Version 13 enthällt 420 Windows Programme )
Link : http://www.opensource-dvd.de/
Geschrieben in Tools | Drucken | Keine Kommentare »
Extend the systemdisk of a virtual instance running on a ESX server
28.1.2009 von Tim Wanierke.
1. Install a virtual helper instance from a template.
2. Shut down the server which systemdisk should be extended.
3. Grow the VM disk via vmkfstools.
3.1 Commit or remove all snapshots.
3.2 Connect to the VMHost via putty.
3.3 Go the the directory where the VM file is placed ( /vmfs/volumes/vm_name/vm_name )
3.4 /usr/sbin/vmkfstools -X new_sizeG vm_name.vmdk
4. Add this disk to the helper instance.
5. Use diskpart to extend the partition of this disk.
5.1 diskpart <ENTER>
5.2 list volume <ENTER>
5.3 select volume “ID of volume” <ENTER>
5.4 extend <ENTER>
6. Shutdown the virtual helper instance.
( Because disks can’t be removed from running virtual machines )
7. Start the instance that systemdisk has been extended.
8. Destroy the virtual helper instance.
Geschrieben in VMWare | Drucken | Keine Kommentare »
Cross Plattform IP-Scanner ( Freeware )
28.1.2009 von Tim Wanierke.
Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.
It is widely used by network administrators and just curious users around the world, including large and small enterprises, banks, and government agencies.
It runs on Linux, Windows, and Mac OS X, possibly supporting other platforms as well.
Link : http://www.angryziber.com/w/Home
Geschrieben in Tools | Drucken | Keine Kommentare »