A comprehensive archive of enterprise storage arrays from DellEMC, IBM, HPE, NetApp, Hitachi, and Everpure (formerly Pure Storage).
- 50+ Spec Sheets (45MB of PDFs)
- 6 Major Vendors covered
- 2000-2025 time range
- Searchable & Filterable interface
- February 2026: Pure Storage rebranded to Everpure
- Post-2016 Dell/EMC Merger: Major product line transitions:
- Symmetrix → PowerMax
- Isilon → PowerScale
- VNX → Unity → PowerStore
- Data Domain → PowerProtect
- Go to https://github.com/new
- Repository name:
storage-array-history - Make it Public
- Click Create repository
Option A: Drag & Drop (Easiest)
- Open your new repo on GitHub
- Click "Uploading an existing file"
- Drag the entire
storage-array-websitefolder contents - Commit changes
Option B: Command Line
cd ~/Desktop/storage-array-website
git init
git add .
git commit -m "Initial commit: Storage array archive"
git remote add origin https://github.com/jp-moregain/storage-array-history.git
git branch -M main
git push -u origin main- Go to repo Settings → Pages
- Source: Deploy from a branch
- Branch: main / root
- Click Save
- Wait 2-3 minutes
Your site will be live at:
https://jp-moregain.github.io/storage-array-history
storage-array-website/
├── index.html # Main website
├── css/
│ └── style.css # Styling
├── js/
│ └── app.js # Search & filter logic
├── pdfs/
│ ├── DellEMC/ # 22 PDFs
│ ├── IBM/ # 7 PDFs
│ ├── Hitachi/ # 6 PDFs
│ ├── NetApp/ # 9 PDFs
│ ├── HPE/ # 3 PDFs
│ └── PureStorage/ # 3 PDFs
└── README.md # This file
- 🔍 Search - Filter arrays by name, type, or year
- 🏷️ Filter - Show only Current or Discontinued products
- 📱 Responsive - Works on mobile, tablet, desktop
- ⚡ Fast - Static site, no server needed
- 🔗 Direct Downloads - Click any PDF to download
To add a new storage array:
- Add PDF to appropriate
pdfs/<vendor>/folder - Edit
index.htmland add a new card:
<div class="array-card [current|discontinued]">
<h3>Array Name</h3>
<span class="year">YYYY</span>
<span class="type">Type</span>
<p>Description here</p>
<a href="pdfs/Vendor/YourFile.pdf" class="download-link" target="_blank">
📄 Download Spec Sheet
</a>
</div>- Commit and push to GitHub
- Changes go live in ~1 minute
Edit css/style.css:
:root {
--primary: #2563eb; /* Main blue color */
--accent: #f59e0b; /* Orange accent */
}- Buy domain (e.g., storagehistory.com)
- Go to repo Settings → Pages
- Enter custom domain
- Add DNS CNAME record pointing to
jp-moregain.github.io
| Vendor | Current | Discontinued | Total PDFs |
|---|---|---|---|
| DellEMC | 3 | 19 | 22 |
| IBM | 2 | 5 | 7 |
| Hitachi | 2 | 4 | 6 |
| NetApp | 1 | 8 | 9 |
| HPE | 0 | 3 | 3 |
| Everpure (Pure Storage) | 3 | 0 | 3 |
| Total | 11 | 39 | 50 |
- Live Site: https://jp-moregain.github.io/storage-array-history
- GitHub Repo: https://github.com/jp-moregain/storage-array-history
Spec sheets are archived from public sources for educational purposes. Website code is MIT licensed - feel free to fork and modify!
Created by @jp-moregain | February 2026