Page tree
Skip to end of metadata
Go to start of metadata

Outputs beginning and ending times for DUMP operations.  Use with 3604 to send output to client or 3605 to send output to errorlog

 

Example:

1> set switch on 3000 with override
2> go

Switch 3000 is turned on. All supplied switches are successfully turned on.

1> set switch on 3604
2> go
Switch 3604 ('print_output_to_client') is turned on.
All supplied switches are successfully turned on.

1> dump database model to "/work/foo"
2> go
Begin dump of database 3
Jan 28 2014  1:52:31:500PM
Backup Server: 4.171.1.1: The current value of 'reserved pages threshold' is
85%. Backup Server: 4.171.1.2: The current value of 'allocated pages threshold' is
40%.
Backup Server: 4.171.1.5: The current value of 'parallel scan' is 2.
Backup Server session id is: 29. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server: 6.28.1.1: Dumpfile name 'model140280C31F  ' section number 1
mounted on disk file '/work/foo'
Backup Server: 4.188.1.1: Database model: 914 kilobytes (100%) DUMPED.
Backup Server: 3.43.1.1: Dump phase number 1 completed.
Backup Server: 3.43.1.1: Dump phase number 2 completed.
Backup Server: 3.43.1.1: Dump phase number 3 completed.
Backup Server: 4.188.1.1: Database model: 922 kilobytes (100%) DUMPED.
Backup Server: 3.42.1.1: DUMP is complete (database model).
End dump of database 3
Jan 28 2014  1:52:32:500PM

 

  • No labels