Imported Upstream version 2.20.11.0

This commit is contained in:
Mario Fetka 2016-05-21 07:44:35 +02:00
parent abbf8fe002
commit 500025baf6
14 changed files with 127 additions and 105 deletions

BIN
amd64/opt/hp/hpssacli/bld/hprmstr Executable file

Binary file not shown.

Binary file not shown.

View File

@ -1,83 +1,94 @@
HP Smart Storage Administrator CLI (HPSSACLI)
Version 2.0-23.0 (linux32)
7/29/2014
Version 2.20-11.0
5/1/2015
Description
-----------
The HP Smart Storage Administrator CLI is a command line-based disk
The HP Smart Storage Administrator CLI is the command line-based disk
configuration program for Smart Array Controllers.
* All other product names mentioned herein may be trademarks of their
respective companies.
Support
-------
Supported Operating Systems and Platforms
-----------------------------------------
Linux 32-bit components:
SuSE Linux Enterprise Server 10
SuSE Linux Enterprise Server 11
Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 6
Red Hat Enterprise Linux 7
Supported Operating Systems
Linux 64-bit components:
SuSE Linux Enterprise Server 10 (x86_64)
SuSE Linux Enterprise Server 11 (x86_64)
Red Hat Enterprise Linux 5 (x86_64)
Red Hat Enterprise Linux 6 (x86_64)
Red Hat Enterprise Linux 7 (x86_64)
Debian Sarge 64 bit
Debian Etch (amd64)
32bit Platforms:
Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 6
SuSE Linux Enterprise Server 10, 11
NOTE: For Red Hat Enterprise Linux 7.1 the sg driver must be manually
added so that it is loaded at boot time. Without the sg driver being
loaded, devices or controllers may not be discovered.
Here is a recommended way to do this:
64bit Platforms:
SuSE Linux Enterprise Server 10 (x86_64)
SuSE Linux Enterprise Server 11 (x86_64)
Red Hat Enterprise Linux 5 (x86_64)
Red Hat Enterprise Linux 6 (x86_64) with the "Compatibility Package"
installed to include the 32-bit libraries.
* All these platforms need to have the following driver upgrades:
CISS driver version 2.4.50 or later
sudo echo sg > /etc/modules-load.d/sg.conf
sudo rebo
These drivers and Fibre Channel HBA drivers are available from
http://www.hp.com.
* Any platform that requires the CCISS driver should use version 3.6.28 or newer.
These drivers are available from http://www.hp.com.
Supported Controllers
---------------------
Dynamic Smart Array B110i SATA RAID
Smart Array P212 Controller
Smart Array P410 Controller
Smart Array P410i Controller
Smart Array P411 Controller
Smart Array P212 Controller
Smart Array P711m Controller
Smart Array P712m Controller
Smart Array B110i SATA RAID
Smart Array P812 Controller
Dynamic Smart Array B120i
Dynamic Smart Array B320i
Smart Array P220i Controller
Smart Array P222 Controller
Smart Array P420 Controller
Smart Array P420i Controller
Smart Array P421 Controller
Smart Array P822 Controller
Smart Array P721m Controller
Dynamic Smart Array B320i RAID
Dynamic Smart Array B120i RAID
Smart Array P822 Controller
Smart Array P230i Controller
Smart Array P430 Controller
Smart Array P431 Controller
Smart Array P731m Controller
Smart Array P230i Controller
Smart Array P530 Controller
Smart Array P531 Controller
Smart Array P731m Controller
Smart Array P830 Controller
Smart Array P830i Controller
Smart Array P240i Controller
Smart Array P440 Controller
Smart Array P440i Controller
Smart Array P441 Controller
Smart Array P840 Controller
Smart HBA H240 Controller
Smart HBA H240i Controller
Smart HBA H241 Controller
Smart HBA H244 Controller
Dynamic Smart Array B110i
Dynamic Smart Array B120i
Dynamic Smart Array B320i
Dynamic Smart Array B140i
Installing & Running the HP Smart Storage Administrator CLI
Smart HBA H240 Controller
Smart HBA H240ar Controller
Smart HBA H240tr Controller
Smart HBA H241 Controller
Smart HBA H244br Controller
Smart Array P240tr Controller
Smart Array P244br Controller
Smart Array P246br Controller
Smart Array P440 Controller
Smart Array P440ar Controller
Smart Array P441 Controller
Smart Array P741m Controller
Smart Array P840 Controller
Smart Array P840ar Controller
Smart Array P841 Controller
Installing & Running the HP Smart Storage Administrator
--------------------------------------------------------------
Installation:
HPSSACLI is distributed using Red Hat Package Manager (RPM) packages and
.deb packages for Debian.
@ -94,13 +105,14 @@ Installing & Running the HP Smart Storage Administrator CLI
When attempting to run HPSSACLI on any HP-supported version of Linux, it is
highly recommended that you install the latest version of the HP ProLiant
Smart Array Controller driver for your intended Linux operating system.
Drivers may be obtained by clicking on "Support & Drivers" from HPs
Drivers may be obtained by clicking on "Support & Drivers" from HP's
website at: http://www.hp.com
For Debian 64 bit:
dpkg -i --force-architecture <file name>. hpssacli requires the libunwind
bit package to be installed.
Run the HPSSACLI:
Make sure that you have gone through the following checklist:
@ -118,8 +130,6 @@ Installing & Running the HP Smart Storage Administrator CLI
Additional Notes
----------------
1. After creating or deleting logical drives with HPSSACLI, under some
special circumstances, the device name mapping might change after you
first reboot the system. Also, Linux might see previously not visible
@ -145,7 +155,7 @@ Additional Notes
8. On RHEL5 systems, for this version of the HPSSACLI version 3.6.18-10 or
newer of the HP ProLiant Smart Array Controller Driver for Red Hat
Enterprise Linux 5 (x86, x86-64) is required. Drivers may be obtained by
clicking on “Support & Drivers” from HPs website at: http://www.hp.com
clicking on "Support & Drivers" from HP's website at: http://www.hp.com
Notes for HPSSA Scripting
@ -177,6 +187,6 @@ Notes for HPSSA Scripting
Feedback
--------
For support for HPSSACLI or Smart Array controllers, please visit the web at
http://support.hp.com.

