Sie befinden sich aktuell in den Techblog - Tim Wanierke Blog-Archiven für den folgenden Tag 26.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 26.1.2009
Usage of Hangdump
26.1.2009 von Tim Wanierke.
Hangdump can be used if application stop responding and it should be investigated why!
This is how you would go about to create the dump files needed for analyzing this:
1. Go to -> http://www.microsoft.com/whdc/devtools/debugging/default.mspx
2. Download the latest release,. ie. NOT the beta version, for your system. Ie. 32 or 64 bits.
3. Install it on the machine where the app hangs, my suggestion is to install it to C:\Debuggers
4. Now start your application if it is not running.
5. Start a command prompt and navigate to where you installed the debugger.
6. Execute the command ‘tlist’, this will list all running processes and their ids (PID), take note of your applications PID.
7. Now run the adplus tool in order to create the hang dump file.
Use the following syntax: adplus -hang -p <your pid> -o C:\DumpFiles
8. Ignore the two Adplus warning.
9. Run it 3 or 4 times with a minute or two between each run.
10. Examine the C:\DumpFiles directory, here you now should have a directory called Hang__Mode__Date…. Etc.
Thx to Thomas Punzo
Geschrieben in Tools | Drucken | 1 Kommentar »
Reset of remote inside sessions DELL / HP
26.1.2009 von Thomas_Punzo.
Cause: Sometimes Remote insight boards might hang and logging into the board might not be possible!
——-
Solution:
——-
1.) Connect via Putty to the IP Adress of the RILO (SSH)
2.) Login with local administrative Account: …, PW: …
3.) cd /map1
4.) reset
Now the access should work again!
For Dell use: racadm reset
Thx also to LiLaLauleBär!
Geschrieben in Hardware | Drucken | 1 Kommentar »