Tandem Failure Data System (TFDS) Manual
Using TFDSCOM
HP Tandem Failure Data System (TFDS) Manual—540122-003
3-21
TFDSCOM Commands
ENABLECPUS
The ENABLECPUS command enables the dumping and reloading of specific
processors if a Processor Down event occurs.
n
specifies a valid processor number. Processor numbers range from 0 through 15.
ALL
specifies all processors.
Examples
•
This example restores processing of processors 0, 1, and 2 halts:
ENABLECPUS 0 1 2
•
This example restores processing on all processors:
ENABLECPUS ALL
EXCLUDEFILES
The EXCLUDEFILES command specifies which files should not be included when
TFDS collects failure data. (For more information, see Files Included in Failure Data
Collection on page 1-7.)
filename
specifies a fully qualified Guardian file name.
TEMP
specifies that filename will not included when TFDS next collects failure data
only. When TEMP is not specified, filename is never again collected.
OFF
removes filename from the EXCLUDEFILES list.
ENABLECPUS { n [, n, ... ] | ALL }
Caution. If the first physical processor number configured is not processor 0, you must add a
DISABLECPUS option for each processor number lower than the number of the first physical
processor (down to 0) configured to avoid receiving an incorrect list of enabled processors with
the TFDSCOM
CONFIG command. An incorrect list of enabled processors does not have an
adverse affect on the normal operation of TFDS software.
EXCLUDEFILES filename [ TEMP | OFF ]










