File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,27 @@ =head1 OPTIONS
183
183
184
184
=back
185
185
186
+ =head1 EXAMPLES
187
+
188
+ Upgrade of MS SQL ( including enabling and disabling VDB)
189
+
190
+ dx_ctl_db -d Landshark43 -name autotest -action disable
191
+ Disabling database autotest.
192
+ Starting job JOB-830 for database autotest.
193
+ 0 - 5 - 10 - 20 - 30 - 100
194
+ Job JOB-830 finised with state: COMPLETED
195
+
196
+ dx_upgrade_db -d Landshark43 -name autotest -envinst MSSQL2012
197
+ Waiting for all actions to complete. Parent action is ACTION-1698
198
+ Upgrade completed with success.
199
+
200
+
201
+ dx_ctl_db -d Landshark43 -name autotest -action enable
202
+ Enabling database autotest.
203
+ Starting job JOB-831 for database autotest.
204
+ 0 - 25 - 75 - 100
205
+ Job JOB-831 finised with state: COMPLETED
206
+
186
207
187
208
188
209
=cut
Original file line number Diff line number Diff line change @@ -315,6 +315,23 @@ =head1 OPTIONS
315
315
316
316
=back
317
317
318
+ =head1 EXAMPLES
319
+
320
+ Oracle V2P process
321
+
322
+ dx_v2p -d Landshark -sourcename testdx -dbname v2p -environment LINUXTARGET -type oracle -envinst "/u01/app/oracle/product/11.2.0/dbhome_1" -targetDirectory /data/u02/v2p
323
+ Starting provisioning job - JOB-231
324
+ 0 - 2 - 3 - 5 - 6 - 7 - 8 - 9 - 10 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 46 - 47 - 49 - 50 - 51 - 52 - 54 - 55 - 56 - 57 - 58 - 59 - 60 - 61 - 62 - 63 - 64 - 65 - 66 - 67 - 68 - 69 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79 - 80 - 81 - 82 - 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90 - 92 - 93 - 94 - 95 - 96 - 97 - 98 - 99 - 100
325
+ Job JOB-231 finised with state: COMPLETED
326
+ V2P job finished with COMPLETED status.
327
+
328
+ MS SQL V2P proces
329
+
330
+ dx_v2p -d Landshark43 -sourcename autotest -environment WINDOWSTARGET -type mssql -envinst MSSQL2012 -dbname v2p -targetDirectory "c:\temp"
331
+ Starting provisioning job - JOB-832
332
+ 0 - 1 - 5 - 10 - 20 - 80 - 100
333
+ Job JOB-832 finised with state: COMPLETED
334
+ V2P job finished with COMPLETED status.
318
335
319
336
320
337
=cut
You can’t perform that action at this time.
0 commit comments