Plan VMM installation

Maxtor007 20 Reputation points
2025-01-08T12:06:37.8433333+00:00

Hello!

I have started to install SCVMM, before assembling two nodes into a cluster I have a question about the database.

The instructions say:

Configure the database as follows:

1.Create a new database with settings: Name: VirtualManagerDB; Collation: Latin1_General_100_CI_AS, but aligned with the specific SQL Server instance collation.

2.Grant db_owner permissions for the database to the VMM service account.

3.In VMM setup, you'll select the option to use an existing database and specify the database details and VMM service account as the database user.

In step 2

you need to create a separate service account for SCVMM and make it the owner of the database?

Then when installing SCVMM create another service account or use one and the same with MS SQL server?

Please tell me how to do it correctly.

As I understood through this service account SCVMM will always access the database.

https://zcusa.951200.xyz/en-us/system-center/vmm/plan-install?view=sc-vmm-2022

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,519 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 20,396 Reputation points
    2025-01-09T02:00:14.8333333+00:00

    Hello!

    You're on the right track with your SCVMM installation. Here’s a detailed breakdown to help you:

    • Service Account for SCVMM: Yes, you need to create a separate service account specifically for SCVMM. This account will be used to access the database and perform necessary operations.
    • Database Ownership: Grant the db_owner permissions to this SCVMM service account for the VirtualManagerDB database. This is crucial because SCVMM requires full control over the database to function correctly.
    • Using the Service Account: When you proceed with the SCVMM installation, you will use this same service account. You do not need to create another service account for the SCVMM installation. The same account will be used to interact with the SQL Server.

    This service account will continuously access the database, ensuring SCVMM can perform its operations seamlessly.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.