Tandem Failure Data System (TFDS) Manual

Using TFDSCOM
HP Tandem Failure Data System (TFDS) Manual540122-003
3-17
TFDSCOM Commands
Example
This example changes the location of the incident database to $DATA.TFDSDB:
DB-SUBVOL $DATA.TFDSDB
DETAIL
The DETAIL command retrieves the specified detail record from the incident database.
rec-num
is the record number in the incident database, obtained using the REPORT
command.
Guidelines
You can use the abbreviation d in place of DETAIL.
For information about the format of the detail record, see REPORT on page 3-31.
Example
DETAIL
DISABLECPUS
The DISABLECPUS command disables the dumping or 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.
Guidelines
You can use the abbreviation dc in place of DISABLECPUS.
By default, no processors are disabled.
DETAIL rec-num
DISABLECPUS { 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 configured (down to 0) to avoid receiving an incorrect list of enabled processors with
the TFDSCOM CONFIG command.