Infos

Sie befinden sich aktuell in den Archiven des Blogs Techblog - Tim Wanierke für Januar, 2009.

Calendar
Januar 2009
M D M D F S S
    Feb »
 1234
567891011
12131415161718
19202122232425
262728293031  

Archive für Januar 2009

Microsoft cluster restore links

Recommended hotfixes for Windows Server 2003 Service Pack 1- based server clusters
http://support.microsoft.com/kb/923830/en-us

Recommended hotfixes for Windows Server 2003 Service Pack 2-based server clusters
http://support.microsoft.com/kb/935640/en-us

Recovering from an Event ID 1034 on a server cluster
http://support.microsoft.com/kb/280425/en-us

Event ID 1034 for MSCS shared disk after disk replacement
http://support.microsoft.com/kb/243195/en-us

How to replace a disk that is on a Windows 2000 or a Windows 2003 server cluster
http://support.microsoft.com/kb/305793/en-us

How to recover from a corrupted quorum log
http://support.microsoft.com/kb/172951/en-us

How to use the cluster TMP file to replace a damaged Clusdb file
http://support.microsoft.com/kb/224999/en-us

How to change the quorum disk designation
http://support.microsoft.com/kb/280353/en-us

How to restart cluster server after Clusdb corruption
http://support.microsoft.com/kb/217147/en-us

Cluster service startup options
http://support.microsoft.com/kb/258078/en-us

How to troubleshoot cluster service startup issues
http://support.microsoft.com/kb/266274/en-us

How to change the cluster service account password
http://support.microsoft.com/kb/305813/en-us

How to troubleshoot cluster service startup issues
http://support.microsoft.com/kb/266274/en-us

How to Use the Cluster TMP file to Replace a Damaged Clusdb File
http://support.microsoft.com/kb/224999

Usage of Hangdump

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

Reset of remote inside sessions DELL / HP

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!