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: user-guide/Getting_started/DataMiner_System_Layout/DataMiner_System_Layout.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -4,42 +4,44 @@ uid: GeneralLayout
4
4
5
5
# DataMiner System layout
6
6
7
-
A DataMiner System (DMS) is a cluster of one or more TCP/IP interconnected DataMiner Agents (DMA).
7
+
A DataMiner System (DMS) is a cluster of one or more TCP/IP interconnected DataMiner Agents (DMAs).
8
8
9
-
As to software, all DataMiner Agents in a DMS are identical. Each DMA is also a fully functional DataMiner System by itself, offering all the features and capabilities of DataMiner. Therefore, the smallest and most simple version of a DataMiner System is a single DMA. Multiple DMAs are typically deployed to create a DMS, with the number of DMAs defined by the overall processing capacity required and potentially certain architectural considerations or preferences.
9
+
As to software, all DataMiner Agents in a DMS are identical. Each DMA is also a fully functional DataMiner System by itself, offering all the features and capabilities of DataMiner. This means that the smallest and most simple version of a DataMiner System is a single DMA. Typically, multiple DMAs are deployed to create a DMS, with the number of DMAs depending on the required overall processing capacity and potentially also on certain architectural considerations or preferences.
10
10
11
-
In a DMS, there is no central server and there are no dedicated client terminals. DataMiner users can simply log on to any of the DMAs in the cluster and will perceive the DMS as a single entity.
11
+
In a DMS, there is no central server and there are no dedicated client terminals. When DataMiner users log on to any of the DMAs in the cluster, they will perceive the DMS as a single entity.
12
12
13
13
## DataMiner Agents
14
14
15
-
A DataMiner Agent (DMA) is a physical or virtual compute instance running the DataMiner Agent software on top of a Microsoft Windows operating system (see [DataMiner Compute Requirements](https://community.dataminer.services/dataminer-compute-requirements/)). A DMA is often also commonly referred to as a DataMiner Node.
15
+
A DataMiner Agent (DMA) is a physical or virtual compute instance running the DataMiner Agent software on top of a Microsoft Windows operating system (see [DataMiner Compute Requirements](https://community.dataminer.services/dataminer-compute-requirements/)). A DMA is often also referred to as a DataMiner Node.
16
16
17
-
The DataMiner Agent software is essentially a collection of services of which the names all start with “SL” (e.g. SLNet, SLProtocol, SLLog, etc.).
17
+
The DataMiner Agent software is essentially a collection of services of which most names start with “SL” (e.g. SLNet, SLProtocol, SLLog, etc.).
18
18
19
19
> [!NOTE]
20
20
> By default, on DataMiner Agents running Windows 2008 Server or Windows Vista (or higher), the startup type of the DataMiner services is set to "Automatic (Delayed Start)". This means that DataMiner waits until all Windows services are up and running before launching its own services.
21
21
22
22
## DataMiner clients
23
23
24
-
DataMiner client applications need to connect to only one DMA in the DMS, and that can be any of the DMAs in the DMS (i.e. all DMAs in a DMS are equivalent). Through that "single point of contact", they then have access to all information in the entire DMS. The only constraint a user could potentially experience in terms of accessing certain information is the one defined by the DataMiner Security. In other words, the DataMiner client can access the DataMiner System by connecting to any DMA, and it will get a consolidated view of the entire managed operation and all its managed objects across all DMAs in the DMS.
24
+
DataMiner client applications only need to connect to one DMA in the DMS, and this can be any of the DMAs. All DMAs in the DMS have an equivalent status. Through this "single point of contact", users have access to all information in the entire DMS. The only constraints a user can potentially experience in terms of accessing certain information are defined by the DataMiner security configuration.
25
+
26
+
In other words, a DataMiner client can access the DataMiner System by connecting to any DMA, and it will get a consolidated view of the entire managed operation and all its managed objects across all DMAs in the DMS.
25
27
26
28
## DataMiner database
27
29
28
-
For storage of data, DataMiner comes fully integrated with industry standard data storage solutions. The General Database refers to the mandatory storage solution that is required for a fully operational DataMiner System. The Offload Database refers to an optional second data storage solution that can be added to a DataMiner System, for purpose of exporting the data and making it available for third party software applications. The General Database is used by the DataMiner System to store and retrieve data from, and that is done in the most efficient manner and hence relying on references and IDs (hence making it less readable for a third party software application without intimate knowledge about the data structures used by DataMiner). The General Database is therefore considered to be exclusively used by the DataMiner System, and the DataMiner System also includes all the logic required to keep that General Database in good health and optimal performance (i.e. the General Database is intended to be zero maintenance and requires no Database Admin). When the DataMiner System is configured to offload its data also in the Offload Database, it will translate all the data also to more human readable data (e.g. element ID references are replaced by element names), making it easier to digest by third party applications. A DataMiner System will only write data into the Offload Database, but will not read from it, nor will the DataMiner System perform maintenance of that database.
30
+
For storage of data, DataMiner comes fully integrated with industry-standard data storage solutions.
29
31
30
-
On each of the DataMiner Agents, you will find a general or "local" database. Prior to DataMiner 9.0, this is by default a MySQL database. From DataMiner 9.0 onwards, a Cassandra database is used by default. However, an MSSQL database is also supported.
32
+
The **general database** is the mandatory storage solution required for a fully operational DataMiner System. The DataMiner System uses the general database to store and retrieve data. To do so as efficiently as possible, it relies on references and IDs. This makes the database less readable for a third-party software application without intimate knowledge of the data structures used by DataMiner. The general database is therefore considered to be exclusively used by the DataMiner System. The DataMiner System also includes all the logic required to maintain the good health and optimal performance of the general database, as this database is intended to be zero-maintenance and require no Database Admin. Prior to DataMiner 9.0, the general database is by default a MySQL database. From DataMiner 9.0 onwards, a Cassandra database is used by default. However, an MSSQL database is also supported. Note that in older DataMiner versions, the general database was known as the "local database".
31
33
32
-
Optionally, the data stored in a general database can be automatically offloaded to an offload or "central" database installed on a dedicated database server. This is especially useful when you intend to use that data for heavy-duty reporting or billing purposes.
34
+
The **offload database** is an optional second data storage solution that can be added to a DataMiner System for the purpose of exporting the data and making it available for third-party software applications. When the DataMiner System is configured to also offload its data to the offload database, it will translate the data to more human-readable data (e.g. element ID references are replaced with element names), so that it is easier for third party applications to digest it. A DataMiner System will only write data to the offload database but not read from it. The DataMiner System will also not perform maintenance of the offload database.
33
35
34
36
## DataMiner Probes
35
37
36
38
A DataMiner Probe (DMP) provides standalone intelligent network management functionality, and typically reports to a central system. It has limited capabilities compared to a full DataMiner Agent, and typically, but not necessarily, runs on a small-form-factor compute instance in remote and unmanned locations where communication channels often have capacity constraints and/or intermittent availability.
37
39
38
-
DMPs can support a multitude of applications, and are typically installed in e.g. remote VSAT terminals, satellite hubs, terrestrial transmitter sites, small network nodes, cellular network base centers, etc.
40
+
DMPs can support a multitude of applications and are typically installed in e.g. remote VSAT terminals, satellite hubs, terrestrial transmitter sites, small network nodes, cellular network base centers, etc.
39
41
40
42
## DMA peripherals
41
43
42
-
In some network setups, special third-party interfacing hardware called "DMA peripherals" are used to connect a DMA to third-party devices. Typically, the intelligence is embedded in the DMA, while the peripherals themselves are used for medium interfacing and conversion.
44
+
In some network setups, special third-party interfacing hardware called "DMA peripherals" is used to connect a DMA to third-party devices. Typically, the intelligence is embedded in the DMA, while the peripherals are used for medium interfacing and conversion.
0 commit comments