Sie befinden sich aktuell in den Tech Blog Wanierke Blog-Archiven für den folgenden Tag 26.1.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 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 »