iServer DataStore Configuration and Management |
The default port for iServer DataStore is 8020. Please modify the firewall configuration first to allow this port to pass through.
Make sure that is installed on your Windows system vcredist 2013. If it is not installed, please install vcredist 2013 first. The iServer DataStore package provides installation files located in the 【iServer DataStore installation directory】\support\vcredist\vcredist_x64-2013.exe.
Open necessary ports: The default port for iServer DataStore is 8020. Please modify the firewall configuration first to allow this port to pass through.
Set the maximum number of memory mapped regions in the process to max_map_count. This value defaults to 65536 and needs to be adjusted to at least 655360. The modification method is: switch to the root user and edit the sysctl.conf file:
vi /etc/sysctl.conf
Add the following configuration, and execute the command sysctl -p after saving
vm.max_map_count=655360
Set the number of file handles that the Linux system can open, file max. This value defaults to 4096 and needs to be modified to at least 65536. The modification method is to edit the/etc/security/limits.conf file and add the following content:
* soft nofile 65536
* hard nofile 65536
* soft nproc 65536
* hard nproc 65536
Check if there is a 90-nproc. conf file in the/etc/security/limits. d directory. If not, create a new file and add the following content:
* soft nproc 65536
* hard nproc 65536
At all When installing iServer DataStore on the Linux system, there are some requirements for the directory where the product package is placed and the user of the operation command. The specific operation steps are as follows:
Create a non root user in the operating system, such as datastoreUser
Copy the superpap_iserver-side datastore_ * _ * _ * _inux64.tar.gz package and place it in the datastoreUser home directory, for example :/home/datastoreUser
Log in to the operating system as the datastoreUser user, execute the " tar -zxvf filename.tar.gz" command to decompress the tar package, and obtain the directory supermap_iserver-side datastore_ * _ * _ * _1nux64
As a datastoreUser user, in the $SuperMapiServerDataStore2025$/bin directory, run /startup.sh command starts the SuperMap iServer DataStore service and runs it /shutdown.sh command stops the SuperMap iServer DataStore service.
First you need to start the iServer and confirm that the initial configuration has been done. Prepare multiple computers and follow the wizard below to configure on each computer iServer DataStore:
Unzip the iServer DataStore and boot.
Enter the address in the browser: http://{ip}:8020 to access the iServer DataStore configuration wizard
Specify the URL of the GIS server, for example http://{ip}:8090/
Enter the iServer administrator user name, password
Specify the content directory to store data, logs, backup files, and so on. The default is 【iServer Data Store installation directory】\ data. Note: The content directory of iServer DataStore does not support paths with spaces (including Chinese characters).
Select the iServer Datastore type to create, currently supporting relational databases, binary data files, slice caching, and spatiotemporal databases
The storage capacity of relational databases relies on PostgreSQL databases and requires configuring the access ports for PostgreSQL databases. After selecting a relational database storage, you need to specify the port of the PostgreSQL database. If not specified, the system will default to using 5432 as the port of the PostgreSQL database
The storage capacity of binary data and sliced data relies on MongoDB database, and MongoDB needs to be installed locally. After selecting to create a binary data store or a sliced data store, specify the installation path for the local MongoDB, such as D:\mongodb
Click "Finish" and wait for the configuration to succeed.
Data from the iServer DataStore is available for iServer distributed analyst service. In addition, all operations on data storage are provided in iServer as REST resources, See the Data Catalog Services for details.