Skip to content

Instantly share code, notes, and snippets.

View Fossil01's full-sized avatar

Fossil Fossil01

  • The Internet
View GitHub Profile
@Fossil01
Fossil01 / PVE-HP-ssacli-smart-storage-admin.md
Created November 8, 2023 23:40 — forked from mrpeardotnet/PVE-HP-ssacli-smart-storage-admin.md
HP Smart Storage Admin CLI (ssacli) installation and usage on Proxmox PVE (6.x)

HP Smart Storage Admin CLI (ssacli) installation and usage on Proxmox PVE (6.x)

Why use HP Smart Storage Admin CLI?

You can use ssacli (smart storage administrator command line interface) tool to manage any of supported HP Smart Array Controllers in your Proxmox host without need to reboot your server to access Smart Storage Administrator in BIOS. That means no host downtime when managing your storage.

CLI is not as convenient as GUI interface provided by BIOS or desktop utilities, but still allows you to fully manage your controller, physical disks and logical drives on the fly with no Proxmox host downtime.

ssacli replaces older hpssacli, but shares the same syntax and adds support for newer servers and controllers.

Installation

@Fossil01
Fossil01 / SSHrsync.sh
Last active May 18, 2016 15:14 — forked from KartikTalwar/Documentation.md
Rsync over SSH - (40MB/s over 1GB NICs)
rsync -aHXx --numeric-ids --delete --info=progress2 -e "ssh -T -c aes128-gcm@openssh.com -o Compression=no -x" /localpath user@dest:/path