Archive Tools Operator Guide¶
Introduced: v1.2 (PLAN-1620)
This document links together the three standalone tool guides for operating a Cesivi archive farm. Each tool has its own dedicated guide; this page serves as the starting point.
Tools overview¶
| Tool | Guide | Purpose |
|---|---|---|
| Cesivi.StorageBrowser | STORAGE_BROWSER.md | Read-only tree browser for auditing archive metadata directly against a live server |
| Cesivi.StorageConverter | STORAGE_CONVERTER.md | Lossless migration between storage backends (FileSystem ↔ Sqlite ↔ SqlServer ↔ LiteDb) including all 7 archive substores |
| Cesivi.Setup wizard | SETUP_WIZARD.md | Installer wizard for deploying a new Cesivi instance, with optional archive-mode branch |
Related archive guides¶
| Guide | What it covers |
|---|---|
| ARCHIVE_MODE.md | Enabling / disabling archive mode per site |
| ARCHIVE_IDENTITY.md | Federated identity + user snapshot fallback |
| ARCHIVE_IMPORTER.md | Full-fidelity migration tool importer |
| ARCHIVE_AUDIT.md | WORM audit log substrate |
| ARCHIVE_INTEGRITY.md | Long-term hash-chain integrity verification |
| ARCHIVE_RETENTION.md | Retention enforcement + HIPAA/GDPR/SOX mapping |
| ARCHIVE_LEGAL_HOLD.md | Legal hold application, release, eDiscovery |
| ARCHIVE_CONTROLCENTER.md | ControlCenter Archive Admin Bundle |
Typical operator workflow¶
- Provision the archive farm with Cesivi.Setup (see SETUP_WIZARD.md). Enable Archive Mode on the Components page. Configure WORM backend, retention defaults, and federation mode.
- Import content from the source SharePoint farm using the MigrationTool (see ARCHIVE_IMPORTER.md).
- Verify the archive using Cesivi.StorageBrowser (see STORAGE_BROWSER.md): check archive badges, retention counters, legal hold locks, and integrity status.
- Migrate storage backends (e.g. file system to SQL Server) with Cesivi.StorageConverter (see STORAGE_CONVERTER.md). All seven archive substores are preserved in the conversion.
- Ongoing compliance via ControlCenter (see ARCHIVE_CONTROLCENTER.md): audit log, integrity walks, retention expiry, legal holds.
See also¶
- Tutorial G — SharePoint On-Premises Retirement Archive — step-by-step end-to-end walkthrough
- Cesivi Archive Variant A — Whitepaper — customer-facing positioning + TCO
- Compliance Cookbook — HIPAA/GDPR/SOX/FRCP — per-regulation citation tables + worked examples
- Archive Cluster Deployment Guide — two-node HA cluster: shared DataRoot, Garnet config, leader-only services, operator runbook