TMF Reference Manual (G06.26+)

TMFCOM Commands
HP NonStop TMF Reference Manual522418-003
3-285
SHOW DUMPS
Usage Guideline
The SHOW DUMPS command does not display default values for specifications.
If no parameter is specified in SHOW DUMPS, this command displays the values of all
specifications set by SET DUMPS commands during this session.
If a SET DUMPS command was not issued during the session, the SHOW DUMPS
command presents no information.
Output Displayed
The SHOW DUMPS command displays the values of the specifications listed under
the syntax description earlier in this discussion. For details about these specifications,
see the ADD DUMPS or SET DUMPS command description.
Examples
The following SHOW DUMPS command displays the specification value established
earlier in this session by a SET DUMPS command:
TMF 21> SET DUMPS TYPE AUDITDUMP
.
.
.
TMF 22> SHOW DUMPS
type auditdump
The next SHOW DUMPS command displays the DISKMEDIA setting most recently
established during this session:
TMF 23> SET DUMPS DISKMEDIA $BACKUP.FT001000.F0000001
.
.
.
TMF 24> SHOW DUMPS DISKMEDIA
DISKMEDIA \NORTH1.$BACKUP.FT001000.F0000001
If the most recent SET DUMPS DISKMEDIA command included a list of disk volumes,
these are displayed when a SHOW DUMPS DISKMEDIA command is entered:
TMF 30> SHOW DUMPS DISKMEDIA
DISKMEDIA (\NORTH2.$TMF.FT001000.F0000001, &
\NORTH2.$TMF.FT001000.F0000002)
If the SET DUMPS command has not been used during this session, the SHOW
DUMPS command presents no information:
TMF 10> SHOW DUMPS
TMF 11>