Jump to content

Clone Kaspersky Security Center failed!


Recommended Posts

Posted

I need to migrant a "Kaspersky Security Center" from a PC to ESXI VM.

I have used "VMware vCenter Converter Standalone Client" to do it , The Windows server 2022 transfer fine . But some GUID or HDD ID have changed in this process and the "Kaspersky Security Center Administration Server" service failed to start. 


Is there any way to fix this problem ?

Posted
3 hours ago, Arvinfx said:

there is the Error log in EventViewer 
image.thumb.png.aec57bb6d9d452259d0e327f0da50ef7.png

You can use the backup of old KSC, deploy KSC in a new virtual machine (VM) configuring it with the same IP address and hostname as the old KSC, restore the old KSC backup.

First of all the new Machine should have similar IP and hostname/FQDN as configured in old KSC and then you can restore the backup of old KSC , upgrade ksc to 15.1 and use SQL 2016.

 

Regards

Ahnaf Tahmeed

  • Like 1
Renan Corassa
Posted (edited)

If you choose not to use SQL 2016 and instead use higher versions, don't forget the query below before starting the KSC service.

USE KAV

GO

ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF

GO

where KAV is the name of your database.

 

Otherwise, using SQL Server 2019 may result in errors with "There is insufficient system memory in the 'internal' resource pool to execute this query."

Edited by Renan Corassa

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...