Skip to content

Commit 61aa2ab

Browse files
author
Marcin Przepiorowski
committed
documentation fix for detach dsource
1 parent 0d62ef7 commit 61aa2ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bin/dx_ctl_dsource.pl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
my $logsync = "no";
4545
my $compression = "no";
46+
my $dbusertype = 'database';
4647

4748
GetOptions(
4849
'help|?' => \(my $help),
@@ -57,7 +58,7 @@
5758
'stageinst=s' => \(my $stageinst),
5859
'stageenv=s' => \(my $stageenv),
5960
'dbuser=s' => \(my $dbuser),
60-
'dbusertype=s' => \(my $dbusertype),
61+
'dbusertype=s' => \($dbusertype),
6162
'password=s' => \(my $password),
6263
'cdbcont=s' => \(my $cdbcont),
6364
'cdbuser=s' => \(my $cdbuser),
@@ -332,6 +333,7 @@ =head1 SYNOPSIS
332333
[-mountbase mountpoint ]
333334
[-validatedsync mode ]
334335
[-delphixmanaged yes/no ]
336+
[-dbusertype database|environment|domain]
335337
[-cdbcont container -cdbuser user -cdbpass password]
336338
[-debug ]
337339
[-version ]
@@ -445,6 +447,9 @@ =head2 dSource arguments
445447
=item B<-creategroup>
446448
Create a Delphix group if it doesn't exist
447449
450+
=item B<-dbusertype database|environment|domain>
451+
Specify a database user type for MS SQL. Default value is database.
452+
448453
=item B<-hadr hadrPrimarySVC:XXX,hadrPrimaryHostname:hostname,hadrStandbySVC:YYY>
449454
Add DB2 dSource with HADR support
450455
Parameter hadrTargetList is optional.

0 commit comments

Comments
 (0)