Skip to content

Instantly share code, notes, and snippets.

@v0112358
Created August 3, 2018 09:50
Show Gist options
  • Save v0112358/fa231f9085acecb6c827903c035420c2 to your computer and use it in GitHub Desktop.
Save v0112358/fa231f9085acecb6c827903c035420c2 to your computer and use it in GitHub Desktop.
Install HP SSP repository on CentOS 6.9
```bash
# wget http://downloads.linux.hpe.com/SDR/add_repo.sh
# sh add_repo.sh -d RHEL -r 6.9 spp
# yum install hp-snmp-agents hpssa hp-health hp-smh-templates hpsmh hpssacli
# hpssacli ctrl all show config
Smart Array P800 in Slot 2 (sn: PAFGF0T9SZ401Y)
Port Name: 1I
Port Name: 2I
Port Name: 1E
Port Name: 2E
Internal Drive Cage at Port 3I, Box 1, OK
Internal Drive Cage at Port 4I, Box 1, OK
array A (Solid State SATA, Unused Space: 0 MB)
logicaldrive 1 (111.8 GB, RAID 0, OK)
physicaldrive 3I:1:1 (port 3I:box 1:bay 1, Solid State SATA, 120 GB, OK)
array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (683.5 GB, RAID 0, OK)
physicaldrive 3I:1:2 (port 3I:box 1:bay 2, SAS, 146 GB, OK)
physicaldrive 3I:1:3 (port 3I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 3I:1:4 (port 3I:box 1:bay 4, SAS, 146 GB, OK)
physicaldrive 4I:1:5 (port 4I:box 1:bay 5, SAS, 146 GB, OK)
physicaldrive 4I:1:6 (port 4I:box 1:bay 6, SAS, 146 GB, OK)
Expander 250 (WWID: 500143800968C3BF)
SEP (Vendor ID HP, Model P800) 249 (WWID: 500143800968C3BE)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment