Axidian Privilege uses Microsoft SQL Server or PostgreSQL Pro to store data. The following components require databases:
IPAMCore — Axidian Privilege Core component database is used to store Axidian Privilege privileged accounts, resources, permissions, and other service data
IPAMCoreJobs — Axidian Privilege Core component database is used to store scheduled jobs
IPAMIdp — IdP component database is used to store authenticators of Axidian Privilege users and administrators
IPAMIdpJobs — IdP component database is used to store scheduled jobs
ILS — 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 exampleIPAMCore, IPAMCoreJobs, IPAMIdP, IPAMIdpJobs, ILS
ClickОK
Creating a service account to work with data storage
Microsoft SQL Server
StartMicrosoft SQL Management Studio (SSMS) and connect to the Microsoft SQL Server instance
Expand theSecurityitem
Open the context menu ofLoginsitem
Select theCreate loginitem
Enter the name, for exampleIPAMSQLServiceOps
SelectSQL Server authenticationitem and fill in the required fields