Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Active Directory
Для хранения данных системы Indeed AirKey Enterprise в Active Directory следует использовать хранилище системы To store Indeed AirCard Enterprise system data in Active Directory, use Indeed Certificate Manager . При первом обращении к хранилищу сервер AirKey создаст все необходимые каталоги и подкаталогиdata storage. The AirCard server creates all the required folders and subfolders upon the first request to storage.
Microsoft SQL
База для хранения данных Indeed AirKey Enterprise создается вручную, а её наполнение происходит автоматически при первом обращении со стороны Indeed AirKey Enterprise Server.
1. Создайте базу данныхв среде SQL Management Studio с произвольным именем. Например, Indeed AirKey (Рисунок 1).
Image Removed
Рисунок 1 – Создание базы данных Indeed AirKey в Microsoft SQL.
2. Определите владельца создаваемой базы. Для этого следует создать или использовать любую внутреннюю учетную запись SQL. Эта учетная запись после создания базы будет обладать правами db_owner и будет использоваться системой для выполнения операций записи/чтения в базу данных. Имя базы данных и параметры подключения к ней в дальнейшем будут указаны в файлае конфигурации системы Indeed AirKey Enterprise. Сохраните созданную базу данных нажав ОК.
The Indeed AirCard Enterprise database is created manually. Its population is performed automatically upon the first request from Indeed AirCard Enterprise Server.
Create a database with an arbitrary name in the SQL Management Studio environment:
- In the Object Explorer right-click the Databases tab.
- Select New database... item from the context menu.
- Specify the Database name: , e.g., IndeedAirCard.
In the Owner: field, define the owner of the database being created.
Note Create a new account (say, servicesql) or use any internal SQL account or Active Directory account (e.g., service account to be used with Indeed CM: servicecm). After the database is created, this account would possess db_owner, public privileges and shall be used by the system to perform read/write operations from/to the database.
The database name and its connection settings are to be specified in the configuration files of Indeed AirCard Enterprise system later on.
Image Added
- Save the created database by clicking ОК.
Image Added