diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuration-description.md b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuration-description.md new file mode 100644 index 0000000000000000000000000000000000000000..39ea7c3a74367dac09c491b32da34f32314e7272 --- /dev/null +++ b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuration-description.md @@ -0,0 +1,9 @@ +# Configuration Description + +This section describes how to modify the configuration file of a cluster database to: + +- \(Mandatory\) Connect to the database based on a whitelist through a local host running the Windows OS \(referred to as a Windows host\). The database can be openGauss. + - For details about how to configure a whitelist for openGauss, see [Configuring a Whitelist for OpenGauss ](configuring-a-whitelist-for-opengauss.md). + + + diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-cluster-database.md b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-cluster-database.md new file mode 100644 index 0000000000000000000000000000000000000000..e30f65ab898d8a40f5c45c4cc3c3a0f36764cd94 --- /dev/null +++ b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-cluster-database.md @@ -0,0 +1,9 @@ +# Configuring a Cluster Database + +- **[Configuration Description](configuration-description.md)** + +- **[Configuring a Whitelist for openGauss](configuring-a-whitelist-for-opengauss.md)** + +- **[Supporting Command Line Supply of Connection Parameters](supporting-command-line-supply-of-connection-parameters.md)** + + diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-whitelist-for-opengauss.md b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-whitelist-for-opengauss.md new file mode 100644 index 0000000000000000000000000000000000000000..2cb5b9af5c270fd5b0fec134761fce91480a1dce --- /dev/null +++ b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/configuring-a-whitelist-for-opengauss.md @@ -0,0 +1,30 @@ +# Configuring a Whitelist for openGauss + +- Configure the **pg\_hba.conf** file to allow users to connect to a database through a local Windows host. + + 1. Log in to any host in a cluster as user **omm**. Log in to a node where the MPPDB service resides as the OS user **omm**. Run **source $\{BIGDATA\_HOME\}/mppdb/.mppdbgs\_profile** to start environment variables. + 2. Configure the host to allow users to connect to the database server through the local Windows host. + + The following command allows user **jack** to remotely connect to the database from the 192.168.1.1 client. + + ``` + gs_guc set -Z coordinator -N all -I all -h "host all jack 192.168.1.1/32 sha256" + ``` + + > **NOTE:** + >- Connect to the database as a common user, rather than user **omm**. + >- Parameters in the command above are as follows: + > - **-Z coordinator** indicates that the instance type is **coordinator**. + > - **-N all** indicates all hosts in the cluster. + > - **-I all** indicates all instances of the host. + > - **-h** indicates statements that need to be added in the **pg\_hba.conf** file. + > - **host** **all** indicates that the client can connect to any host where a CN resides in the database cluster. + > - **jack** indicates the user that accesses the database. You can run the following command to create the user **jack** in advance: + > ``` + > postgres=# CREATE USER jack PASSWORD 'Gaussdba@Mpp'; + > ``` + > - **192.168.1.1/32** indicates the host that can connect to the database. You can replace the IP address with the IP address of any local Windows host. + > Configure the parameters based on your network conditions. For example, if **192.168.1.1/32** is specified, only the specified host can connect to the database. If **192.168.1.0/24**, **192.168.0.0/16**, or **192.0.0.0/8** is specified, all hosts on the specified network segment can connect to the database. + > - **sha256** indicates that the password of user **jack** is encrypted using the **SHA-256** algorithm + + diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/en-us_bookmap_0236236398.md b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/en-us_bookmap_0236236398.md new file mode 100644 index 0000000000000000000000000000000000000000..063389a95946247e0fa4be4245a42d6dd75dbf5d --- /dev/null +++ b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/en-us_bookmap_0236236398.md @@ -0,0 +1,15 @@ +# Installation Description + +- [Overview](overview.md) +- [Structure of Release Package](structure-of-release-package.md) +- [System Requirements](system-requirements.md) +- [Installing Data Studio](installing-data-studio.md) + - [Installing and Configuring Data Studio](installing-and-configuring-data-studio.md) + - [Configuring a Cluster Database](configuring-a-cluster-database.md) + - [Configuration Description](configuration-description.md) + - [Configuring a Whitelist for openGauss](configuring-a-whitelist-for-opengauss.md) + - [Supporting Command Line Supply of Connection Parameters](supporting-command-line-supply-of-connection-parameters.md) + + +- [Starting Data Studio](starting-data-studio.md) + diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237026.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237026.png new file mode 100644 index 0000000000000000000000000000000000000000..305262687ab957d1afabf37e917d8a60f21ff50a Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237026.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237068.jpg b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237068.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb82df1e7bb35fe7b6f47e273fb5d4ca55e65e74 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237068.jpg differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237106.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237106.png new file mode 100644 index 0000000000000000000000000000000000000000..24dd6763dbb33c73a9bbcbaacdab20001664e445 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236237106.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236934291.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236934291.png new file mode 100644 index 0000000000000000000000000000000000000000..09f35add74ede7e4e893a5bc62f81b2cdc7e1877 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0236934291.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493874.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493874.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1e5be42db96a8d4562dbfe8e15f3d2c68ceabf Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493874.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493899.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493899.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1e5be42db96a8d4562dbfe8e15f3d2c68ceabf Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/en-us_image_0242493899.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/operational-context-of-database-and-data-studio.jpg b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/operational-context-of-database-and-data-studio.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2d0cf1eeb5dd928b56bde84824acb186e5e85b3b Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/operational-context-of-database-and-data-studio.jpg differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-0.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-0.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-0.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-1.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-1.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-1.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-2.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-2.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-2.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-3.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-3.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-3.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-8.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-8.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a-8.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a.png new file mode 100644 index 0000000000000000000000000000000000000000..2db602af6eeb937bbe1b3f294fb2e66067cf90d3 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-653c1c5b-4ddf-4649-a386-df4fe8f6a39a.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-4.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-4.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7485ea99cee50d570aefd8fc8d6abb79b57d70 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-4.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-5.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-5.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7485ea99cee50d570aefd8fc8d6abb79b57d70 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-5.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-6.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-6.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7485ea99cee50d570aefd8fc8d6abb79b57d70 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-6.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-7.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-7.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7485ea99cee50d570aefd8fc8d6abb79b57d70 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a-7.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a.png b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7485ea99cee50d570aefd8fc8d6abb79b57d70 Binary files /dev/null and b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/figures/p00900648-gauss-tools-image-c62c1115-9b1f-4ef4-9e1d-38f65a12617a.png differ diff --git a/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/installing-and-configuring-data-studio.md b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/installing-and-configuring-data-studio.md new file mode 100644 index 0000000000000000000000000000000000000000..e2504e4330c0a540a04ff2a382d7861ec90a8861 --- /dev/null +++ b/content/en/docs/toolsreference/Data Studio 1.0.0 User Manual-opengauss/installing-and-configuring-data-studio.md @@ -0,0 +1,471 @@ +# Installing and Configuring Data Studio + +This section describes the installation and configuration steps to be followed to use Data Studio.. + +This section contains the following topics: + +[Installing Data Studio](#section1556844435220) + +[Configuring Data Studio](#section752268195314) + +[Providing Location to Create Log File](#section6634361183419) + +[Controlling Exception and Error Logs](#section51423596) + +[Description of the Log Message](#section4561728) + +[Different Types of Log Level](#section16376444) + +## Installing Data Studio + +Data Studio can be run after extraction of package. + +Follow the steps to install Data Studio: + +1. Extract the required package. If the user prefer to install in other folder, then admin should control the folder access permissions to users. + + You can see the following files and folders: + +  + +2. Locate and double-click **Data Studio.exe** to launch Data Studio. + + > **NOTE:** + >**UserData **folder is created after the first user launches Data Studio. Refer to [Starting Data Studio](starting-data-studio.md) in case of any error while launching Data Studio. + + +## Configuring Data Studio + +Steps to configure Data Studio using **Data Studio.ini **file: + +> **NOTE:** +>Restart Data Studio to view parameter changes. Invalid parameters added in the configuration file are ignored by Data Studio. All the following parameters are not mandatory. + +List of configuration parameters used in Data Studio: + +**Table 1** Configuration Parameters + + +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | +Defines the jar files required to load Data Studio. This information varies based on the version used. + |
++ | +plugins/org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar + |
+
+ | +Defines the libraries required to load Data Studio. This information varies based on the version used. + + |
++ | +plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016 + |
+
+ | +Removes any cached state of the user interface and reloads Data Studio + |
++ | ++ + | +
+ | +Defines the maximum number of lines to be displayed in the Messages window. + |
++ | ++ | +
+ | +Used to create log folder. The user can specify the path to save logs. If the default value "." is used, then the folder is created in Data +Studio\UserData\<user name>\logs. Refer to Providing Location to Create Log File section for more information. + |
++ | ++ | +
+ | +Defines the connection open wait time in seconds. Based on the duration value entered Data Studio will try to connect beyond which it throws time out error/connection failed error + |
++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | +Eclipse workspace is created in this location while Data Studio is being launched. +@user.home refers to C:/Users/<username> +Eclipse log files are available in @user.home/MyAppWorkspace/.metadata + |
++ | ++ | +
+ | +Defines auto focus behavior for Result window. +Set to false to automatically set focus to the last opened Result window. + + |
++ | ++ | +
+ | +|||
+ | ++ + | ++ | ++ | +
+ | +Defines the minimum java version required to run Data Studio. This value must not be modified. + |
++ | ++ + + | +
+ | +Defines the initial heap space that Data Studio consumes. This value must be in multiples of 1024 and greater than 40 MB and less than or equal to -Xmx size. Append the letter k or K to indicate kilobytes, m or M to indicate megabytes, g or G to indicate gigabytes. Few examples: +
|
++ | ++ | +
+ | +Defines the maximum heap space that Data Studio consumes. This value can be modified based on the available RAM space. Append the letter k or K to indicate kilobytes, m or M to indicate megabytes, g or G to indicate gigabytes. + +
|
++ | ++ | +
+ | +This parameter specifies which class loader is used for boot delegation. + |
++ | ++ | +
+ | +This parameter is used to specify a list of framework extension names. Framework extension bundles are fragments of the system bundle (org.eclipse.osgi). As a fragment, user can provide extra classes with the framework to use. + |
++ | ++ | +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
---|---|---|---|---|---|
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | +Reliability verification file for the DataStudio software package. + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | +A minimum of 1 GB of free space in DS installation location and 100 MB free space in user's home directory. + |
+
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ + | ++ | ++ | +
+ | +||
+ | +||
+ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
---|---|
+ | +Recommended Open JDK version is 1.8.0_141 along with JavaFx or above with appropriate bit number. + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | +For details, see Preparing Tools and Software Packages. + |
+
+ | ++ | +For details, see Preparing the Installation Environment. + |
+
+ | ++ | +For details, see Configuring DMServer Installation Parameters. + |
+
+ | ++ | +For details, see Performing a Pre-installation Check. + |
+
+ | ++ | +For details, see Installing a DMServer. + |
+
+ | ++ | +For details, see Verifying Installation. + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | +Reliability verification file for the Database Manager software package. + |
+
+ | ++ | +
+ | +Reliability verification file for the Database Manager software package. + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | +
---|---|
+ | +
|
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | +
+ You are advised to configure RAID5 or RAID10 for the SDR installation disk. For details about how to configure RAID, see the manual provided by the hardware manufacturer. +To prevent SDR performance deterioration or slow web page response caused by high disk I/O, you are advised to mount a drive letter to the log, data, and sync directories that occupy a large amount of disk I/O resources. For details about the SDR directory, see Table 2. +For example, after the SDR software is installed, run the mount /dev/xvde1 installation directory/log command to mount the disk to the log directory. + |
+
+ | ++ | +
+ | ++ | +
---|---|
+ | +
+ For details, see the "Supported Installation Platform" sheet in the Swift Data Replicator 1.0.0 Compatibility List. + |
+
+ | ++ | +
+ | +
+ Dependencies must be contained: +cryptography==2.8 + Flask==1.1.1 + pyodbc==4.0.27+ For details about the installation, see Creating the Required User Account and Configuring the Installation Environment. + |
+
+ | ++ | +
+ | ++ | +
+ | +Windows 10: Microsoft Edge, Internet Explorer 10, and Internet Explorer 11 +Windows 7: Internet Explorer 11 + + +For details, see the "Browser Version" sheet in the Swift Data Replicator 1.0.0 Compatibility List. + |
+
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | +The SDR needs to be installed by a non-root user. You need to create a user and an installation directory and grant required permissions to the user. For details, see Creating the Required User Account and Configuring the Installation Environment. +
|
+
+ | ++ | ++ | +
+ | ++ | +Stores the SDR main program and executable files of each component. + |
+
+ | ++ | +Stores SDR run logs. The size of this directory is determined by the amount of data to be synchronized. +
|
+
+ | ++ | +Stores captured data queues and breakpoint files. The size of this directory is determined by the amount of data to be synchronized. +
|
+
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | +After inventory data is synchronized, the sync directory is generated for storing the inventory data synchronization file. + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | ++ | ++ | +plugins/org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar + |
+
+ | ++ | ++ | +取决于所使用安装包,可能为plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016 + |
+
+ | ++ | ++ | ++ + | +
+ | ++ | ++ | ++ | +
+ | +创建日志文件夹。用户可指定日志文件的保存路径,如果使用默认值“.”,则在Data Studio\User data\<用户名>\logs创建文件夹。有关详情,请参见“设置日志文件创建位置”。 + |
++ | ++ | +
+ | +定义创建连接的等待时间,单位为秒。在该参数指定的时长内,Data Studio会不断尝试连接数据库。如果超时,会提示超时或连接失败。 + |
++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | +启动Data Studio时,在此位置创建Eclipse工作区。 + + + + |
++ | ++ | +
+ | ++ + + | ++ | ++ | +
+ | +|||
+ | ++ + | ++ | ++ | +
+ | ++ | ++ | ++ + | +
+ | +Data Studio消耗的初始堆空间。该值必须是1024的倍数,大于40MB,且小于或等于-Xmx。在值的末尾加上字母k或K可表示千字节,加上m或M表示可表示兆字节,g或G可表示千兆字节。例如: + + + + |
++ | ++ | +
+ | +Data Studio消耗的最大堆空间。可根据可用的RAM空间调整该值。在值的末尾加上字母k或K可表示千字节,加上m或M表示可表示兆字节,g或G可表示千兆字节。例如: + + + + |
++ | ++ | +
+ | ++ | ++ | ++ | +
+ | +指定框架扩展名称列表。框架扩展bundle是系统bundle(org.eclipse.osgi)的fragment。作为fragment,用户可以提供使用该框架的其他类。 + |
++ | ++ | +
+ | ++ | ++ | ++ | +
---|---|---|---|
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
---|---|---|---|---|---|
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | ++ | ++ | ++ | ++ | ++ | +
+ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | +||
+ | +||
+ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | +JDK软件包路径,该目录及其上层目录必须是755权限。无论是否部署Java,都需要使用JDK软件包进行安装(本地安装),例如:/software/tools/jdk/jdk-8u222-linux-x64.tar.gz。 + |
+
+ | ++ | ++ | +
---|---|---|
+ | +跨平台远程访问工具。用于在软件安装过程中在Windows系统上访问各节点,例如登录节点执行安装前配置、安装前检查、安装等命令。 + |
++ | +
+ | ++ | +|
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
---|---|
+ | +
|
+
+ | ++ | ++ | +
---|---|---|
+ | ++ | +详情请参见准备工具、软件包。 + |
+
+ | ++ | +详情请参见准备安装环境。 + |
+
+ | ++ | +详情请参见配置DMServer安装参数。 + |
+
+ | ++ | +详情请参见安装前检查。 + |
+
+ | ++ | +详情请参见安装DMServer。 + |
+
+ | ++ | +详情请参见安装后验证。 + |
+
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | +执行安装DMServer的用户,需要在11时输入密码。 + |
++ | +
+ | +DM自身主数据库(PrimDB)和指标数据库(MetricDB)的密码,需要在安装DMServer时输入。可用于重置Admin密码或者解锁Admin用户。 + |
++ | +
+ | +Database Manager超级管理员账户。用于登录Database Manager,拥有最高权限。需要在安装DMServer时输入密码。 + |
++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | ++ + | ++ | +
+ | ++ | +
---|---|
+ | +
+
|
+
+ | +
|
+
+ | ++ + | +
+ | ++ | +|
+ | ++ | +|
+ | ++ | ++ | +
+ | ++ + | ++ | +
+ | ++ | +
---|---|
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | +
+ 建议SDR安装盘配置为RAID5或者RAID10。有关RAID的配置方法请参考硬件厂家的手册进行配置。 +为防止磁盘IO过高所导致SDR性能变慢或者WEB页面响应较慢,建议将SDR占用较大磁盘IO的log、data、sync目录单独挂载盘符,SDR目录介绍详见表2。 + + |
+
+ | ++ | +
+ | ++ | +
---|---|
+ | ++ + | +
+ | ++ | +
+ | +
+
+ cryptography==2.8 + Flask==1.1.1 + pyodbc==4.0.27+ 操作步骤见准备安装用户及环境。 + |
+
+ | ++ | +
+ | ++ | +
+ | ++ + + + + | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | +
+
+
|
+ + | +
+ | ++ + + + | ++ | +
+ | ++ + | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | +SDR由非root用户安装,需手动创建用户与安装目录,并赋予对应权限,请参见准备安装用户及环境 +
|
+
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | +
+
|
+
+ | ++ | +存放抓取到的数据队列和断点文件,该目录的大小与同步数据量相关 +
|
+
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
+ | ++ | ++ | +
---|---|---|
+ | ++ | ++ | +
+ | ++ | +
+ | ++ | +
+ | ++ | +
+ | +