Databases in Use
Axidian Privilege uses Microsoft SQL Server or PostgreSQL Pro to store data. The following components require databases:
- Core — Axidian Privilege Core component database is used to store Axidian Privilege privileged accounts, resources, permissions, and other service data
- CoreJobs — Axidian Privilege Core component database is used to store scheduled jobs
- Idp — IdP component database is used to store authenticators of Axidian Privilege users and administrators
- IdpJobs — IdP component database is used to store scheduled jobs
- LS — Log Server component database is used to store the Axidian Privilege events
Database Creation
Microsoft SQL Server
- Launch Microsoft SQL Management Studio (SSMS) and connect to Microsoft SQL Server instance
- Open the context menu of Databases item
- Select the New Database item
- Specify a database name, for example Core, CoreJobs, IdP, IdpJobs, LS
- Click ОK
Creating a Service Account to Work with Data Storage
Microsoft SQL Server
- Start Microsoft SQL Management Studio (SSMS) and connect to the Microsoft SQL Server instance
- Expand the Security item
- Open the context menu of Logins item
- Select the Create login item
- Enter the name, for example IPAMSQLServiceOps
- Select SQL Server authentication item and fill in the required fields
- Switch to User Mapping item
- Check Core, CoreJobs, IdP, IdPJobs and LS databases
- Check database roles db_owner, db_datareader and db_datawriter
- Click ОK