Binary file not shown.

View File

@ -13,5 +13,5 @@ ${HPSSACLI_BIN_INSTALLATION_DIR}mklocks.sh hpssacli
if [ `uname -m` = "ia64" ]; then
/usr/bin/prctl --unaligned=silent ${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
else
${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
exec ${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
fi

View File

@ -13,5 +13,5 @@ ${HPSSACLI_BIN_INSTALLATION_DIR}mklocks.sh hpssascripting
if [ `uname -m` = "ia64" ]; then
/usr/bin/prctl --unaligned=silent ${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
else
${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
exec ${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
fi

BIN
i386/opt/hp/hpssacli/bld/hprmstr Executable file

Binary file not shown.

Binary file not shown.

View File

@ -1,80 +1,94 @@
HP Smart Storage Administrator CLI for Linux environments
Version 2.0-23.0 (linuxX64)
7/29/2014
HP Smart Storage Administrator CLI (HPSSACLI)
Version 2.20-11.0
5/1/2015
Description
-----------
The HP Smart Storage Administrator CLI is the command line-based disk
configuration program for Smart Array Controllers.
The HP Smart Storage Administrator CLI (HPSSACLI) is a commandline-based
disk configuration program for Smart Array Controllers.
* All other product names mentioned herein may be trademarks of their
respective companies.
Support
-------
Supported Operating Systems and Platforms
-----------------------------------------
Linux 32-bit components:
SuSE Linux Enterprise Server 10
SuSE Linux Enterprise Server 11
Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 6
Red Hat Enterprise Linux 7
Supported Operating Systems
Linux 64-bit components:
SuSE Linux Enterprise Server 10 (x86_64)
SuSE Linux Enterprise Server 11 (x86_64)
Red Hat Enterprise Linux 5 (x86_64)
Red Hat Enterprise Linux 6 (x86_64)
Red Hat Enterprise Linux 7 (x86_64)
Debian Sarge 64 bit
Debian Etch (amd64)
SuSE Linux Enterprise Server 10 (x86_64)
SuSE Linux Enterprise Server 11 (x86_64)
Red Hat Enterprise Linux 5 (x86_64)
Red Hat Enterprise Linux 6 (x86_64) with the "Compatibility Package"
installed to include the 32-bit libraries.
Debian Sarge 64 bit
Debian Etch (amd64)
* All these platforms need to have the following driver upgrades:
CISS driver version 2.4.50 or later
NOTE: For Red Hat Enterprise Linux 7.1 the sg driver must be manually
added so that it is loaded at boot time. Without the sg driver being
loaded, devices or controllers may not be discovered.
Here is a recommended way to do this:
These drivers and Fibre Channel HBA drivers are available from
http://www.hp.com.
sudo echo sg > /etc/modules-load.d/sg.conf
sudo rebo
* Any platform that requires the CCISS driver should use version 3.6.28 or newer.
These drivers are available from http://www.hp.com.
Supported Controllers
---------------------
Dynamic Smart Array B110i SATA RAID
Smart Array P212 Controller
Smart Array P410 Controller
Smart Array P410i Controller
Smart Array P411 Controller
Smart Array P212 Controller
Smart Array P711m Controller
Smart Array P712m Controller
Smart Array B110i SATA RAID
Smart Array P812 Controller
Dynamic Smart Array B120i
Dynamic Smart Array B320i
Smart Array P220i Controller
Smart Array P222 Controller
Smart Array P420 Controller
Smart Array P420i Controller
Smart Array P421 Controller
Smart Array P822 Controller
Smart Array P721m Controller
Dynamic Smart Array B320i RAID
Dynamic Smart Array B120i RAID
Smart Array P822 Controller
Smart Array P230i Controller
Smart Array P430 Controller
Smart Array P431 Controller
Smart Array P731m Controller
Smart Array P230i Controller
Smart Array P530 Controller
Smart Array P531 Controller
Smart Array P731m Controller
Smart Array P830 Controller
Smart Array P830i Controller
Smart Array P240i Controller
Smart Array P440 Controller
Smart Array P440i Controller
Smart Array P441 Controller
Smart Array P840 Controller
Smart HBA H240 Controller
Smart HBA H240i Controller
Smart HBA H241 Controller
Smart HBA H244 Controller
Dynamic Smart Array B110i
Dynamic Smart Array B120i
Dynamic Smart Array B320i
Dynamic Smart Array B140i
Installing & Running the HP Smart Storage Administrator CLI
Smart HBA H240 Controller
Smart HBA H240ar Controller
Smart HBA H240tr Controller
Smart HBA H241 Controller
Smart HBA H244br Controller
Smart Array P240tr Controller
Smart Array P244br Controller
Smart Array P246br Controller
Smart Array P440 Controller
Smart Array P440ar Controller
Smart Array P441 Controller
Smart Array P741m Controller
Smart Array P840 Controller
Smart Array P840ar Controller
Smart Array P841 Controller
Installing & Running the HP Smart Storage Administrator
--------------------------------------------------------------
Installation:
HPSSACLI is distributed using Red Hat Package Manager (RPM) packages and
.deb packages for Debian.
@ -116,8 +130,6 @@ Installing & Running the HP Smart Storage Administrator CLI
Additional Notes
----------------
1. After creating or deleting logical drives with HPSSACLI, under some
special circumstances, the device name mapping might change after you
first reboot the system. Also, Linux might see previously not visible
@ -143,7 +155,7 @@ Additional Notes
8. On RHEL5 systems, for this version of the HPSSACLI version 3.6.18-10 or
newer of the HP ProLiant Smart Array Controller Driver for Red Hat
Enterprise Linux 5 (x86, x86-64) is required. Drivers may be obtained by
clicking on “Support & Drivers” from HPs website at: http://www.hp.com
clicking on "Support & Drivers" from HP's website at: http://www.hp.com
Notes for HPSSA Scripting
@ -175,6 +187,6 @@ Notes for HPSSA Scripting
Feedback
--------
For support for HPSSACLI or Smart Array controllers, please visit the web at
http://support.hp.com.
http://support.hp.com.

Binary file not shown.

View File

@ -13,5 +13,5 @@ ${HPSSACLI_BIN_INSTALLATION_DIR}mklocks.sh hpssacli
if [ `uname -m` = "ia64" ]; then
/usr/bin/prctl --unaligned=silent ${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
else
${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
exec ${HPSSACLI_BIN_INSTALLATION_DIR}hpssacli $*
fi

View File

@ -13,5 +13,5 @@ ${HPSSACLI_BIN_INSTALLATION_DIR}mklocks.sh hpssascripting
if [ `uname -m` = "ia64" ]; then
/usr/bin/prctl --unaligned=silent ${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
else
${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
exec ${HPSSACLI_BIN_INSTALLATION_DIR}hpssascripting $*
fi