Archivi categoria: Enterprise Vault

Enterprise Vault: could not load file or assembly kvs.enterprisevault.interop.evpstapi

Scenario.
Server con installata la console di Enterprise Vault.
Script per l’esportazione degli archivi in PST (requisito: da avviare in Poweshell 23 bit)
Verifica se il modulo è di Etnerprise Vault è installato
if (!(Get-Module "enterprisevault")) {import-module enterprisevault}
$exportTOpst = import-csv "C:\temp\test.csv" -Delimiter ";"
foreach ($archive in $exportTOpst){
Write-Host -ForegroundColor Magenta "Dearchiviazione dell'archivio "$archive.ArchiveName
Export-EVArchive -ArchiveId $archive.archiveID -Format PST -OutputDirectory D:\Temp -MaxPSTSizeMB 51200
}

Problema
Durante l’esecuzione dello script, viene generato l’errore “could not load file or assembly kvs.enterprisevault.interop.evpstapi”

Soluzione
Copiare nella directory di installazione di Enterprice Valut (p.e. C:\Program Files (x86)\Enterprise Vault) il file KVS.EnterpriseVault.Interop.EVPstApi.dll (presente nel server EV) e riavviare i servizi di EV

Enterprise Vault – Muovere DB SQL su un nuovo server

Qua la procedura per spostare i DB di SQL di EV su un nuovo server:

http://www.symantec.com/business/support/index?page=content&id=TECH35744

Per identificare i DB inerenti gli indici si può utilizzare il seguente script:

USE EnterpriseVaultDirectory

SELECT

FCI.DisplayName AS ‘Vault Store’,

FCD.SQLServer AS ‘SQL Server’,

FCD.DatabaseName AS ‘Database’

FROM

dbo.FingerprintCatalogueInstance AS FCI,

dbo.FingerprintCatalogueDatabase AS FCD

WHERE

FCI.FPCIIdentity=FCD.FPCIIdentity

Unable to attach to a resource

Backup Exec 2012 ed Enterprise Vault:

“V-79–57344-33932 — Unable to attach to a resource.  Make sure that all selected resources exist and are online, and then try again.  If the server or resource no longer exists, remove it from the selec­tion list. Edit the selec­tion list prop­er­ties, click the View Selec­tion Details tab, and then remove the resource.”

Il mio problema era dovuto che le share amministrative non erano attive (verificabili tramite il comando net share).

Per abilitarle, settare ad 1 il valore delle DWORD nel registro di sistema

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanServerParametersAutoShare­Server

e

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanServerParametersAutoShareWks

Riavviare il server EV e rilanciare il job di backup…

Enterprise Vault Configuration Reporter

Mi capita spesso di andare da clienti dove hanno infrastrutture Enterprise Vault.
Per vedere velocemente come è configurata, ci viene incontro un utile tools di Symantec: Enterprise Vault Configuration Reporter

Ecco i link da dove lo si può scaricare.

EV 10: http://www.symantec.com/connect/downloads/enterprise-vault-configuration-reporter-ev-10

EV dalla versione 6 alla 9:

http://www.symantec.com/connect/downloads/enterprise-vault-configuration-reporter-evcr