This section describes the steps required to prepare to install Axidian Privilege.
Storage of video, screenshots and transferred files
File storages are necessary for aggregation and long-term storage of videos, screenshots and files transferred in sessions.
File storage account
| Warning |
|---|
|
A domain account is required to work with file storage, recommended to use the already created IPAMStorageOps account. |
Create and configure file storage
- Log in to the server, which will act as a file storage
- Create folders, for example MediaData, ShadowCopy, Screencasts
- Right click on the folder you created, select the item Share with > Specific people
- Enter the username, for example IPAMStorageOps and click Add
- In the "Permission level" column, click the Read value next to the IPAMStorageOps user and select Read/Write from the menu.
- Finish by clicking Share
Data storage
Database creation
...
| Expand |
|---|
| title | PostgreSQL, PostgreSQL Pro |
|---|
|
- Launch pgAdmin and connect to the PostgreSQL Pro server
- Open the context menu of the Databases item
- Select Create, Database
- Specify a database name, for example: IPAMCore, IPAMCoreJobs, IPAMIdP, IPAMIdPJobs, ILS
- Click Save
|
Creating a service account to work with data storage
...
| Expand |
|---|
| title | PostgreSQL, PostgreSQL Pro |
|---|
|
- Launch pgAdmin and connect to the PostgreSQL Pro server
- Open the context menu of the Login/Group Roles item
- Select Create, Login/Group Role
- Specify a Name, for example IPAMSQLServiceOps
- Go to Definition tab, enter the new password for account
- Go to Privileges tab, check Yes for Can Login? and Superuser? items
- Click Save, repeat for the rest of the databases.
|
| Note |
|---|
|
The Superuser for PostgreSQL is required only for the first access to the database. |
...
...