diff --git a/.spelling b/.spelling index 0eb510045acd8429bada0bab77f15fc87e5393ea..d4337422c3464365c62f19a7d4218cb39adb996b 100644 --- a/.spelling +++ b/.spelling @@ -1,3 +1,4 @@ +Quantum Scalar I6 JAN LUMI AI diff --git a/docs.it4i/storage/archive-storage.md b/docs.it4i/storage/archive-storage.md new file mode 100644 index 0000000000000000000000000000000000000000..9cde57fac592028e1ba617692681d680513df7f3 --- /dev/null +++ b/docs.it4i/storage/archive-storage.md @@ -0,0 +1,41 @@ +# ARCHIVE Storage + +The ARCHIVE storage is a complex solution expanding the platform for efficient distributed data complementing the existing IT4I storage systems. +It serves as the central data storage for archiving long-term data of laboratories and research projects, +particularly the REFRESH project (Research Excellence for Region Sustainability and High-tech Industries). + +The ARCHIVE storage is built on [Nodeum][1] and [Quantum Scalar i6][2] technology. + +## Technical Specifications + +### Nodeum + +Nodeum is a software for unstructured data management specifically designed to address issues related to data transfer, migration, search, and validation. +It provides Restful API, Web GUI and SSH interface + +**Nodeum Archive Server specification** – Dell r760 (2x CPU Intel Xeon Silver 4510 2.4G, 12 Cores, 384 GB RAM, 2x SSD 960 GB, 2x 100 GbE ports QSFP28 including SR modules, 2x 1 GbE ports. iDrac Enterprise). + +### Quantum Scalar i6 + +Quantum Scalar i6 is a modular tape drive offering a range of features +for easy data management and monitoring and a user-friendly console allowing users +to monitor performance, receive status notifications, etc. + +**Quantum Scalar i6 specifications** - 575 LTO-9 slots, 4 x LTO-9 12Gb SAS Full Height drive, connected to the Dell r760 servers via 12 Gb SAS. **Total capacity of 10.35PB.** + +**Disk Storage NVMe** – Infortrend EonStor GS 2000 (dual controller, 10 x U.3 NVMe SSD, PCIe Gen4, 7.68TB, 16 GB cache, 4 x 12 Gb SAS connection to the Dell r760 server). **Total capacity of 46TB.** + +## Access Policy + +To access the ARCHIVE storage, it is required to: + +1. be a member of the REFRESH project, +1. get an approval from either [Tomas Kozubek][b] or [Jan Martinovic][c], +1. contact [support\[at\]it4i.cz][a] with a request to access. + +[1]: https://www.nodeum.io/ +[2]: https://www.quantum.com/en/products/tape-storage/scalar-i6/ + +[a]: mailto:support@it4i.cz +[b]: mailto:tomas.kozubek@vsb.cz +[c]: mailto:jan.martinovic@vsb.cz diff --git a/mkdocs.yml b/mkdocs.yml index 973cbc706dcdd0f55d93c85459f4cc83a7a662d3..584a6a561d0e80cb80eec7aa3cd5d49751e11021 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -191,6 +191,8 @@ nav: - Introduction: storage/cesnet-s3.md - S3cmd: storage/s3cmd.md - AWS CLI: storage/awscli.md + - ARCHIVE: + - Introduction: storage/archive-storage.md - Access Control List: - Standard File ACL: storage/standard-file-acl.md - NFSv4 File ACL: storage/nfs4-file-acl.md