smartData Protection & Archiving

The layer above the media

Software that lets the media underneath change without the applications above noticing.

QStar archive software presents SMB, NFS and S3 in front of tape, optical, disk, object storage and cloud, and keeps one path valid while the bytes move between them.

Aban Smart designs, supplies, integrates and supports QStar archive software alongside the libraries and appliances it drives.

Hardware is the part of an archive people argue about. Software is the part that decides whether the archive is still usable in twelve years. A tape generation reaches end of support, an optical library is replaced, a cloud contract lapses, and every one of those events is a rewrite of application configuration unless something sits in between holding the file paths steady. That intermediate layer is what QStar sells. Understanding it as a namespace and policy engine, rather than as ten separate products with ten product names, is the fastest route to a design that makes sense.

Archive management software stackFour layers: applications, a presentation layer exposing SMB, NFS and S3 over a single namespace, a policy engine handling classification, retention, tiering and recall, and a device layer of disk cache, tape, optical and cloud. The namespace stays stable while data moves between media underneath.APPLICATION LAYERFile appsMAMPACSS3 clientsPRESENTATION LAYERSMB / NFSS3 endpointSingle namespacePOLICY ENGINEClassifyRetentionTiering rulesRecallrecallDEVICE LAYERDisk cacheTape libraryOptical WORMCloud / S3One path, unchanged — data moves between media underneath it
Conceptual layering of archive management software. Final topology depends on verified product compatibility.

The namespace stays still while the data moves underneath it.

What this layer is actually doing

Strip away the naming and the work divides into six jobs.

It presents an interface. The archive appears as an SMB share, an NFS mount point or an S3 bucket. Applications write to it the way they write to any other target, with no API integration and no operator in the loop.

It maintains a namespace. A file has one path. That path is what users, scripts and applications remember, and it does not encode which cartridge or platter the data currently lives on.

It classifies data against attributes the storage layer can see for itself: creation date, last access, last modification, size, extension, owner. No content analysis, no tagging effort from users.

It applies policy to those classes. Copy, move, migrate with a stub left behind, or delete. Triggered by high and low watermarks on the cache, or on a schedule.

It stages recalls. A read against archived data pulls the copy back into a flash or disk cache and serves it from there, so a second read within the retention window of the cache is fast.

It records what happened. Media location, copy count, offline cartridges held outside the library, retention state, legal hold, checksums taken at ingest and compared on read. This catalogue is the archive's memory.

Everything a product brochure says about tiering, replication, WORM behaviour or cloud gateways is a variation on those six.

Product family at a glance

Most deployments use two or three of these components. Almost none use all of them, and a proposal that includes everything is usually a proposal nobody has scoped properly.

Component What it is for When you actually need it
Archive Manager The core archive and HSM engine. Virtualises tape, optical, disk, object storage and cloud behind SMB, NFS and S3, with a disk or flash cache in front and volume-level retention, legal hold and offline media tracking. Nearly always. It is the base layer everything else attaches to.
Global ArchiveSpace Clustered multi-node build of the same engine, with a global namespace, node failover and a shared library manager so many nodes can use one large tape library without partitioning it. Documented as scaling from three nodes upward. Large tape estates with many drives, or where a single archive node is an unacceptable outage. Overkill for one library and one site.
Network Migrator Policy-driven migration of files off distributed servers, NAS and parallel file systems into the archive, leaving stubs behind. Supports copy, move, migrate-with-stub and delete actions, with version retention. When primary NAS is filling with data nobody has opened in two years and you want it gone without breaking the paths.
Archive Replicator Synchronous writes of archived data to up to four destinations, on mixed technologies and mixed file systems, local or remote. When one archive copy is not enough. Site failure protection, or a fast disk copy paired with a slow secure copy.
HyperTier Policy-based tiering across flash, capacity disk, object storage, LTO active archive and cloud through a single entry point, with transparent recall to the original location. Multi-tier estates where the goal is placement economics rather than a single archive destination.
Object Storage Manager / S3 gateway Object-style storage and S3 or REST access over standard disk and library hardware, with a configurable number of copies and self-healing behaviour. When the applications in front speak object, or when a backup product needs an on-premises S3 target.
Q-WORM Write-once retention behaviour enforced by the archive software, refusing modification and early deletion for the retention term. Records with a defined retention schedule. Pair it with physical WORM media where the threat model includes a compromised administrator.
LTFS support Open, portable tape format. Media written in LTFS can be read by other LTFS-aware systems rather than only by the software that wrote it. Exit strategy, media interchange with partners, and any tender that asks about vendor lock-in.

