Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 28.1.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 28.1.2009
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 »
Windows recovery console / commands
28.1.2009 von Tim Wanierke.
Description of the Windows 2000 Recovery Console
Link : http://support.microsoft.com/kb/229716/EN-US/
Geschrieben in Microsoft | Drucken | 1 Kommentar »