Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GEODI settings, new project creation, installation of modules and other options are done from this page.

The administration page can be accessed from <geodiurl>/manager or the system tray icon(bottom-right) menu with "Administration System Management Page".

There are 3 main menus on the administration page.

Projects

This is the area This is the entry point for features like new project creation, classification settings, DECE-STORE, installation, and more. The GEODI architecture is highly modular, so features may change depending on your license. Here, we will mention the basic features.

Child pages (Children Display)
depth2
allChildrentrue
style
sortAndReverse
first0

image-20240728-065718.pngImage Added

1. Projects

This tab is where you manage projects. Tasks such as creating Create new projects, editing projects with the project wizard, starting/stopping indexing are done here. Options may look different according to authorizations.

You create and edit projects with the project wizard. GEODI Proje Sihirbazı

GEODI Scanning Options

You can perform Scanning/Optimization operations of projects from the Projects menu.

...

Scan for Changes

  1. It is used to add the changes made to the content scanned by GEODI to the GEODI index. Adjustments can be made based on source or project in an automatically scheduled manner.

...

Maintenance

  1. Optimize

    1. Recommended for better performance.

  2. Apply Project Changes to Old Content

    1. The changes you have made in your project do not need to be used to be effective on Index. For example, a new recognizer added to the project, so you can apply the changes in the project with a minimum loss of time. You can complete this process without the need to scan again.

  3. Remove Deleted Content

    1. GEODI keeps the resources on the Index it creates after scanning them, then this method is used to remove them from the GEODI Index when there is a situation such as deletion of these resources.

  4. Edit Authorizations

    1. Authorizations of users can be changed by institution administrators. In this case, the settings made via LDAP are automatically applied when this method is applied on GEODI so that no unauthorized person can see it.

...

Repair

  1. Fast Repair

    1. It is the first method to be used when there is a problem with the index.

  2. Detailed Repair

    1. In cases where the Quick Repair does not give results, you should choose the Detailed Repair method.

    2. This method takes more time than the Quick Repair method.

Scan All Content

...

Dictionaries

This is the area where the dictionaries you will use in projects are managed. Options may look different according to authorizations.

...

Settings

The Settings area is where user settings and other settings are collected. Tabs may look different according to authorization.

...

start/stop indexing, get system reports, and maintenance.

...

2. Dictionaries

Dictionaries and Recognizers are the actors behind the discovery. This tab is only for managing dictionaries you define and dictionaries some recognizers use.

Most of the definitions will be supplied through DECE-STORE. However, you may need a dictionary in some cases, such as to modify some classification rules. More about DECE-STORE DECE-STORE

...

3. Settings

The Settings tab has subtabs for various purposes. The settings affect GEODI and all projects.

For details

...

4. Support Area

This area has shortcuts to access courses and support pages(including this page).

Centrally Managing GEODI Servers

Many organizations may need multiple GEODI servers. Here are some reasons:

Info

BigData: Massive data distributed in various FilseServers, Databases, Sharepoint, e-Mails, Hive, ElasticSearch, and more; you will need multiple GEODI Servers to complete the discovery in a reasonable time scale.

Info

Auto Classification: Auto Classification requires CPU resources, so we suggest separating the Classification servers from the discovery servers. You may also choose to use multiple servers behind a load balancer.

Tip

A central login provider like LDAP or Microsoft is required for this method to work.

The following jSettings definition should be in GEODI\Settings\DeceServers. You may define more than one setting. Every server you add will be listed on the project list as Displayname:WSName.

  1. Check the URL with a browser before using it and eliminate any network problem caused by the firewall or any other reason. An error message will be shown if the URL is inaccessible or for authorization problems.

  2. You may leave GenericSettings as shown or change it to override the workspace and report matching.

Code Block
[
   {
      "Url":"https:/...",
      "DisplayName":"ClassificationServer1",
      "GenericSettings":{
         "DefaultWorkspace":null,
         "DefaultReportID":null
      }
   },
   {
      "Url":"https:/...",
      "DisplayName":"OracleHive05",
      "GenericSettings":{
         "DefaultWorkspace":null,
         "DefaultReportID":null
      }
   }
]

Consolidated Report

Master GEODI can generate a consolidated report from others. Each GEODI may have discovered different sources with different settings.

Workspace names and reports should be matched, or You may override match rules with "DefaultWorkspace":<proje> ve "DefaultReportID":<raporID> values. When you change these values GEODI will match the selected ones with that values.

image-20240109-122845.pngImage Added