Posted On March 31, 2019

Veritas Backup Exec

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Veritas Backup Exec
Download installation files:
 
Current Licenses:
M00737xxxxx
M14095xxxxx
M90722xxxxx
M95677xxxxx
 
Note: do not install the same license files on two servers – that will cause issues with license registration
 
Support telephone number: 800-327-2232
 
Fixed VSS error Windows 2008 R2:
cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s oleaut32.dll
regsvr32 /s vss_ps.dll
vssvc /register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
vssvc /register
net start swprv
net start vss

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Become a DevOps Engineer in 2020

This note is scribbled up with about 5-minute of time. Thus, it may not have…

Resolving Active Directory Replication Issues

In Windows Active Directory 2008+ mode, Distributed File System Replication  (DFSR) succeeds the legacy File…

One-Liner: Capture Report of Logons in AD

echo %date%,%time%,%username%,logon,%computername% >> \\FILESERVER01\IT\scripts\logons.csv