Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #!/usr/bin/ksh
  2. #
  3. #@(#)
  4. #@(#) USAGE: dump_master_db [opts] SERVER [AREA]
  5. #@(#) opts: -p PAGENAME : send Pages to PAGENAME rather than the default (usually database)
  6. #@(#) -nodbcc : will not do the DBCCs before the dump
  7. #@(#) -c COMPRESSION_LEVEL : dump the database at the stated compression level.
  8. #@(#)
  9. #@(#) This script will do some DBCCs, truncates the log and then dumps the master database on any SERVER
  10. #@(#) The SERVER parm is used to build the logical device name as follows:
  11. #@(#) SERVER_master_dump
  12. #@(#) NOTE: There is no AREA and no stripes for this dump device.
  13. #@(#) COMPRESSION: VALUES 1 (least) to 9 (most compressed).
  14. #@(#) Currently, we only use values of none to 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement