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

One-Liner: Capture Report of Logons in AD

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

Upgrade from Windows 2008 R2 to 2012 R2

1. Run: f:\support\adprep\adprep /forestprep f:\support\adprep\adprep /domainprep   2. Start Windows setup to upgrade the OS…

Pihole Error: Tried 100 Times to Connect to FTL Server

Error Message: DataTables warning: table id=all-queries - Tried 100 times to connect to FTL server,…