You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-11Lines changed: 38 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## What is it
4
4
5
-
Dxtoolkit is a set of scripts, which are delivered by Delphix professional services team.
5
+
Dxtoolkit is a set of scripts, which are delivered by Delphix professional services team.
6
6
Dxtoolkit scripts look and feel like UNIX executables, following the typical conventions of using flags for arguments. Dxtoolkit is written in Perl, but no knowledge of Perl is required unless you want to extend it. In fact, no programming experience whatsoever is required to use the dxtoolkit.
7
7
8
8
## What's new
@@ -12,21 +12,24 @@ Please check a [change log](https://github.com/delphix/dxtoolkit/blob/master/CHA
12
12
## How to get started
13
13
### Compiled version
14
14
15
-
**Prerequisites**
16
-
* OpenSSL 1.0 library is required for Solaris Sparc, Solaris x64, Red Hat 6 and Red Hat 7
17
-
* OpenSSL 0.98 library is required for Red Hat 5
18
-
19
-
If you don't have required version of OpenSSL library download a version with -openssl- in name, where
20
-
those libraries are embbeded.
21
-
22
-
Download a compiled version of DxToolkit for required platform from a [releases page](https://github.com/delphix/dxtoolkit/releases).
15
+
Download a compiled version of DxToolkit for required platform from a [releases page](https://github.com/delphix/dxtoolkit/releases).
23
16
Create a configuration file *dxtools.conf* based on dxtools.conf.example or a Wiki page.
24
17
25
18
Check a [documentation](https://github.com/delphix/dxtoolkit/wiki) for more details
26
19
27
-
### Known issues
28
20
29
-
There is no script dx_syslog on Windows and AIX due to lack of support of Log::Syslog::Fast Perl module
21
+
### Docker image
22
+
23
+
Run dxtoolkit using a docker image:
24
+
1. Create configuration file *dxtools.conf* based on dxtools.conf.example or a Wiki page.
25
+
2. Run a docker image with the following parameters:
0 commit comments