Archive Manager also supports an optimised proprietary tape format alongside LTFS. That choice is worth making deliberately, because it trades portability for behaviour, and it is difficult to revisit once several thousand cartridges are written.

How the namespace survives a media change

When a policy migrates a file, the archive keeps the path and replaces the local object with a stub: a small placeholder that holds the metadata and a pointer into the catalogue, not the data. Directory listings still show the file. Size and timestamps still look right. What has gone is the payload.

An application that opens that path issues an ordinary read. The archive software intercepts it, looks the file up in its catalogue, finds which volume and which medium holds a valid copy, mounts or fetches it, stages the data into cache, and completes the read. The application waits. It does not fail, it does not receive a different path, and it never learns which medium was involved.

That indirection is the whole point, and it is what makes a media change survivable. Migrating from LTO-7 to a later generation, or from an ageing optical library to object storage, becomes a background operation: read from the old copy, write to the new one, update the catalogue entry, retire the old media. The path an application holds is unchanged throughout, because the path was never a description of where the data was.

Two consequences follow. First, the catalogue is the archive. Lose it without a protected copy and you hold media whose contents you cannot locate. It needs its own backup, its own restore rehearsal, and a documented recovery procedure. Second, applications must tolerate a slow open. Most do. Some, particularly older clients with short timeouts, do not, and that is a compatibility question to settle in a test before it becomes a support call.

Global namespace across sitesThree generic sites share one logical namespace, so a file written at one site is visible at all of them. Replication between sites is selective: metadata is shared everywhere while the number and location of physical copies is set per dataset, with a retained copy held at one site.One logical namespaceSame file path at every siteSite AUsers & appsDisk cache + tapeFile written hereSite BUsers & appsDisk cacheSame path, on readSite CUsers & appsTape + opticalRetained copyMetadata: alwaysData: by policyCopy count setper datasetNamespace & replicationRetained copy
Conceptual global namespace with selective replication between generic sites. Final topology depends on verified product compatibility.

One logical namespace across sites.

Interfaces and what sits in front

Front-end access is SMB, NFS and S3, with HTTP and FTP also listed. Behind, the archive addresses tape libraries over FC or SAS, object and cloud targets over HTTP, and disk arrays as ordinary storage. See tape and LTO systems and archive storage systems for what usually sits at that end.

In practice three integration patterns cover most GCC deployments. Backup platforms write to the archive as an on-premises S3 target or an NFS repository, taking long-retention copies out of the primary backup estate. Media asset managers and video systems treat it as a tier and issue restores through it. PACS and other clinical or document systems write studies and records to a share and expect them back on demand, which places the recall latency question in front of a clinician rather than an administrator. QStar documents transparent integration with document, DICOM, audio, video and database archiving applications, but the specific application and version pairing is something to validate per engagement rather than assume.

What this layer does not fix

Recall latency is a property of the medium. Robotic mount, seek and stream from tape takes what it takes, and no namespace layer removes it. Software can hide the mechanics and it can cache intelligently. It cannot make cold media behave like flash, and a design that quietly assumes otherwise will disappoint its users in the first month.

It is also another supported component in the stack. It needs patching, licence continuity, a maintenance contract and a person who understands it. That is a real operational cost, set against the cost of the migration projects it prevents.

Software-enforced retention is enforced by software. It resists accidental and casual deletion well and is designed to prevent early removal, but it lives in the same trust domain as its own administrators. Where that matters, combine it with write-once media as covered in long-term data archiving.

Finally, versions and compatibility. Supported operating systems, library models, drive generations and cloud endpoints move between releases. Aban Smart validates the specific combination against current manufacturer documentation for each engagement rather than publishing a matrix here. The manufacturers we work with are listed on partners, and the wider technologies overview shows where this layer fits. For a scoped configuration, request configuration and pricing.

Related resources

Manufacturer documentation relevant to this page. Availability, specifications, and configurations are subject to verification.

PDFDatasheet
Date not verified

QStar Archive Manager Datasheet

Archive management software that virtualizes tape, optical, disk, object, and cloud targets behind file and S3 interfaces. Confirm supported versions and configuration before procurement.

Vendor:
QStar
Date:
Jun 2024
Format:
PDF
Size:
949 KB

Frequently asked questions

No, and buying them all would be poor design. Archive Manager is the base. Beyond it, add Network Migrator if the problem is full primary NAS, Archive Replicator if you need multiple archive copies, Global ArchiveSpace if a single node is an availability risk or the tape estate is very large, and an S3 gateway if the applications in front speak object. Two or three components is a normal outcome.

Turn your requirement into a defensible architecture

Share the workload, capacity, retention, access, and resilience requirements. Aban Smart will identify the next discovery inputs and the appropriate engagement path.