Exporting and importing user/computer settings
Table of Contents
|
ID: 18041301
Languages: EN, DE
Components: EgoSecure Server, EgoSecure Agents
Operating system: Windows
|
Task
Transfer settings of directory service objects
- when changing/renewing the used directory service (structure, object names) and unchanging EgoSecure server environment
or - when merging multiple EgoSecure Servers on different databases and changing the main server
Solution
Perform a backup of the used database first. For details, see Database migration: Saving a database.
If you have several databases and servers and want to transfer directory object settings:
Make sure that the EgoSecure version of all used servers is the same. If not, perform an update first.
Exporting data from directory service objects
- Open the command prompt with the path where the EgoSecure application AdminTool.exe is located.
- Enter the following command line, followed by one of the following parameters. You can use a different path or file name:
-
AdminTool.exe /exportDB "C:\BackupData.dat"
- /products - exports products activated for user/computer
- /acl - exports access rights
- /pd - exports permitted devices, device groups and media
- /es - exports encryption settings
- /keys - exports encryption keys
- /chf - exports content filter and filter settings for users
-
AdminTool.exe /exportDB "C:\BackupData.dat"
Example:
- AdminTool.exe /exportDB "C:\BackupData.dat" /products /acl /pd /chf
For details about exporting data, see the Database Migration section of the document EgoSecure AdminTool - commands.
⇒ The exported data is stored in the BackupData .dat file on disc C: and can now be imported into a renewed structure or on a new main server.
Transferring data of directory service objects to renewed directory service structure
To transfer settings of users/computers when you change or renew the used directory service (structure, object names) while keeping the EgoSecure Server environment unchanged:
- Export the object settings.
- Delete the old structure in the Directory Service structure section.
- Perform a synchronization of the directory service.⇒ The new directory service structure appears in the Directory Service structure of the Rights management section.
For details about configuring default policies, synchronization and installation, see EgoSecure Console - Quick Start Guide.
- Import the previously exported object settings:
- Open the command prompt with the path where the EgoSecure application AdminTool.exe is located.
- Enter the following command line. You can use a different path or file name.
AdminTool.exe /importDB "C:\ BackupData .dat"
By default, the objects are sorted by their SID. To sort by another value (e.g. if the object SID changed), add the /identity command followed by an identifying parameter (guid/email/name):
AdminTool.exe /importDB "C:\ BackupData .dat" /identity name
⇒ The data is imported.
Transferring data of directory service objects to new main server
Configuring new main server
- Open the EgoSecure Console on the new server and import the license file.
For details, see: Activating product licenses: Renew or expand licenses - Configure the default rights.
- Perform a synchronization of the directory service.For details about configuring default policies, synchronization and installation, see EgoSecure Console - Quick Start Guide.
- Import the previously exported settings of the previous main server:
- Open the command prompt with the path where the EgoSecure application AdminTool.exe is located.
- Enter the following command line. You can use a different path or file name.
AdminTool.exe /importDB "C:\ BackupData .dat"
By default, the objects are sorted by their SID. To sort by another value (e.g. if the object SID changed), add the /identity command followed by an identifying parameter (guid/email/name):
AdminTool.exe /importDB "C:\ BackupData .dat" /identity name
- Configure the client settings and the installation settings for generating the MSI package.
- Generate the MSI package.
- Copy the MSI package in the MSI directory of the previous main server.
Assigning EgoSecure Agents to the new main server
- Open the EgoSecure Console on the previous main server.
- Start the update of the Agents under Installation » EgoSecure agents » Install/Update .