Tandem Failure Data System (TFDS) Manual

Using TFDSCOM
HP Tandem Failure Data System (TFDS) Manual—540122-003
3-30
TFDSCOM Commands
REM
The REM command insert comments into the current trace file.
tracefilecomment
specifies either an integer or a quoted string.
Example
REM "Further investigation required."
REMOTENOTIFY
The REMOTENOTIFY command causes TFDS to create a zero-length file on the
specified remote system.
REMOTENOTIFY is useful if you are managing multiple systems from one workstation.
With this option enabled, any failure that results in a dump creates a zero-length file on
the remote system as a notification mechanism.
ON
turns ON REMOTENOTIFY.
system
represents a system name.
volume
represents a volume name.
subvolume
represents a subvolume name.
OFF
turns off REMOTENOTIFY. The default REMOTENOTIFY setting is OFF.
Guidelines
You can use the abbreviation rn in place of REMOTENOTIFY.
The syntax checking of the target location is validated by TFDSCOM, but no
validation is done to verify that the target destination exists.
REM tracefilecomment
REMOTENOTIFY { ON system.volume.subvolume }
{ OFF }