Part 2: Installing SQL for vRealize Automation (vRA) 7.5
This post will cover the SQL server installation for vRA. Please note for before starting vRA configuration and IaaS server we need SQL server.
If you already have a shared SQL server/Cluster. Please ignore this post and move to part 3.
For this setup i am installing SQL on the IaaS server, but in production deployments its recommended to install DB on separate server or use shared SQL Cluster resources. Only one DB will be created by vRA.
Please find the links for all the posts in this series below.
- Introduction and Design : Installing and Configuring vRealize Automation (vRA) 7.5
- Part 1: Deploying vRealize Automation (vRA) 7.5 Appliance
- Part 2: Installing SQL for vRealize Automation (vRA) 7.5
- Part 3: vRealize Automation (vRA) 7.5 Installation and IIS server Configuration
- Part 4: vRA 7.5 Initial Configuration of Default tenant and AD Directory Sync
- Part 5: vRA 7.5 Sub tenant Creation and Branding
- Part 6: vRA 7.5 Custom Groups, End points and Reservation Configuration
- Part 7: vRA 7.5 Infrastructure and XaaS Blue Prints Creation
- Part 8: vRA 7.5 Approvals, Catalog Management and Testing Blue Prints
- Part 9: vRA 7.5 fixing installation errors and configuration issues
Contents of the Post
Pre-requisites
- SQL Media and a server to install SQL
- Service account with static password if you want to run SQL Services with service account.
- Service account for vRA IaaS with static password, this account should have access to SQL to automatically create VRA DB.
SQL server installation for VRA
Mount SQL media to server – Setup – Installation – new SQL server standalone installation.
Note:In your case you might need to deploy SQL in cluster so you have to follow cluster.
Accept – next
next
I dont have internet in this server to update checking is failing – ignore – next
Click on SQL server feature installation
Select all features you might require, basic one is Database engine services and tools – Next
Set everything to automatic as shown , if you are using SQL service account to start services click and select those accounts, i am using default.
select mixed mode – provide password – select add current user
Now the installation is completed, it might take 30-40 mins to complete.
Connect to your SQL server using the SQL management studio and verify. Add sslab\vraadmin ( vra service account) to sql server under logins and give permissions to create DB, initially i recommend to give sysadmin, after config provide DB owner.
If you are not able to connect to SQL server from outside any server, Open SQL configuration manager and enabled the Named pipes in TCP-ip and start services.
Please find the links for all the posts in this series below. Click on the link below for the next post in this series.
- Introduction and Design : Installing and Configuring vRealize Automation (vRA) 7.5
- Part 1: Deploying vRealize Automation (vRA) 7.5 Appliance
- Part 2: Installing SQL for vRealize Automation (vRA) 7.5
- Part 3: vRealize Automation (vRA) 7.5 Installation and IIS server Configuration
- Part 4: vRA 7.5 Initial Configuration of Default tenant and AD Directory Sync
- Part 5: vRA 7.5 Sub tenant Creation and Branding
- Part 6: vRA 7.5 Custom Groups, End points and Reservation Configuration
- Part 7: vRA 7.5 Infrastructure and XaaS Blue Prints Creation
- Part 8: vRA 7.5 Approvals, Catalog Management and Testing Blue Prints
- Part 9: vRA 7.5 fixing installation errors and configuration issues
Hope this post is useful, please leave your comments below.
Hi,
Excellent guide for vRA configuration and thanks for the step by step instruction for beginners like me.
I need your guidance on the below part:
Add sslab\vraadmin ( vra service account) to sql server under logins and give permissions to create DB, initially i recommend to give sysadmin, after config provide DB owner. – i need step by step instruction for doing that. As DB is totally new to me, I am unable to proceed on this.
My lab setup is running in:
Windows server 2019-Domain Controller
Windows server 2019 – SQL server 2014 edition
ESXi -7 – where I have installed vCenter server 7 ( created a data center by adding ESXi 6.7 host)
Esxi – 6.7 – Configured vRA 7.5 appliance
After installing vRA, in automatic installation wizard every thing went successful. But it failed in :
The above exception is because I have not used service account vraadmin and used Administrator account
.com\WEB
Database connection failed. Verify that you are using the full instance name typed correctly, that the database user and password are correct, and that TCP/IP is enabled for the instance. Error details: Login failed for user ‘XXXX\Administrator’.
.com\Manager Service:
Database connection failed. Verify that you are using the full instance name typed correctly, that the database user and password are correct, and that TCP/IP is enabled for the instance. Error details: Login failed for user ‘XXXX\Administrator’.
The Windows log on identity [XXX\Administrator] could not be verified as having the “Log on as a service” right (Windows Local Policy). This right is required for the domain user that you plan to use to start the Manager Service.
Can you please help on that?
Thanks in advance.
Dear
Please watch this video for SQL, hope you are missing something here.
https://www.youtube.com/watch?v=3JsguMsNN_Q&t=204s
Thanks,
Siva
Siva,
Thanks for the prompt response and able to do SQL server configuration as per the guidelines.
Now in the vRealize configuration wizard it went successful till the snapshot and went to proceeded next step for installation.
It is failed in the below component and below is the error message.
iaas.XXX.com\WEB Web Failed
nModel Manager Data configuration failed.\r\n\r\n\r\nvCAC-Server-Custom-Web-ConfigTool Installation Failed, ExitCode:1\r\n\r\nError configuring vRealize Automation Server. For more information, refer to vCAC-Config.log after collecting the IaaS logs.\r\nExecution time:00:20.105\r\n”
when I have searched for the error message, I found that issue is because of the certificates in IAAS server (i am using Windows 2019)
I am not getting proper guide for installing certificates
Can you please guide me in installing certificates in IAAS server?
Thanks in advance
Dear
Create certificate on your CA , export as PFX and install the PFX on the IaaS server.
It is always worthwhile to revert to snapshot and try installing again. it might work.
Thanks