From TruCluster Server Handbook
Appendix A: TruCluster Server Troubleshooting
Appendix B: Resources

Here, we take a look at problems we've seen and offer advice on what to do if you see them.

A.1. Troubleshooting

A.1.1 System/Cluster is Hung (or Appears Hung)

  • Are there CNX messages indicating lost quorum? (Check /var/adm/messages.)

    If so, follow Chapter 17 suggestions for restoring quorum.

  • Do the members respond to ping(8)?

    If not, the member(s) may be hung or suspended: force a crash (see section A.1.2).

  • Try logging in as root at the console.

    If you can, check resources (memory, CPU, I/O, CFS) to see if something is swamped. Also check event logs and the console log.

A.1.2 System/Cluster is Hung II

If a single member is truly hung (doesn't respond to ping, you can't login at the console, no interactive processes are responding, etc.), you probably need to force a crash on the hung member (it could also be affecting the performance or responsiveness of the rest of the cluster). To do this:

  1. Use the dumpsys(8) command on each responding member to copy a snapshot of memory to a dump file. By default, the dumpsys command writes the dump to /var/adm/crash, which is a CDSL to /cluster/members/{memb}/adm/crash.

    <b class="bold"># dumpsys</b>Saving /var/adm/crash/vmzcore.0<a name="1754"></a><a name="page800"></a>
  2. Use clu_quorum to make sure the cluster will not lose quorum when you halt the hung member. (Reference Chapter 17.)

  3. Crash the hung member by manually halting the member and running " crash" at the console prompt.

    <b class="bold">>>>...
Copyright Scott Fafrak, Jim Lola, Dennis O'Brien, Greg Yates, and Brad Nichols 2003 under license agreement with Books24x7

Products & Services
Bluetooth® Chips
Bluetooth® chips are board level components which broadcast in the 2.4 GHz industrial, scientific, and medical (ISM) radio band.
IC Analog Switches
IC analog switches are integrated circuits (ICs) that allow electric current to flow when closed and prevent current from flowing when open. They are often used to interface analog signals to digital controllers.
DC-DC Converter Chips
DC-DC converter chips provide a regulated DC voltage output from a different, unregulated input voltage.&nbsp;
Instrument Transformers
nstrument transformers are used to step-down current or voltage to measurable values. They provide standardized, useable levels of current or voltage in a variety of power monitoring and measurement applications.
Logarithmic Amplifier Chips
Logarithmic amplifier chips produce an output voltage that is directly proportional to the logarithm of the input voltage.

Topics of Interest

Cluster Verification Verify the cluster members using clu_get_info command. Both nodes should be up and running (Member state = UP). rac2> clu_get_info Cluster information for cluster rac...

Introduction In this chapter, we will explore how to perform rudimentary administrative tasks on a Windows computer using the available command-line utilities and commands. We will start with the...

In This Toolbox Functions are powerful elements of the Log Parser SQL language; virtually all queries written with the Log Parser SQL language make use of at least one function. Functions take zero...

A.2 Declarations A.2.1 Declaration types A.2.1.1 Module parameter declarations local_parameter_declaration ::=<b class="bold"> localparam</b> data_type_or_implicit...

Table A.1: OpenMP directives. Fortran C/C++ Syntax <b class="bold">sentinel directive-name [clause] ... Fixed form Free formSentinel !$omp c$omp *$omp...