Info |
---|
All information contained herein is considered proprietary and confidential. Any unauthorized disclosure or use is prohibited. |
Background
To provide maximum flexibility and integration into existing systems, ACM utilizes a Microsoft SQL database to store device configurations, polling statistics, and collected EFM data.
Because SQL Server installations may be managed by an independent DBA teams tasked with minimizing security risks, it is necessary to describe the security permissions required for normal operation of ACM.
To Perform ACM Database Create/Updates:
The following instructions assume a DBA has created an empty database on the server, but the ACM user that will create the tables and objects in the database has not been createdThis page provides instructions to create two different types of users in SQL Server for ACM. One user has only the permissions required for ACM to run; the other has the permissions required for ACM to run and permissions to create and modify ACM database objects.
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Non-privileged User
These instructions detail the minimum permissions required for all ACM services to interact with the database. They assume the ACM database and all necessary objects exist. This user cannot perform database updates via ACM Monitor nor can they execute database updates during a new install or ACM Upgrade.
Create a login on the server level per corporate requirements (username, password, password policy etc).
On the “User Mapping” tab, :
map Check the new login checkbox next to the appropriate ACM database and
make Make sure the default schema is “dbo”.
Check the db_datareader, db_datawriter and public database following roles in the “Database membership roles” box below the “Users Mapped”.
Mapped to this login” label
db_datareader
db_datawriter
public
Select the “Securables” tab:.
- with
With the server
selectedhighlighted, select the “Grant” checkbox next to “View server state”. (This permission allows the user to view the Database Statistics in ACM).
Click OK.
Refresh the “Security/Users” folder in the ACM database, right
Right click the user you just created and choose “Properties”.
Select the “Securables” tab.
Next add Add the other ACM database “Control” permissionrequired permissions for the Bulk Manager and Archive Management processes:
Click the “Search” button
Choose the “Specific Types” option,
Click OK,
Search for Object types “Database”“Tables”
Click the “Browse” button
Select the ACM database you are working with
Click “OK”. The database will show up in the “Securables” grid.
With the database securable selectedfollowing tables:
EdgeEFMConfigurationErrors
tblArchiveStaging
tblCommStatsStaging
tblDailySummary
tblHourlySummary
tblItemStaging
tblPubStaging
Click “OK”
For each table, check the “Grant” checkbox next to “Control”.
Minimum Permissions to run ACM (but not update the database schema)
...
the “Alter” permission.
Click OK.
Privileged User
These instructions include the minimum permissions required to perform ACM database updates and run ACM services. They assume an empty database has already been created on the server, but the ACM user that will create the tables and objects in the database has have not been created.
Create a login on the server level per corporate requirements (username, password, password policy etc).
On the “User Mapping” tab,
map Check the new login checkbox next to the appropriate ACM database and
make Make sure the default schema is “dbo”.
Check the db_datareader, db_datawriter and public database following roles in the “Database membership roles” box below the “Users Mapped”.
Mapped to this login” label
db_datareader
db_datawriter
public
Select the “Securables” tab:
- with
With the server
selectedhighlighted, select the “Grant” checkbox next to “View server state”. (This permission allows the user to view the Database Statistics in ACM).
Click OK.
Refresh the “Security/Users” folder in the ACM database,
Right click the user you just created and choose “Properties”.
Select the “Securables” tab.
Add the “Control” permission for the ACM database:
Click the “Search” button
Choose the “Specific Types” option,
Click OK,
Search for Object types “Database”
Click the “Browse” button
Select the ACM database you are working with
Click “OK”. The database will show up in the “Securables” grid.
With the database securable selected, check the “Grant” checkbox next to “Control”.
Click OK