Sitecore Install Assistant (SIA)
1. Prerequisite
- SQL server 2016 SP2 or SQL Server 2017
- SOLR 7.5.0 or higher (with SSL enabled)
- SIF (Sitecore Installation Framework) 2.1
- Valid License file
- Windows Server 2019 or Windows Server 2016 or Windows 10 (32/64-bit)
- Microsoft PowerShell® version 5.1 or later is required
- IIS 10
- .NET Framework 4.7.2.
- Sitecore Identity server requires .NET Core 2.1.7 Windows Hosting Module.
The setup wizard internally validate the Prerequisites.json file to validate all the Prerequisites during installation.
2. Download
To download the SIA with sitecore 9.2 please go to the url
https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/92/Sitecore_Experience_Platform_92_Initial_Release.aspx
Unzip the content to proceed with the installation.
- .json files
- .exe
- .config file
- .ps1 file
etc..
3. Configure
SOLR Setup
- Download Solr 7.5.0
- Follow the steps mentioned in the blog https://medium.com/redhotminute-australia/setting-up-solr-with-ssl-for-sitecore-9-acdf009edd93
SQL Server connection string
- SQL Server Name, SQL username, Password.
You can manually modify the configuration to set the desired default value.
4. Install
Installation process may take more than 10-15 minutes depending on the system configuration.
After install the IIS get affected by the below sites
- Identity Server
- Local website
- Xconnect website
After install the SOLR get affected by the below cores
- cdol_core_index
- cdol_fxm_master_index
- cdol_fxm_web_index
- cdol_marketing_asset_index_master
- cdol_marketing_asset_index_web
- cdol_marketingdefinitions_master
- cdol_marketingdefinitions_web
- cdol_master_index
- cdol_suggested_test_index
- cdol_testing_index
- cdol_web_index
- cdol_xdb
- cdol_xdb_rebuild
After install the SQL get affected by the below databases
- cdol_Core
- cdol_EXM.Master
- cdol_ExperienceForms
- cdol_MarketingAutomation
- cdol_Master
- cdol_Messaging
- cdol_Processing.Pools
- cdol_Processing.Tasks
- cdol_ProcessingEngineStorage
- cdol_ProcessingEngineTasks
- cdol_ReferenceData
- cdol_Reporting
- cdol_Web
- cdol_Xdb.Collection.Shard0
- cdol_Xdb.Collection.Shard1
- cdol_Xdb.Collection.ShardMapManager
After install the following services will be created
- cdolxconnect.dev.local-MarketingAutomationService
- cdolxconnect.dev.local-ProcessingEngineService
- cdolxconnect.dev.local-IndexWorker
Troubleshoot
During installation you may encounter the below issues
- Invalid License file: If the license file you are using is not valid, you will encounter have that problem
- Insufficient Permission in IIS: Might be a case when "Local Service" Account does have proper permission to run "index worker service". Give that user permission to read/write to solve that problem
- Solr Version: Most people suffer that problem for not running an appropriate Solr version. Please use Solr 7.5.0
- Solr SSL: By default, we run Solr without SSL. Please please please note that Sitecore 9x doesn't run perfectly without SSL Solr. Configure your Solr instance to run it under SSL else you are gonna face that problem for sure.
5. Uninstall
Uninstall is the manual process
- Delete all the websites manually
- Remove entry from host file
- Remove entry from iis
- Remove solr cores
- Remove Sql databases
- Remove windows services by using cmd
Thanks for visit my blog, for any query/comments please reach me.
Comments
Post a Comment