DA-DB2
This page was last modified 01:16, 12 April 2006.From Documentation
(Difference between revisions)
Revision as of 07:32, 11 April 2006 Moff (Talk | contribs) ← Previous diff |
Current revision Moff (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
Following are the DB2 commands used by DA-DB2. The FSdb2 commands are the shell commands called from DB2online, DB2offlne and DB2arch respectively. Code boxes are the DB2 commands called from do_db2 according to FSdb2 flags (eg -c, -x etc). Italics are comments. | Following are the DB2 commands used by DA-DB2. The FSdb2 commands are the shell commands called from DB2online, DB2offlne and DB2arch respectively. Code boxes are the DB2 commands called from do_db2 according to FSdb2 flags (eg -c, -x etc). Italics are comments. | ||
- | <strong>DB2 Online Tablespace</strong> | + | |
+ | == DB2 Online Tablespace == | ||
<pre>db2 "backup database <database> tablespace (<tablespace>) online | <pre>db2 "backup database <database> tablespace (<tablespace>) online | ||
to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | ||
- | <strong>DB2 Online Database</strong> | + | == DB2 Online Database == |
<pre>db2 "backup database <database> online | <pre>db2 "backup database <database> online | ||
to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | ||
- | <strong>DB2 Offline Tablespace</strong> | + | == DB2 Offline Tablespace == |
<pre>db2 "backup database <database> tablespace (<tablespace>) | <pre>db2 "backup database <database> tablespace (<tablespace>) | ||
to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | ||
- | <strong>DB2 Offline Database</strong> | + | == DB2 Offline Database == |
<pre>db2 "backup database <database> | <pre>db2 "backup database <database> | ||
to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> | to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"</pre> |
Current revision
Following are the DB2 commands used by DA-DB2. The FSdb2 commands are the shell commands called from DB2online, DB2offlne and DB2arch respectively. Code boxes are the DB2 commands called from do_db2 according to FSdb2 flags (eg -c, -x etc). Italics are comments.
[edit]
DB2 Online Tablespace
db2 "backup database <database> tablespace (<tablespace>) online to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"
[edit]
DB2 Online Database
db2 "backup database <database> online to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"
[edit]
DB2 Offline Tablespace
db2 "backup database <database> tablespace (<tablespace>) to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"
[edit]
DB2 Offline Database
db2 "backup database <database> to <device> with 2 buffers buffer 2048 parallelism 1 without prompting"