V(x)Block – AMP VUM & SQL Active Directory Integration
When a VxBlock is shipped from the factory all Windows & SQL user/db accounts are setup as local accounts, due to obvious reasons (customer AD does not exist in factory!). […]
Virtualization & Storage
When a VxBlock is shipped from the factory all Windows & SQL user/db accounts are setup as local accounts, due to obvious reasons (customer AD does not exist in factory!). […]
When a VxBlock is shipped from the factory all Windows & SQL user/db accounts are setup as local accounts, due to obvious reasons (customer AD does not exist in factory!). This post details the steps to integrate a VUM VM & SQL with Active Directory and change the local WIN&SQL accounts to AD accounts, along with modifying the SQL DB permissions to an assigned AD account.
– Change DNS values on the Windows VUM VM (if different from LCS stated values).
– Join Windows VUM VM to AD.
– Reboot VUM VM.
– Snapshot VUM VM (precautionary step).
– Add domain\svc_vum to local admin group of the VUM VM.
Before you begin Ensure the following:
The Service accounts for Update Manager Server must be created in the customer domain. Sample service account for Update manager server are domain\svc_vum
1. Configuring AMP vSphere Update Manager Service Account permissions on the SQL Server Database
Note: Please ensure the values in the script are updated as per the Customer Logical Configuration Survery.
The following script changes the SQL Domain Accounts Permission for the vSphere Update Manager database:
CREATE LOGIN [DOMAIN\svc_vum] FROM WINDOWS with DEFAULT_DATABASE=vum, DEFAULT_LANGUAGE=us_english go use extvc
go CREATE USER [DOMAIN\svc_vum] for LOGIN [DOMAIN\svc_vum] go use MSDB go CREATE USER [DOMAIN\svc_vum] for LOGIN [DOMAIN\svc_vum] go use vum go sp_addrolemember @rolename = 'db_owner', @membername = 'DOMAIN\svc_vum' go use MSDB go sp_addrolemember @rolename = 'db_owner', @membername = 'DOMAIN\svc_vum' go
Start the VMware vSphere Update Manager Service. Ensure that each service starts properly and then log off the server.
Remove snapshots.
Ramblings by Keith Lee
Discussions about all things VxRail.
Random Technology thoughts from an Irish Virtualization Geek (who enjoys saving the world in his spare time).
Musings of a VMware Cloud Geek
Converged and Hyper Converged Infrastructure
'Scamallach' - Gaelic for 'Cloudy' ...
Storing data and be awesome
Best Practices et alia
Every Cloud Has a Tin Lining.