Skip to content

Commit f3f350b

Browse files
author
Marcin Przepiorowski
committed
Documentation fix
1 parent ed416d2 commit f3f350b

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

bin/dx_upgrade_db.pl

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,27 @@ =head1 OPTIONS
183183
184184
=back
185185
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+
186207
187208
188209
=cut

bin/dx_v2p.pl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,23 @@ =head1 OPTIONS
315315
316316
=back
317317
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.
318335
319336
320337
=cut

0 commit comments

Comments
 (0)