TMF Reference Manual (G06.24+)

TMFCOM Commands
HP NonStop TMF Reference Manual522418-002
3-163
INFO DATAVOLS
Examples
The following INFO DATAVOLS command, issued without any volume names or other
options, displays configuration attributes for all data volumes:
TMF 90> INFO DATAVOLS
Volume Audit Trail Recovery Mode
-------------------------------------------------
$DATA1 Master Online
$DATA2 Master Online
$DATA3 Master Online
$DATA4 Master Online
$DATA5 Master Archive
$DATA6 Auxiliary01 Online
$DATA7 Auxiliary01 Online
$DATA8 Auxiliary01 Archive
$DATA9 Auxiliary01 Online
The next INFO DATAVOLS command displays configuration information for all data
volumes whose recovery mode is archive:
TMF 91> INFO DATAVOLS, RECOVERYMODE ARCHIVE
Volume Audit Trail Recovery Mode
-------------------------------------------------
$DATA5 Master Archive
$DATA8 Auxiliary01 Archive
The following INFO DATAVOLS command determines if any of three specified volumes
generate audit records to the AUX01 audit trail. The resulting display shows that only
volumes $DATA6 and $DATA7 send audit records to AUX01:
TMF 92> INFO DATAVOLS ($DATA5,$DATA6,$DATA7),AUDITTRAIL AUX01
Volume Audit Trail Recovery Mode
-------------------------------------------------
$DATA6 Auxiliary01 Online
$DATA7 Auxiliary01 Online
The next INFO DATAVOLS command, using the OBEYFORM parameter, formats
output as command file text in the file COMFL2 on the default volume and subvolume:
TMF 93> INFO /OUT COMFL2/ DATAVOLS, OBEYFORM
This text, which can be submitted from COMFL2 as a series of commands to
TMFCOM, is as follows:
Add DataVols $DATA1, AuditTrail MAT, RecoveryMode Online
Add DataVols $DATA2, AuditTrail MAT, RecoveryMode Online
Add DataVols $DATA3, AuditTrail MAT, RecoveryMode Online
Add DataVols $DATA4, AuditTrail MAT, RecoveryMode Online
Add DataVols $DATA5, AuditTrail MAT, RecoveryMode Archive
Add DataVols $DATA6, AuditTrail AUX01, RecoveryMode Online
Add DataVols $DATA7, AuditTrail AUX01, RecoveryMode Online
Add DataVols $DATA8, AuditTrail AUX01, RecoveryMode Archive
Add DataVols $DATA9, AuditTrail AUX01, RecoveryMode Online