Compare commits
No commits in common. "master" and "pristine-tar" have entirely different histories.
master
...
pristine-t
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
APP_SOCKET_DIR=/var/run
|
|
||||||
|
|
||||||
if [ "$1" = "ssa" -o "$1" = "ssadu" ]
|
|
||||||
then
|
|
||||||
mkdir -p ${APP_SOCKET_DIR} 2>/dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
Binary file not shown.
Binary file not shown.
@ -1,183 +0,0 @@
|
|||||||
Smart Storage Administrator CLI (HPESSACLI)
|
|
||||||
Version 3.40-3.0
|
|
||||||
12/6/2018
|
|
||||||
|
|
||||||
Description
|
|
||||||
-----------
|
|
||||||
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.
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
Linux 64-bit components:
|
|
||||||
SuSE Linux Enterprise Server 10 (x86_64)
|
|
||||||
SuSE Linux Enterprise Server 11 (x86_64)
|
|
||||||
SuSE Linux Enterprise Server 12 (x86_64)
|
|
||||||
Red Hat Enterprise Linux 5 (x86_64)
|
|
||||||
Red Hat Enterprise Linux 6 (x86_64)
|
|
||||||
Red Hat Enterprise Linux 7 (x86_64)
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
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://support.hpe.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 P711m Controller
|
|
||||||
Smart Array P712m Controller
|
|
||||||
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 P721m Controller
|
|
||||||
Smart Array P822 Controller
|
|
||||||
|
|
||||||
Smart Array P230i Controller
|
|
||||||
Smart Array P430 Controller
|
|
||||||
Smart Array P431 Controller
|
|
||||||
Smart Array P530 Controller
|
|
||||||
Smart Array P531 Controller
|
|
||||||
Smart Array P731m Controller
|
|
||||||
Smart Array P830 Controller
|
|
||||||
Smart Array P830i Controller
|
|
||||||
|
|
||||||
Dynamic Smart Array B140i
|
|
||||||
Smart HBA H240 Controller
|
|
||||||
Smart HBA H240ar Controller
|
|
||||||
Smart HBA H240nr Controller
|
|
||||||
Smart HBA H241 Controller
|
|
||||||
Smart HBA H244br Controller
|
|
||||||
Smart Array P240nr Controller
|
|
||||||
Smart Array P244br Controller
|
|
||||||
Smart Array P246br Controller
|
|
||||||
Smart Array P440 Controller
|
|
||||||
Smart Array P440ar Controller
|
|
||||||
Smart Array P441 Controller
|
|
||||||
Smart Array P542D Controller
|
|
||||||
Smart Array P741m Controller
|
|
||||||
Smart Array P840 Controller
|
|
||||||
Smart Array P840ar Controller
|
|
||||||
Smart Array P841 Controller
|
|
||||||
|
|
||||||
Installing and running Smart Storage Administrator
|
|
||||||
--------------------------------------------------------------
|
|
||||||
Installation:
|
|
||||||
SSACLI is distributed using Red Hat Package Manager (RPM) packages and
|
|
||||||
.deb packages for Debian.
|
|
||||||
If there is an older version of SSACLI installed on the system, please
|
|
||||||
use "rpm -e ssacli" to remove it first. Use "rpm -i <file name>" to
|
|
||||||
install the application.
|
|
||||||
Please type "man rpm" for other details regarding RPM.
|
|
||||||
NOTE: On Debian systems, a ".deb" package file can be installed using the
|
|
||||||
"dpkg -i ssacli.xxx.deb" command. The dpkg -r ssacli command is used to
|
|
||||||
remove the package.
|
|
||||||
The software resides in /opt/smartstorageadmin/ssacli and the executable
|
|
||||||
name is ssacli which is located in /usr/sbin.
|
|
||||||
|
|
||||||
When attempting to run SSACLI on any HPE-supported version of Linux, it is
|
|
||||||
highly recommended that you install the latest version of the HPE ProLiant
|
|
||||||
Smart Array controller driver for your intended Linux operating system.
|
|
||||||
Drivers may be obtained by clicking on "HPE Servers, Storage and Networking"
|
|
||||||
from HPE's support website at: http://support.hpe.com
|
|
||||||
|
|
||||||
For Debian 64 bit:
|
|
||||||
dpkg -i --force-architecture <file name>. ssacli requires the libunwind
|
|
||||||
bit package to be installed.
|
|
||||||
|
|
||||||
Running SSACLI:
|
|
||||||
|
|
||||||
Make sure that you have gone through the following checklist:
|
|
||||||
. You run ssacli as root.
|
|
||||||
|
|
||||||
To start the application:
|
|
||||||
If /usr/sbin is already added in your path, just type:
|
|
||||||
"ssacli".
|
|
||||||
More options can be found by typing "ssacli help".
|
|
||||||
|
|
||||||
Exiting SSACLI:
|
|
||||||
1. To exit the SSACLI, type "exit" while at the CLI command console.
|
|
||||||
|
|
||||||
Additional Notes
|
|
||||||
----------------
|
|
||||||
1. After creating or deleting logical drives with SSACLI, under some special
|
|
||||||
circumstances, the device name mapping might change after you first reboot
|
|
||||||
the system. Also, Linux might see previously not visible logical drives
|
|
||||||
after rebooting. This name mapping problem is common to all SCSI devices
|
|
||||||
on Linux.
|
|
||||||
2. Do not insert or remove a controller driver module when ssascli is
|
|
||||||
running.
|
|
||||||
3. Please stop the HPE Storage Agents when deleting logical drives
|
|
||||||
since HPE Storage Agents keeps all logical drives open.
|
|
||||||
4. If all physical drives on a controller fail or are removed, software keys
|
|
||||||
will not be saved to the controller.
|
|
||||||
5. SSACLI may appear unresponsive during heavy array controller I/O
|
|
||||||
conditions, such as during a partition format or a logical drive rebuild.
|
|
||||||
6. When using Linux as the host operating system, if a Smart Array controller
|
|
||||||
has 16 or more volumes configured, deleting any volume in SSACLI will not
|
|
||||||
update the /proc/partitions to reflect the deletion of the device node
|
|
||||||
associated with that volume. Rebooting the server will cause the update to
|
|
||||||
happen. Note that there is also a limitation that only the first 16
|
|
||||||
volumes configured will be available to the operating system.
|
|
||||||
7. On RHEL5 systems, for this version of the SSACLI version 3.6.18-10 or
|
|
||||||
newer of the HPE ProLiant Smart Array controller driver for Red Hat
|
|
||||||
Enterprise Linux 5 (x86, x86-64) is required. Drivers may be obtained by
|
|
||||||
clicking on "HPE Servers, Storage and Networking" from HPE's support
|
|
||||||
website at: http://support.hpe.com
|
|
||||||
|
|
||||||
Notes for SSA Scripting
|
|
||||||
-----------------------
|
|
||||||
* SSA scripting (SSASCRIPTING) now uses a new engine to auto configure volumes.
|
|
||||||
When using the AUTO mode, it will attempt to configure two volumes; an OS
|
|
||||||
volume and a Data volume. The OS volume will be RAID1, while the Data volume
|
|
||||||
will be the highest possible RAID up to 6, depending on the number of disks
|
|
||||||
and RAID modes supported by the controller. Spares may be automatically
|
|
||||||
allocated. All user input in the input config file is ignored in AUTO mode.
|
|
||||||
The actual volumes created will depend on the controller, the number and size
|
|
||||||
of disks and the status of license keys in the controller.
|
|
||||||
* In scripting input/output, 2 disk mirrors are considered RAID1, 4 disk and
|
|
||||||
higher mirrors are RAID10. For compatibility, input scripts still accept
|
|
||||||
RAID1 for 4+ disk mirrors, however we recommend moving to the new argument
|
|
||||||
terminology as soon as possible.
|
|
||||||
* ARRAY and VOLUME arguments in configure mode can be specified as "Next",
|
|
||||||
which will use the next available ID.
|
|
||||||
* DRIVE arguments can be a number or wildcard, e.g. "*" or "2". In the first
|
|
||||||
example, all available drives will be used, in the second two drives will be
|
|
||||||
used.
|
|
||||||
* The CONTROLLER argument can be FIRST. Controllers are sorted after discovery,
|
|
||||||
the order being: internal before external, in ascending slot order. This
|
|
||||||
ensures that the input CONTROLLER=FIRST will target an internal controller
|
|
||||||
(SLOT=0) or the controller in the lowest PCI slot.
|
|
||||||
* To improve performance, use the REPEAT keyword when creating multiple
|
|
||||||
identical logical drives.
|
|
||||||
|
|
||||||
Support
|
|
||||||
-------
|
|
||||||
For support for SSACLI and Smart Array controllers, please visit
|
|
||||||
http://support.hpe.com
|
|
@ -1,338 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
PROLIANT ESSENTIALS SOFTWARE
|
|
||||||
|
|
||||||
END USER LICENSE AGREEMENT
|
|
||||||
|
|
||||||
PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY. THIS
|
|
||||||
AGREEMENT IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR SINGLE
|
|
||||||
ENTITY) ("YOU") AND HEWLETT-PACKARD COMPANY ("HP"). BY CLICKING THE "AGREE"
|
|
||||||
BUTTON BELOW, COPYING, INSTALLING, OR OTHERWISE USING THE SOFTWARE,
|
|
||||||
(i) YOU DO SO WITH THE INTENT TO ELECTRONICALLY "EXECUTE" THIS AGREEMENT, AND
|
|
||||||
(ii) YOU AGREE TO BE BOUND BY AND COMPLY WITH THE FOLLOWING TERMS AND
|
|
||||||
CONDITIONS, INCLUDING THE WARRANTY STATEMENT, AS WELL AS ANY TERMS AND
|
|
||||||
CONDITIONS CONTAINED IN THE "ANCILLARY SOFTWARE" LIST.
|
|
||||||
|
|
||||||
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT,
|
|
||||||
(A) IF THIS AGREEMENT IS DISPLAYED ELECTRONICALLY, YOU MAY INDICATE REJECTION
|
|
||||||
OF THIS AGREEMENT BY CLICKING THE "DISAGREE" BUTTON;
|
|
||||||
(B) YOU SHALL NOT INSTALL THE SOFTWARE; AND
|
|
||||||
(C) HP DOES NOT GRANT YOU ANY RIGHTS TO USE THE SOFTWARE.
|
|
||||||
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE SOFTWARE
|
|
||||||
INDICATES YOUR ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
||||||
IF YOU PURCHASED THE SOFTWARE, YOU MAY RETURN THE SOFTWARE TO THE PLACE OF
|
|
||||||
PURCHASE FOR A FULL REFUND.
|
|
||||||
|
|
||||||
THE SOFTWARE PROVIDED HEREIN, IS PROVIDED BY HP AND BY THIRD PARTIES, INCLUDING
|
|
||||||
THE OPEN SOURCE COMMUNITY ("ANCILLARY SOFTWARE"). USE OF THE HP SOFTWARE, THE
|
|
||||||
ANCILLARY SOFTWARE, ACCOMPANYING PRINTED MATERIALS, AND THE "ONLINE" OR
|
|
||||||
ELECTRONIC DOCUMENTATION (COLLECTIVELY THE "PRODUCT") IS CONDITIONED UPON AND
|
|
||||||
LIMITED BY THE FOLLOWING TERMS AND CONDITIONS, INCLUDING THE "AS IS WARRANTY
|
|
||||||
STATEMENT" AND THE TERMS AND CONDITIONS OF THE ANCILLARY SOFTWARE LICENSE
|
|
||||||
AGREEMENTS ("ANCILLARY SOFTWARE LICENSES").
|
|
||||||
|
|
||||||
USE OF ANCILLARY SOFTWARE SHALL BE GOVERNED BY THE ANCILLARY SOFTWARE LICENSE,
|
|
||||||
EXCEPT THAT THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
|
|
||||||
PROVISIONS CONTAINED IN THE "AS-IS WARRANTY STATEMENT" OF THIS AGREEMENT SHALL
|
|
||||||
ALSO APPLY TO SUCH ANCILLARY SOFTWARE. HP HAS IDENTIFIED ANCILLARY SOFTWARE
|
|
||||||
BY EITHER NOTING THE ANCILLARY SOFTWARE PROVIDER"S OWNERSHIP WITHIN EACH
|
|
||||||
ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY PROVIDING LICENSING INFORMATION IN
|
|
||||||
THE "ANCILLARY SOFTWARE" LIST. BY ACCEPTING THE TERMS AND CONDITIONS OF THIS
|
|
||||||
AGREEMENT, YOU ARE ALSO ACCEPTING THE TERMS AND CONDITIONS OF EACH ANCILLARY
|
|
||||||
SOFTWARE LICENSE IN THE ANCILLARY SOFTWARE LIST.
|
|
||||||
|
|
||||||
IF AND ONLY IF THE PRODUCT INCLUDES SOFTWARE LICENSED UNDER THE GNU GENERAL
|
|
||||||
PUBLIC LICENSE ("GPL SOFTWARE"), YOU MAY OBTAIN A COMPLETE MACHINE-READABLE
|
|
||||||
COPY OF THE GPL SOFTWARE SOURCE CODE ("GPL SOURCE CODE") BY DOWNLOAD FROM A
|
|
||||||
SITE SPECIFIED IN THE FOLLOWING HP WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML.
|
|
||||||
UPON YOUR WRITTEN REQUEST, HP WILL PROVIDE, FOR A FEE COVERING THE COST OF
|
|
||||||
DISTRIBUTION, A COMPLETE MACHINE-READABLE COPY OF THE GPL SOURCE CODE, BY MAIL,
|
|
||||||
TO YOU. INFORMATION ABOUT HOW TO MAKE A WRITTEN REQUEST FOR GPL SOURCE CODE
|
|
||||||
MAY BE FOUND AT THE FOLLOWING WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML .
|
|
||||||
|
|
||||||
|
|
||||||
LICENSE TERMS
|
|
||||||
|
|
||||||
SUBJECT TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND ANY RIGHTS,
|
|
||||||
LIMITATIONS AND OBLIGATIONS SET FORTH IN THE ANCILLARY SOFTWARE LICENSES:
|
|
||||||
|
|
||||||
1. LICENSE GRANT
|
|
||||||
|
|
||||||
a. IF SOFTWARE DOES NOT REQUIRE AN ACTIVATION KEY. If the Software does
|
|
||||||
not require an Activation Key and provided that You comply with all the terms
|
|
||||||
and conditions of this Agreement, HP grants You a non-exclusive,
|
|
||||||
non-transferable (except as provided in Section 16), worldwide (except for the
|
|
||||||
countries referenced in Section 12) license under HP's copyrights, to install,
|
|
||||||
copy on as many computers as you need for your business, use, execute, make
|
|
||||||
archival or backup copies, and display ("Use") the object code version of the
|
|
||||||
Product on the computer(s) on which this Product is installed and in the
|
|
||||||
operating environment as identified by HP in the accompanying materials.
|
|
||||||
|
|
||||||
b. IF SOFTWARE REQUIRES AN ACTIVATION KEY. If the Software requires an
|
|
||||||
Activation Key, and provided that You comply with all terms and conditions of
|
|
||||||
this Agreement, then depending upon the specific hardware configuration You
|
|
||||||
employ, HP grants You the following license ("License Type") and rights:
|
|
||||||
|
|
||||||
Authorized Copies. You are licensed to install, make Authorized Copies
|
|
||||||
of (as defined in this section), execute, and display ("Use") the object code
|
|
||||||
version of the Product on an equivalent number of Computers, Host/Client Pairs,
|
|
||||||
Computer Nodes, or Clustered Computers (as defined in the table below) as you
|
|
||||||
have Authorized Copies. Authorized Copies is defined as the number of copies
|
|
||||||
that you have paid for as stated in the invoice or comparable document
|
|
||||||
evidencing an authorized quantity.
|
|
||||||
|
|
||||||
LICENSE TYPE SOFTWARE INSTALLS TO: LICENSED RIGHTS
|
|
||||||
(hardware configuration)
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Computer A computer You have a right to install
|
|
||||||
and Use the Product on a single
|
|
||||||
computer. The installed copy
|
|
||||||
may not be transferred to or
|
|
||||||
used on any other computer.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Node/Client A set of computers with a You have a right to install and
|
|
||||||
minimum of one host and one Use the Product on a Host/Client
|
|
||||||
client connected to each Pair or a Single Node. Copies
|
|
||||||
other ("Host/Client Pair"), of the Product installed on a
|
|
||||||
or in certain instances, a Host/Client Pair or Single Node
|
|
||||||
single computer may not be transferred to any
|
|
||||||
("Single Node") other host or client computers
|
|
||||||
or other single nodes. You can
|
|
||||||
continue to Use the Product on
|
|
||||||
licensed clients when a new
|
|
||||||
server is introduced to the
|
|
||||||
licensed clients.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Cluster More than two computers You have a right to install and
|
|
||||||
physically connected together Use the Product on each
|
|
||||||
in a cluster configuration Clustered Computer. The
|
|
||||||
(each of which is referred to installed copy may not be
|
|
||||||
as "Clustered Computer") transferred to or used on any
|
|
||||||
other computer.
|
|
||||||
|
|
||||||
|
|
||||||
Storage. You may copy the Product into the local memory or storage
|
|
||||||
device of the hardware configuration loaded with the Authorized Copies. You may
|
|
||||||
copy the Product onto a reasonable number of network servers or a secure
|
|
||||||
intranet for the sole purpose of distributing the Product to the Computers,
|
|
||||||
Host/Client Pairs, Computer Nodes, or Clustered Computers. You may make
|
|
||||||
archival or back-up copies of the Product. You shall keep the activation key
|
|
||||||
with the hardware configuration to which the activation key is licensed. You
|
|
||||||
should keep copies of the activation key information for future retrieval
|
|
||||||
purposes.
|
|
||||||
|
|
||||||
2. NEW RELEASES. "New Release" means a release of the Product that may
|
|
||||||
contain fixes, corrections, or minor improvements to the Product. New Releases
|
|
||||||
are distributed from time to time solely at the option of HP. If HP offers a
|
|
||||||
New Release, it may come with its own terms and conditions, however if it does
|
|
||||||
not, You may use the New Release only under the terms and conditions of this
|
|
||||||
Agreement.
|
|
||||||
3. NEW VERSIONS. "New Version" means a version of the Product that may
|
|
||||||
contain significant changes, enhancements, and/or functional improvements to
|
|
||||||
the Product. New Versions are distributed solely at the option of HP. If HP
|
|
||||||
offers a New Version, it may come with its own terms and conditions, however
|
|
||||||
if it does not, You may use the New Version only under the terms and conditions
|
|
||||||
of this Agreement.
|
|
||||||
4. OWNERSHIP. The Product is owned and copyrighted by Hewlett-Packard
|
|
||||||
Development Company, L.P., HP's intellectual property management company, and
|
|
||||||
by third party suppliers, except for the Ancillary Software, which is owned and
|
|
||||||
copyrighted by the Ancillary Software providers indicated in the ANCILLARY
|
|
||||||
SOFTWARE list. Your right to Use the Product confers no title or ownership and
|
|
||||||
is not a sale of the Product or any part thereof. Third party suppliers and
|
|
||||||
Ancillary Software providers are intended beneficiaries under this Agreement
|
|
||||||
and may protect their rights in their respective portions of the Product
|
|
||||||
directly against You.
|
|
||||||
5. TRANSFER. Without the prior written consent of HP, or unless
|
|
||||||
specifically permitted in the Ancillary Software License, You have no right
|
|
||||||
(a) to rent, lease, lend, or otherwise transfer the rights to the Product to
|
|
||||||
anyone else; (b) to Use the Product for commercial timesharing or bureau use;
|
|
||||||
or (c) to copy the Product onto any public or distributed network.
|
|
||||||
6. COPYRIGHT. United States copyright laws, other countries' copyright
|
|
||||||
laws, and international treaty provisions protect the Product. You shall not
|
|
||||||
remove any product identification, copyright notices, or proprietary notices
|
|
||||||
from the Product.
|
|
||||||
7. SUPPORT. Support terms and conditions and contact information are
|
|
||||||
detailed in the Worldwide Limited Warranty and Technical Support for Industry
|
|
||||||
Standard Server Products statement ("Support Statement"), a copy of which is
|
|
||||||
available on the HP web site at www.hp.com. Subject to the terms of the
|
|
||||||
Support Statement, for HP software products installed on HP computers,
|
|
||||||
technical support for questions regarding media and Product installation may
|
|
||||||
be available for a ninety (90) day period from the date of purchase of the HP
|
|
||||||
computer on which this Product is installed ("Support Term"). To access this
|
|
||||||
support in North America, call the HP Technical Support Phone Center at
|
|
||||||
1-800-652-6672. This service is available during normal business hours,
|
|
||||||
Monday through Friday, during the Support Term. Outside North America, call
|
|
||||||
the nearest HP Technical Support Center. No other support, including
|
|
||||||
without limitation any on-site support, is provided under this Agreement.
|
|
||||||
8. LIMITATION ON REVERSE ENGINEERING. Reverse engineering of Ancillary
|
|
||||||
Software shall be governed by its respective Ancillary Software License. As
|
|
||||||
for the remainder of the Product, You shall not modify, disassemble, reverse
|
|
||||||
engineer, decompile, decrypt, or otherwise attempt to access or determine the
|
|
||||||
source code of the Product without HP's prior written consent. Where You have
|
|
||||||
other statutory rights with regard to software, You shall provide HP with
|
|
||||||
reasonably detailed information regarding any intended disassembly or
|
|
||||||
decompilation of the Product prior to performing such disassembly or
|
|
||||||
decompilation. You shall not decrypt the Product unless necessary for the
|
|
||||||
licensed Use of the Product.
|
|
||||||
9. RESERVATION OF RIGHTS. HP, its third party suppliers, and Ancillary
|
|
||||||
Software providers reserve all rights not expressly granted to You in this
|
|
||||||
Agreement.
|
|
||||||
10. TERM AND TERMINATION. You may exercise the rights of this Agreement
|
|
||||||
and of the Ancillary Software Licenses for a period of time starting at Your
|
|
||||||
acceptance of the terms and conditions of this Agreement and for so long as
|
|
||||||
You meet such terms and conditions ("Term"). Notwithstanding the foregoing,
|
|
||||||
HP may terminate Your right to Use the Product, upon notice, for Your failure
|
|
||||||
to comply with any such term or condition. Immediately upon termination, You
|
|
||||||
shall remove, destroy, or return to HP all copies of the Product, including
|
|
||||||
those copies of the Product that are merged into Your adaptations, except for
|
|
||||||
individual pieces of data in Your database. With HP's prior written consent,
|
|
||||||
one copy of the Product may be retained, for archival purposes only, subsequent
|
|
||||||
to termination. You may terminate this Agreement at any time by returning or
|
|
||||||
destroying the Product together with merged portions in any form.
|
|
||||||
11. CONFIDENTIAL COMPUTER SOFTWARE. Valid license from HP required for
|
|
||||||
possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial
|
|
||||||
Computer Software, Computer Software Documentation, and Technical Data for
|
|
||||||
Commercial Items are licensed to the U.S. Government under vendor's standard
|
|
||||||
commercial license.
|
|
||||||
12. COMPLIANCE WITH LAW. The Product and any associated hardware,
|
|
||||||
software, technology or services may not be exported, reexported, transferred
|
|
||||||
or downloaded to persons or entities listed on the U.S. Department of Commerce
|
|
||||||
Denied Persons List, Entity List of proliferation concern, or on any U.S.
|
|
||||||
Treasury Department Designated Nationals exclusion list, any country under
|
|
||||||
U.S. economic embargo, or to parties directly or indirectly involved in the
|
|
||||||
development or production of nuclear, chemical, biological weapons or in
|
|
||||||
missile technology programs as specified in the U.S. Export Administration
|
|
||||||
Regulations (15 CFR 744). By accepting this Agreement You confirm that You
|
|
||||||
are not (i) located in (or a national resident of) any country under U.S.
|
|
||||||
economic embargo, (ii) identified on any U.S. Department of Commerce Denied
|
|
||||||
Persons List, Entity List or Treasury Department Designated Nationals exclusion
|
|
||||||
list, and (iii) directly or indirectly involved in the development or
|
|
||||||
production of nuclear, chemical, biological weapons or in missile technology
|
|
||||||
programs as specified in the U.S. Export Administration Regulations.
|
|
||||||
13. APPLICABLE LAW. This Agreement shall be construed in accordance with
|
|
||||||
the laws of the State of Texas, without regard to conflict of laws principles.
|
|
||||||
The United Nations Convention on Contracts for the International Sale of Goods
|
|
||||||
is specifically disclaimed. If the Product was acquired outside the United
|
|
||||||
States, then local law may apply.
|
|
||||||
14. SEVERABILITY. If any term or provision of this Agreement is determined
|
|
||||||
to be illegal or unenforceable, the validity or enforceability of the remainder
|
|
||||||
of the terms or provisions herein will remain valid and in full force and
|
|
||||||
effect. Failure or delay in enforcing any right or provision of this Agreement
|
|
||||||
shall not be deemed a waiver of such right or provision with respect to any
|
|
||||||
subsequent breach. Provisions herein, which by their nature extend beyond the
|
|
||||||
termination of the license in the Product, will remain in effect until
|
|
||||||
fulfilled.
|
|
||||||
15. CONSENT TO USE OF DATA. You agree that HP may collect and use technical
|
|
||||||
information that You provide in connection with Your Use and request for
|
|
||||||
technical support of the Product from HP, however, HP will not use this
|
|
||||||
information in a form that personally identifies You.
|
|
||||||
16. ASSIGNMENT. You may not assign, sublicense or transfer this Agreement,
|
|
||||||
the Product, or any rights or obligations hereunder without the prior written
|
|
||||||
consent of HP. Any such attempted assignment, sublicense, or transfer will be
|
|
||||||
null and void, and in such event, HP may terminate this Agreement immediately.
|
|
||||||
Notwithstanding the foregoing, You may assign this Agreement and the rights
|
|
||||||
granted hereunder with the transfer of all or substantially all of Your
|
|
||||||
business. The right to assign or transfer Ancillary Software is governed by
|
|
||||||
the terms and conditions of the Ancillary Software Licenses.
|
|
||||||
17. ENTIRE AGREEMENT. This Agreement, including all Ancillary Software
|
|
||||||
Licenses in the ANCILLARY SOFTWARE list, is the final, complete and exclusive
|
|
||||||
agreement between You and HP relating to the Product, and supersedes any
|
|
||||||
previous communications, representations, or agreements between the parties,
|
|
||||||
whether oral or written, regarding the subject matter hereof. Any additional
|
|
||||||
or different terms and conditions not expressly set forth herein will not
|
|
||||||
apply. This Agreement may not be changed except by an amendment signed by an
|
|
||||||
authorized representative of both You and HP. To the extent the terms of any
|
|
||||||
HP policies or programs for support services conflict with the terms of this
|
|
||||||
Agreement, the terms of this Agreement shall control.
|
|
||||||
18. WARRANTY
|
|
||||||
|
|
||||||
a. NO ACTIVATION KEY REQUIRED SOFTWARE - AS-IS WARRANTY STATEMENT:
|
|
||||||
|
|
||||||
DISCLAIMER. TO THE EXTENT ALLOWED BY APPLICABLE LAW, THIS PRODUCT AND
|
|
||||||
SUPPORT SERVICES, IF ANY, ARE PROVIDED TO YOU "AS IS" WITHOUT WARRANTIES OF
|
|
||||||
ANY KIND, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY
|
|
||||||
DISCLAIMS ANY IMPLIED WARRANTIES OF ANY KIND, INCLUDING WITHOUT LIMITATION,
|
|
||||||
WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT, TITLE,
|
|
||||||
ACCURACY OF INFORMATIONAL CONTENT, FITNESS FOR A PARTICULAR PURPOSE, ACCURACY
|
|
||||||
OR COMPLETENESS OF RESPONSES, RESULTS, OR WORKMANLIKE EFFORT, LACK OF VIRUSES,
|
|
||||||
AND LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISION OF
|
|
||||||
OR FAILURE TO PROVIDE SUPPORT SERVICES. IN ADDITION, WITHOUT LIMITATION,
|
|
||||||
THERE IS NO WARRANTY OF QUIET ENJOYMENT, QUIET POSSESSION AND CORRESPONDENCE
|
|
||||||
TO DESCRIPTION WITH REGARD TO THE PRODUCT. YOU ASSUME THE ENTIRE RISK AS TO
|
|
||||||
THE RESULTS AND PERFORMANCE OF THE PRODUCT. NO ORAL OR WRITTEN INFORMATION OR
|
|
||||||
ADVICE GIVEN BY HP, HP"S AUTHORIZED REPRESENTATIVES, OR ANY OTHER PARTY SHALL
|
|
||||||
CREATE A WARRANTY OR AMEND THIS "AS IS" WARRANTY. Some jurisdictions do not
|
|
||||||
allow exclusions of implied warranties or conditions, so the above exclusion
|
|
||||||
may not apply to You to the extent prohibited by such local laws. You may have
|
|
||||||
other rights that vary from country to country, state to state, or province to
|
|
||||||
province.
|
|
||||||
|
|
||||||
b. ACTIVATION KEY REQUIRED SOFTWARE - LIMITED WARRANTY.
|
|
||||||
|
|
||||||
HP warrants that the Product will perform substantially in accordance with the
|
|
||||||
accompanying materials for a period of ninety (90) days from the date of
|
|
||||||
purchase. If an implied warranty or condition is created by Your
|
|
||||||
state/jurisdiction and federal or state/provincial law prohibits disclaimer of
|
|
||||||
it, You also have an implied warranty or condition, BUT ONLY AS TO DEFECTS FOR
|
|
||||||
WHICH CLAIMS ARE MADE WITHIN NINETY (90) DAYS FROM THE DATE OF PURCHASE. AS TO
|
|
||||||
ANY DEFECTS DISCOVERED FOR WHICH A CLAIM IS NOT MADE WITHIN THE NINETY-DAY
|
|
||||||
PERIOD, THERE IS NO WARRANTY OR CONDITION OF ANY KIND.
|
|
||||||
Some states/jurisdictions do not allow limitations on how long an implied
|
|
||||||
warranty or condition lasts, so the above limitation may not apply to You.
|
|
||||||
|
|
||||||
DISCLAIMER. The Limited Warranty that appears above is the only
|
|
||||||
express warranty made to You and is provided in lieu of any other express
|
|
||||||
warranties or implied warrantees (if any) created by any documentation,
|
|
||||||
packaging or otherwise. EXCEPT FOR THE LIMITED WARRANTY, AND TO THE MAXIMUM
|
|
||||||
EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE PRODUCT
|
|
||||||
AND SUPPORT SERVICES (IF ANY) "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM
|
|
||||||
ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
|
|
||||||
INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR
|
|
||||||
CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
|
|
||||||
SATISFACTORY QUALITY, NON-INFRINGEMENT OF TITLE, OF ACCURACY OR COMPLETENESS
|
|
||||||
OF RESPONSES, OF RESULTS, OF WORKMANLIKE EFFORT, OF LACK OF VIRUSES, AND OF
|
|
||||||
LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISIONS OF OR
|
|
||||||
FAILURE TO PROVIDE SUPPORT SERVICES. ALSO, THERE IS NO WARRANTY OR CONDITION
|
|
||||||
OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION,
|
|
||||||
OR NON-INFRINGEMENT WITH REGARD TO THE PRODUCT.
|
|
||||||
|
|
||||||
19. LIMITATION OF LIABILITY.
|
|
||||||
|
|
||||||
a. FOR ALL SOFTWARE WHETHER OR NOT AN ACTIVATION KEY IS REQUIRED
|
|
||||||
|
|
||||||
EXCEPT TO THE EXTENT PROHIBITED BY LOCAL LAW, IN NO EVENT WILL HP OR ITS
|
|
||||||
SUBSIDIARIES, AFFILIATES, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR SUPPLIERS
|
|
||||||
BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE,
|
|
||||||
OR OTHER DAMAGES (INCLUDING LOST PROFIT, LOST DATA, OR DOWNTIME COSTS) ARISING
|
|
||||||
OUT OF THE USE, THE INABILITY TO USE, OR THE RESULTS OF USE OF THE PRODUCT,
|
|
||||||
WHETHER BASED IN WARRANTY, CONTRACT, TORT OR OTHER LEGAL THEORY, AND WHETHER
|
|
||||||
OR NOT HP WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE PRODUCT IS NOT
|
|
||||||
DESIGNED, MANUFACTURED OR INTENDED FOR USE IN THE PLANNING, CONSTRUCTION,
|
|
||||||
MAINTENANCE, OR OPERATION OF A NUCLEAR FACILITY, AIRCRAFT NAVIGATION OR
|
|
||||||
AIRCRAFT COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, LIFE SUPPORT MACHINES,
|
|
||||||
OR WEAPONS SYSTEMS (COLLECTIVELY "HIGH RISK APPLICATIONS"). YOU ARE SOLELY
|
|
||||||
LIABLE IF THE PRODUCT IS USED FOR HIGH RISK APPLICATIONS, AND YOU SHALL
|
|
||||||
INDEMNIFY, DEFEND AND HOLD HP HARMLESS FROM ALL LOSS, DAMAGE, EXPENSE OR
|
|
||||||
LIABILITY IN CONNECTION WITH SUCH USE. YOU ASSUME THE ENTIRE RISK AS TO YOUR
|
|
||||||
USE OF THE PRODUCT. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
|
|
||||||
LIMITATION OF LIABILITY FOR INCIDENTIAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE
|
|
||||||
LIMITATION MAY NOT APPLY TO YOU TO THE EXTENT PROHIBITED BY SUCH LOCAL LAWS.
|
|
||||||
|
|
||||||
b. FOR SOFTWARE REQUIRING AN ACTIVATION KEY
|
|
||||||
|
|
||||||
Notwithstanding any damages that You might incur for any reason whatsoever
|
|
||||||
(including, without limitation, all damages referenced above and all direct
|
|
||||||
or general damages), the entire liability of HP and any of its suppliers under
|
|
||||||
any provision of this EULA and Your exclusive remedy for all of the foregoing
|
|
||||||
(except for any remedy of repair or replacement if elected by HP with respect
|
|
||||||
to any breach of the Limited Warranty) shall be limited to the greater of the
|
|
||||||
amount actually paid by You for the Product or U.S. $5.00. The foregoing
|
|
||||||
limitations, exclusions and disclaimers (including Warranty above) shall apply
|
|
||||||
to the maximum extent permitted by applicable law, even if any remedy fails of
|
|
||||||
its essential purpose.
|
|
||||||
|
|
||||||
REV08/51/03 End User License Agreement
|
|
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
|
|
||||||
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssacli
|
|
||||||
exec ${SSACLI_BIN_INSTALLATION_DIR}ssacli $*
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
|
|
||||||
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssascripting
|
|
||||||
exec ${SSACLI_BIN_INSTALLATION_DIR}ssascripting $*
|
|
@ -1,215 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<manifest schema_version="2.0.0.0">
|
|
||||||
<meta lang="en">
|
|
||||||
<product id="0cb3f808e2514d3d934980176f9217f8">
|
|
||||||
<product_version>
|
|
||||||
<id product="0cb3f808e2514d3d934980176f9217f8" version="688838b13b194c7abe1aa985845d1997" lucid_version="hpessacli.linux.x64@3.40.3.0__pubsw-linux_de,en,es,fr,it,ja"/>
|
|
||||||
<different>new</different>
|
|
||||||
<build number="15"/>
|
|
||||||
<type id="publishablesoftware-linux"/>
|
|
||||||
<name>
|
|
||||||
<name_xlate lang="en">HPE Smart Storage Administrator (HPE SSA) CLI for Linux 64-bit</name_xlate>
|
|
||||||
</name>
|
|
||||||
<alt_name>
|
|
||||||
<alt_name_xlate lang="en">HPE Smart Storage Administrator (HPE SSA) CLI for Linux 64-bit</alt_name_xlate>
|
|
||||||
</alt_name>
|
|
||||||
<version value="3.40.3.0" revision="" type_of_change="0"/>
|
|
||||||
<manufacturer_name>
|
|
||||||
<manufacturer_name_xlate lang="en">Hewlett Packard Enterprise</manufacturer_name_xlate>
|
|
||||||
</manufacturer_name>
|
|
||||||
<operating_systems>
|
|
||||||
<operating_system key="3359">
|
|
||||||
<operating_system_xlate>Red Hat Enterprise Linux 6 Server (x86-64)</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
<operating_system key="4196">
|
|
||||||
<operating_system_xlate>Red Hat Enterprise Linux 7 Server</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
<operating_system key="2951">
|
|
||||||
<operating_system_xlate>SUSE LINUX Enterprise Server 11 (AMD64/EM64T)</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
<operating_system key="4199">
|
|
||||||
<operating_system_xlate>SUSE Linux Enterprise Server 12</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
</operating_systems>
|
|
||||||
<products>
|
|
||||||
<product rom="A40"/>
|
|
||||||
<product rom="U23"/>
|
|
||||||
<product rom="U37"/>
|
|
||||||
<product rom="U36"/>
|
|
||||||
<product rom="U34"/>
|
|
||||||
<product rom="U33"/>
|
|
||||||
<product rom="U32"/>
|
|
||||||
<product rom="U31"/>
|
|
||||||
<product rom="U30"/>
|
|
||||||
<product rom="U13"/>
|
|
||||||
<product rom="U12"/>
|
|
||||||
<product rom="U15"/>
|
|
||||||
<product rom="U14"/>
|
|
||||||
<product rom="U17"/>
|
|
||||||
<product rom="U38"/>
|
|
||||||
<product rom="P99"/>
|
|
||||||
<product rom="P92"/>
|
|
||||||
<product rom="P95"/>
|
|
||||||
<product rom="U39"/>
|
|
||||||
<product rom="O42"/>
|
|
||||||
<product rom="U44"/>
|
|
||||||
<product rom="I39"/>
|
|
||||||
<product rom="I38"/>
|
|
||||||
<product rom="U25"/>
|
|
||||||
<product rom="I37"/>
|
|
||||||
<product rom="I36"/>
|
|
||||||
<product rom="U24"/>
|
|
||||||
<product rom="U43"/>
|
|
||||||
<product rom="U40"/>
|
|
||||||
<product rom="U41"/>
|
|
||||||
<product rom="U20"/>
|
|
||||||
<product rom="U21"/>
|
|
||||||
<product rom="U22"/>
|
|
||||||
<product rom="A41"/>
|
|
||||||
<product rom="U45"/>
|
|
||||||
<product rom="Carbondale14"/>
|
|
||||||
<product rom="U19"/>
|
|
||||||
<product rom="P89"/>
|
|
||||||
<product rom="U18"/>
|
|
||||||
<product rom="P86"/>
|
|
||||||
<product rom="P85"/>
|
|
||||||
<product rom="U27"/>
|
|
||||||
<product rom="I42"/>
|
|
||||||
<product rom="I43"/>
|
|
||||||
<product rom="I40"/>
|
|
||||||
<product rom="I41"/>
|
|
||||||
</products>
|
|
||||||
<divisions>
|
|
||||||
<division key="68">
|
|
||||||
<division_xlate lang="en">ServerOptions</division_xlate>
|
|
||||||
</division>
|
|
||||||
<division key="9">
|
|
||||||
<division_xlate lang="en">Storage</division_xlate>
|
|
||||||
</division>
|
|
||||||
<division key="6">
|
|
||||||
<division_xlate lang="en">Server</division_xlate>
|
|
||||||
</division>
|
|
||||||
</divisions>
|
|
||||||
<category key="7800032">
|
|
||||||
<category_xlate lang="en">Software - System Management</category_xlate>
|
|
||||||
</category>
|
|
||||||
<languages langlist="fr,en,de,it,ja,es">
|
|
||||||
<languages_xlate lang="en">French,English (US),German,Italian,Japanese,Spanish</languages_xlate>
|
|
||||||
</languages>
|
|
||||||
<release_date year="2018" month="06" day="30" hour="15" minute="46" second="46"/>
|
|
||||||
<description>
|
|
||||||
<description_xlate lang="en"><![CDATA[The HPE Smart Storage Administrator CLI (HPE SSACLI) is a commandline-based disk configuration program that helps you configure, manage, diagnose, and monitor HPE ProLiant Smart Array Controllers and now other storage devices as well, such as host bus adapters (HBAs), HPE Storage controllers, and future devices such as SCSI Express drives, and SAS switch devices. HPE SSACLI replaces the existing HP Array Configuration CLI Utility, or ACUCLI, with an updated design and will deliver new features and functionality for various Smart Storage initiatives as they come online. HPE Smart Array Advanced Pack 1.0 and 2.0 features are now part of the baseline features of HPE SSACLI, with the appropriate firmware.
|
|
||||||
|
|
||||||
HPE SSACLI will allow you to configure and manage your storage as before, but now with additional features, abilities, and supported devices. Existing ACUCLI scripts should only need to make minimal changes such as calling the appropriate binary or executable in order to maintain compatibility.
|
|
||||||
|
|
||||||
HP SSASCRIPTING - Scripting can be performed in offline or online environments. The HP SSA Scripting application has 2 scripting modes – Capture and Input.]]></description_xlate>
|
|
||||||
</description>
|
|
||||||
<prerequisite_notes/>
|
|
||||||
<installation_notes>
|
|
||||||
<installation_notes_xlate lang="en">
|
|
||||||
<installation_notes_xlate_part><![CDATA[<ul>
|
|
||||||
<li>HPE SSA CLI is distributed using Red Hat Package Manager (RPM) packages.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>If there is an older version of HPE SSA CLI installed on the system (Before version 2.60.18.0), please use "rpm -e hpssacli" to remove it first.</li>
|
|
||||||
<li>If there is an older version of HPE SSA CLI installed on the system (2.60.18.0 and later), please use "rpm -e ssacli" to remove it first.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Use "rpm -i " to install the application.</li>
|
|
||||||
</ul>
|
|
||||||
]]></installation_notes_xlate_part>
|
|
||||||
</installation_notes_xlate>
|
|
||||||
</installation_notes>
|
|
||||||
<availability_notes/>
|
|
||||||
<documentation_notes/>
|
|
||||||
<upgrade_requirement value="Optional"/>
|
|
||||||
<prerequisites>
|
|
||||||
<supported_operating_systems>
|
|
||||||
<supported_operating_system platform="suse_linux_enterprise_server_x86_64" major="12" minor="0" sr="OEM" name="SUSE Linux Enterprise Server 12"/>
|
|
||||||
<supported_operating_system platform="red_hat_enterprise_linux_x86_64" major="6" minor="0" sr="OEM" name="Red Hat Enterprise Linux 6 Server (x86-64)"/>
|
|
||||||
<supported_operating_system platform="suse_linux_enterprise_server_x86_64" major="11" minor="0" sr="OEM" name="SUSE LINUX Enterprise Server 11 (AMD64/EM64T)"/>
|
|
||||||
<supported_operating_system platform="red_hat_enterprise_linux_x86_64" major="7" minor="0" sr="OEM" name="Red Hat Enterprise Linux 7 Server"/>
|
|
||||||
</supported_operating_systems>
|
|
||||||
<supported_devices/>
|
|
||||||
<required_diskspace/>
|
|
||||||
</prerequisites>
|
|
||||||
<installation>
|
|
||||||
<install>
|
|
||||||
<install_caps/>
|
|
||||||
<command/>
|
|
||||||
<command_params/>
|
|
||||||
<reboot_required value="no"/>
|
|
||||||
<reboot_details value="No">
|
|
||||||
<reboot_details_xlate lang="en">Reboot is not required after installation for updates to take effect and hardware stability to be maintained</reboot_details_xlate>
|
|
||||||
</reboot_details>
|
|
||||||
<per_device_install_time_seconds>0</per_device_install_time_seconds>
|
|
||||||
</install>
|
|
||||||
<uninstall>
|
|
||||||
<uninstall_caps/>
|
|
||||||
<command/>
|
|
||||||
<command_params/>
|
|
||||||
<reboot_required/>
|
|
||||||
</uninstall>
|
|
||||||
</installation>
|
|
||||||
<sw_keys>
|
|
||||||
<sw_keys_and>
|
|
||||||
<sw_key name="ssacli" guid="20a6e8e4-bf33-4c71-a6bf-d9ecff0816bd">
|
|
||||||
<sw_key_expectedpath>software:rpm</sw_key_expectedpath>
|
|
||||||
</sw_key>
|
|
||||||
</sw_keys_and>
|
|
||||||
</sw_keys>
|
|
||||||
<filename>ssacli-3.40-3.0.x86_64.rpm</filename>
|
|
||||||
<component_config/>
|
|
||||||
<files>
|
|
||||||
<file size="14MB" bytes="15198299" date_modified="2018-12-10T21:20:31" md5sum="" sha1sum="" version="3.40" release="3.0">
|
|
||||||
<name>ssacli-3.40-3.0.x86_64.rpm</name>
|
|
||||||
<url id="http://ftp.hp.com"/>
|
|
||||||
<url id="file://.">file://./packages/ssacli-3.40-3.0.x86_64.rpm</url>
|
|
||||||
<file_list>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/mklocks.sh</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/rmstr</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/ssacli</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/ssacli-3.40-3.0.x86_64.txt</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/ssacli.license</file>
|
|
||||||
<file>./opt/smartstorageadmin/ssacli/bin/ssascripting</file>
|
|
||||||
<file>./usr/man/man8/ssacli.8.gz</file>
|
|
||||||
<file>./usr/sbin/ssacli</file>
|
|
||||||
<file>./usr/sbin/ssascripting</file>
|
|
||||||
</file_list>
|
|
||||||
</file>
|
|
||||||
</files>
|
|
||||||
<file_details/>
|
|
||||||
<revision_history>
|
|
||||||
<revision>
|
|
||||||
<version value="3.40.3.0" revision="" type_of_change="0"/>
|
|
||||||
<revision_enhancements_xlate lang="en">
|
|
||||||
<revision_enhancements_xlate_part><![CDATA[<ul>
|
|
||||||
<li>Supports Online Firmware Activation reporting</li>
|
|
||||||
</ul>
|
|
||||||
]]></revision_enhancements_xlate_part>
|
|
||||||
</revision_enhancements_xlate>
|
|
||||||
<revision_fixes_xlate lang="en">
|
|
||||||
<revision_fixes_xlate_part/>
|
|
||||||
</revision_fixes_xlate>
|
|
||||||
</revision>
|
|
||||||
<revision>
|
|
||||||
<version value="3.30.14.0" type_of_change="1"/>
|
|
||||||
<revision_enhancements_xlate lang="en">
|
|
||||||
<revision_enhancements_xlate_part><![CDATA[<ul>
|
|
||||||
<li>Added the ability to enable or disable Drive Write Cache for configured and unconfigured drives</li>
|
|
||||||
</ul>
|
|
||||||
]]></revision_enhancements_xlate_part>
|
|
||||||
</revision_enhancements_xlate>
|
|
||||||
<revision_fixes_xlate lang="en">
|
|
||||||
<revision_fixes_xlate_part/>
|
|
||||||
</revision_fixes_xlate>
|
|
||||||
</revision>
|
|
||||||
</revision_history>
|
|
||||||
</product_version>
|
|
||||||
</product>
|
|
||||||
</meta>
|
|
||||||
</manifest>
|
|
@ -1,66 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# the directory of the script
|
|
||||||
DIR=`cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd`
|
|
||||||
echo "Working directory $DIR"
|
|
||||||
|
|
||||||
# the temp directory used, within $DIR
|
|
||||||
WORK_DIR=`mktemp -d -p "$DIR"`
|
|
||||||
echo "Creating temp working directory $WORK_DIR"
|
|
||||||
|
|
||||||
# deletes the temp directory
|
|
||||||
function cleanup {
|
|
||||||
rm -rf "$WORK_DIR"
|
|
||||||
echo "Deleted temp working directory $WORK_DIR"
|
|
||||||
}
|
|
||||||
|
|
||||||
# register the cleanup function to be called on the EXIT signal
|
|
||||||
trap cleanup EXIT
|
|
||||||
|
|
||||||
# Download Files specified in files.diz
|
|
||||||
while IFS=! read type app version outputfile url md5
|
|
||||||
do
|
|
||||||
echo "Downloading $app Version: $version"
|
|
||||||
#use -O for output file. define $outputfile yourself
|
|
||||||
wget --no-check-certificate --tries=1 -O $DIR/../$outputfile --timeout=5 "$url"
|
|
||||||
# use $(..) instead of backticks.
|
|
||||||
calculated_md5=$(md5sum "$DIR/../$outputfile" | cut -f 1 -d " ")
|
|
||||||
# compare md5
|
|
||||||
case "$calculated_md5" in
|
|
||||||
"$md5" )
|
|
||||||
echo "$DIR/../$outputfile md5 ok"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "$DIR/../$outputfile md5 NOT ok"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done < "$DIR/files.diz"
|
|
||||||
|
|
||||||
# Extract to specified dir and set some variables
|
|
||||||
while IFS=! read type app version outputfile url md5
|
|
||||||
do
|
|
||||||
mkdir -p $WORK_DIR/${app}-${version}/${type}
|
|
||||||
pushd $WORK_DIR/${app}-${version}/${type}
|
|
||||||
rpm2cpio $DIR/../$outputfile | cpio -idmv
|
|
||||||
echo "${app}_${version}.orig.tar.gz" > $WORK_DIR/filename.txt
|
|
||||||
echo "${app}-${version}" > $WORK_DIR/dirname.txt
|
|
||||||
echo "${version}" > $WORK_DIR/version.txt
|
|
||||||
popd
|
|
||||||
done < "$DIR/files.diz"
|
|
||||||
|
|
||||||
FILENAME=`cat $WORK_DIR/filename.txt`
|
|
||||||
DIRNAME=`cat $WORK_DIR/dirname.txt`
|
|
||||||
echo "Creating $DIR/../$FILENAME "
|
|
||||||
|
|
||||||
pushd $WORK_DIR
|
|
||||||
tar -czf $DIR/../$FILENAME $DIRNAME
|
|
||||||
popd
|
|
||||||
|
|
||||||
#exit 1
|
|
||||||
|
|
||||||
VER=`cat $WORK_DIR/version.txt`
|
|
||||||
echo "Importing $DIR/../$FILENAME as $VER into git"
|
|
||||||
cleanup
|
|
||||||
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
|
||||||
|
|
||||||
exit 0
|
|
11
debian/README.source
vendored
11
debian/README.source
vendored
@ -1,11 +0,0 @@
|
|||||||
ssacli (9.20.9.0-1) unstable; urgency=low
|
|
||||||
|
|
||||||
Sources have been repacked from the following upstream packages:
|
|
||||||
|
|
||||||
a569ddb584d2133bf44f06992d746f51 hpssacli-9.20-9.0.i386.rpm
|
|
||||||
c0d6f57fe3cf1fa6342fb0097e3ae100 hpssacli-9.20-9.0.x86_64.rpm
|
|
||||||
|
|
||||||
Both have been turned into tarballs using alien and then uncompressed to
|
|
||||||
i386 and amd64 sub-directories.
|
|
||||||
|
|
||||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 20 Aug 2012 19:58:55 +0200
|
|
56
debian/changelog
vendored
56
debian/changelog
vendored
@ -1,56 +0,0 @@
|
|||||||
ssacli (3.40.3.0-1) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* Package Name switch
|
|
||||||
* Bump to new verison
|
|
||||||
|
|
||||||
-- Mario Fetka <mario.fetka@gmail.com> Wed, 28 Nov 2018 15:38:16 +0100
|
|
||||||
|
|
||||||
hpssacli (2.40.13.0) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* cleanup typos
|
|
||||||
* Upgrade
|
|
||||||
|
|
||||||
-- Mario Fetka <mario.fetka@gmail.com> Tue, 18 Apr 2017 13:46:42 +0200
|
|
||||||
|
|
||||||
hpssacli (2.20.11.0-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* Non-maintainer upload.
|
|
||||||
* Bump to new release
|
|
||||||
* Imported Upstream version 2.0.23.0
|
|
||||||
|
|
||||||
-- Mario Fetka <mario@localhost.localdomain> Sat, 21 May 2016 07:46:39 +0200
|
|
||||||
|
|
||||||
hpssacli (9.20.9.0-1) unstable; urgency=low
|
|
||||||
|
|
||||||
[ Adam Cécile (Le_Vert) ]
|
|
||||||
* New upstream release (Closes: #225).
|
|
||||||
* Now ship amd64 binaries along i386 ones.
|
|
||||||
* Rewrite debian/copyright to use machine readable format.
|
|
||||||
|
|
||||||
[ Mario Fetka ]
|
|
||||||
|
|
||||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 20 Aug 2012 19:58:55 +0200
|
|
||||||
|
|
||||||
hpssacli (8.25.5-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* Do not depend on libstdc++2.10 anymore because it has been removed
|
|
||||||
from current distros. Ship our own lib (extracted from etch package)
|
|
||||||
in a private directory.
|
|
||||||
* Add upstream changelog.
|
|
||||||
* Fix download url (debian/copyright).
|
|
||||||
|
|
||||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 27 Apr 2009 15:41:54 +0200
|
|
||||||
|
|
||||||
hpssacli (8.10-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* debian/watch added (url stolen to gentoo).
|
|
||||||
|
|
||||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Tue, 23 Dec 2008 14:39:26 +0100
|
|
||||||
|
|
||||||
hpssacli (7.80-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* Initial release.
|
|
||||||
|
|
||||||
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Wed, 20 Aug 2008 13:41:40 +0200
|
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
7
|
|
13
debian/control
vendored
13
debian/control
vendored
@ -1,13 +0,0 @@
|
|||||||
Source: ssacli
|
|
||||||
Section: non-free/admin
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: Mario Fetka (geos_one) <mario.fetka@gmail.com>
|
|
||||||
Build-Depends: debhelper (>= 5), sharutils
|
|
||||||
Standards-Version: 3.9.3
|
|
||||||
|
|
||||||
Package: ssacli
|
|
||||||
Architecture: i386 amd64
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
||||||
Description: HP command line SmartArray configuration utility
|
|
||||||
This is the proprietary command line utility from HP to manage HP/Compaq
|
|
||||||
SmartArray hardware RAID HBAs mostly found in Proliant servers.
|
|
363
debian/copyright
vendored
363
debian/copyright
vendored
@ -1,363 +0,0 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: hpacucli
|
|
||||||
Source: opt/smartstorageadmin/ssacli/bin/ssacli.license
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
PROLIANT ESSENTIALS SOFTWARE
|
|
||||||
|
|
||||||
END USER LICENSE AGREEMENT
|
|
||||||
|
|
||||||
PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY. THIS
|
|
||||||
AGREEMENT IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR SINGLE
|
|
||||||
ENTITY) ("YOU") AND HEWLETT-PACKARD COMPANY ("HP"). BY CLICKING THE "AGREE"
|
|
||||||
BUTTON BELOW, COPYING, INSTALLING, OR OTHERWISE USING THE SOFTWARE,
|
|
||||||
(i) YOU DO SO WITH THE INTENT TO ELECTRONICALLY "EXECUTE" THIS AGREEMENT, AND
|
|
||||||
(ii) YOU AGREE TO BE BOUND BY AND COMPLY WITH THE FOLLOWING TERMS AND
|
|
||||||
CONDITIONS, INCLUDING THE WARRANTY STATEMENT, AS WELL AS ANY TERMS AND
|
|
||||||
CONDITIONS CONTAINED IN THE "ANCILLARY SOFTWARE" LIST.
|
|
||||||
|
|
||||||
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT,
|
|
||||||
(A) IF THIS AGREEMENT IS DISPLAYED ELECTRONICALLY, YOU MAY INDICATE REJECTION
|
|
||||||
OF THIS AGREEMENT BY CLICKING THE "DISAGREE" BUTTON;
|
|
||||||
(B) YOU SHALL NOT INSTALL THE SOFTWARE; AND
|
|
||||||
(C) HP DOES NOT GRANT YOU ANY RIGHTS TO USE THE SOFTWARE.
|
|
||||||
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE SOFTWARE
|
|
||||||
INDICATES YOUR ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
||||||
IF YOU PURCHASED THE SOFTWARE, YOU MAY RETURN THE SOFTWARE TO THE PLACE OF
|
|
||||||
PURCHASE FOR A FULL REFUND.
|
|
||||||
|
|
||||||
THE SOFTWARE PROVIDED HEREIN, IS PROVIDED BY HP AND BY THIRD PARTIES, INCLUDING
|
|
||||||
THE OPEN SOURCE COMMUNITY ("ANCILLARY SOFTWARE"). USE OF THE HP SOFTWARE, THE
|
|
||||||
ANCILLARY SOFTWARE, ACCOMPANYING PRINTED MATERIALS, AND THE "ONLINE" OR
|
|
||||||
ELECTRONIC DOCUMENTATION (COLLECTIVELY THE "PRODUCT") IS CONDITIONED UPON AND
|
|
||||||
LIMITED BY THE FOLLOWING TERMS AND CONDITIONS, INCLUDING THE "AS IS WARRANTY
|
|
||||||
STATEMENT" AND THE TERMS AND CONDITIONS OF THE ANCILLARY SOFTWARE LICENSE
|
|
||||||
AGREEMENTS ("ANCILLARY SOFTWARE LICENSES").
|
|
||||||
|
|
||||||
USE OF ANCILLARY SOFTWARE SHALL BE GOVERNED BY THE ANCILLARY SOFTWARE LICENSE,
|
|
||||||
EXCEPT THAT THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
|
|
||||||
PROVISIONS CONTAINED IN THE "AS-IS WARRANTY STATEMENT" OF THIS AGREEMENT SHALL
|
|
||||||
ALSO APPLY TO SUCH ANCILLARY SOFTWARE. HP HAS IDENTIFIED ANCILLARY SOFTWARE
|
|
||||||
BY EITHER NOTING THE ANCILLARY SOFTWARE PROVIDER"S OWNERSHIP WITHIN EACH
|
|
||||||
ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY PROVIDING LICENSING INFORMATION IN
|
|
||||||
THE "ANCILLARY SOFTWARE" LIST. BY ACCEPTING THE TERMS AND CONDITIONS OF THIS
|
|
||||||
AGREEMENT, YOU ARE ALSO ACCEPTING THE TERMS AND CONDITIONS OF EACH ANCILLARY
|
|
||||||
SOFTWARE LICENSE IN THE ANCILLARY SOFTWARE LIST.
|
|
||||||
|
|
||||||
IF AND ONLY IF THE PRODUCT INCLUDES SOFTWARE LICENSED UNDER THE GNU GENERAL
|
|
||||||
PUBLIC LICENSE ("GPL SOFTWARE"), YOU MAY OBTAIN A COMPLETE MACHINE-READABLE
|
|
||||||
COPY OF THE GPL SOFTWARE SOURCE CODE ("GPL SOURCE CODE") BY DOWNLOAD FROM A
|
|
||||||
SITE SPECIFIED IN THE FOLLOWING HP WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML.
|
|
||||||
UPON YOUR WRITTEN REQUEST, HP WILL PROVIDE, FOR A FEE COVERING THE COST OF
|
|
||||||
DISTRIBUTION, A COMPLETE MACHINE-READABLE COPY OF THE GPL SOURCE CODE, BY MAIL,
|
|
||||||
TO YOU. INFORMATION ABOUT HOW TO MAKE A WRITTEN REQUEST FOR GPL SOURCE CODE
|
|
||||||
MAY BE FOUND AT THE FOLLOWING WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML .
|
|
||||||
|
|
||||||
|
|
||||||
LICENSE TERMS
|
|
||||||
|
|
||||||
SUBJECT TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND ANY RIGHTS,
|
|
||||||
LIMITATIONS AND OBLIGATIONS SET FORTH IN THE ANCILLARY SOFTWARE LICENSES:
|
|
||||||
|
|
||||||
1. LICENSE GRANT
|
|
||||||
|
|
||||||
a. IF SOFTWARE DOES NOT REQUIRE AN ACTIVATION KEY. If the Software does
|
|
||||||
not require an Activation Key and provided that You comply with all the terms
|
|
||||||
and conditions of this Agreement, HP grants You a non-exclusive,
|
|
||||||
non-transferable (except as provided in Section 16), worldwide (except for the
|
|
||||||
countries referenced in Section 12) license under HP's copyrights, to install,
|
|
||||||
copy on as many computers as you need for your business, use, execute, make
|
|
||||||
archival or backup copies, and display ("Use") the object code version of the
|
|
||||||
Product on the computer(s) on which this Product is installed and in the
|
|
||||||
operating environment as identified by HP in the accompanying materials.
|
|
||||||
|
|
||||||
b. IF SOFTWARE REQUIRES AN ACTIVATION KEY. If the Software requires an
|
|
||||||
Activation Key, and provided that You comply with all terms and conditions of
|
|
||||||
this Agreement, then depending upon the specific hardware configuration You
|
|
||||||
employ, HP grants You the following license ("License Type") and rights:
|
|
||||||
|
|
||||||
Authorized Copies. You are licensed to install, make Authorized Copies
|
|
||||||
of (as defined in this section), execute, and display ("Use") the object code
|
|
||||||
version of the Product on an equivalent number of Computers, Host/Client Pairs,
|
|
||||||
Computer Nodes, or Clustered Computers (as defined in the table below) as you
|
|
||||||
have Authorized Copies. Authorized Copies is defined as the number of copies
|
|
||||||
that you have paid for as stated in the invoice or comparable document
|
|
||||||
evidencing an authorized quantity.
|
|
||||||
|
|
||||||
LICENSE TYPE SOFTWARE INSTALLS TO: LICENSED RIGHTS
|
|
||||||
(hardware configuration)
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Computer A computer You have a right to install
|
|
||||||
and Use the Product on a single
|
|
||||||
computer. The installed copy
|
|
||||||
may not be transferred to or
|
|
||||||
used on any other computer.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Node/Client A set of computers with a You have a right to install and
|
|
||||||
minimum of one host and one Use the Product on a Host/Client
|
|
||||||
client connected to each Pair or a Single Node. Copies
|
|
||||||
other ("Host/Client Pair"), of the Product installed on a
|
|
||||||
or in certain instances, a Host/Client Pair or Single Node
|
|
||||||
single computer may not be transferred to any
|
|
||||||
("Single Node") other host or client computers
|
|
||||||
or other single nodes. You can
|
|
||||||
continue to Use the Product on
|
|
||||||
licensed clients when a new
|
|
||||||
server is introduced to the
|
|
||||||
licensed clients.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Cluster More than two computers You have a right to install and
|
|
||||||
physically connected together Use the Product on each
|
|
||||||
in a cluster configuration Clustered Computer. The
|
|
||||||
(each of which is referred to installed copy may not be
|
|
||||||
as "Clustered Computer") transferred to or used on any
|
|
||||||
other computer.
|
|
||||||
|
|
||||||
|
|
||||||
Storage. You may copy the Product into the local memory or storage
|
|
||||||
device of the hardware configuration loaded with the Authorized Copies. You may
|
|
||||||
copy the Product onto a reasonable number of network servers or a secure
|
|
||||||
intranet for the sole purpose of distributing the Product to the Computers,
|
|
||||||
Host/Client Pairs, Computer Nodes, or Clustered Computers. You may make
|
|
||||||
archival or back-up copies of the Product. You shall keep the activation key
|
|
||||||
with the hardware configuration to which the activation key is licensed. You
|
|
||||||
should keep copies of the activation key information for future retrieval
|
|
||||||
purposes.
|
|
||||||
|
|
||||||
2. NEW RELEASES. "New Release" means a release of the Product that may
|
|
||||||
contain fixes, corrections, or minor improvements to the Product. New Releases
|
|
||||||
are distributed from time to time solely at the option of HP. If HP offers a
|
|
||||||
New Release, it may come with its own terms and conditions, however if it does
|
|
||||||
not, You may use the New Release only under the terms and conditions of this
|
|
||||||
Agreement.
|
|
||||||
3. NEW VERSIONS. "New Version" means a version of the Product that may
|
|
||||||
contain significant changes, enhancements, and/or functional improvements to
|
|
||||||
the Product. New Versions are distributed solely at the option of HP. If HP
|
|
||||||
offers a New Version, it may come with its own terms and conditions, however
|
|
||||||
if it does not, You may use the New Version only under the terms and conditions
|
|
||||||
of this Agreement.
|
|
||||||
4. OWNERSHIP. The Product is owned and copyrighted by Hewlett-Packard
|
|
||||||
Development Company, L.P., HP's intellectual property management company, and
|
|
||||||
by third party suppliers, except for the Ancillary Software, which is owned and
|
|
||||||
copyrighted by the Ancillary Software providers indicated in the ANCILLARY
|
|
||||||
SOFTWARE list. Your right to Use the Product confers no title or ownership and
|
|
||||||
is not a sale of the Product or any part thereof. Third party suppliers and
|
|
||||||
Ancillary Software providers are intended beneficiaries under this Agreement
|
|
||||||
and may protect their rights in their respective portions of the Product
|
|
||||||
directly against You.
|
|
||||||
5. TRANSFER. Without the prior written consent of HP, or unless
|
|
||||||
specifically permitted in the Ancillary Software License, You have no right
|
|
||||||
(a) to rent, lease, lend, or otherwise transfer the rights to the Product to
|
|
||||||
anyone else; (b) to Use the Product for commercial timesharing or bureau use;
|
|
||||||
or (c) to copy the Product onto any public or distributed network.
|
|
||||||
6. COPYRIGHT. United States copyright laws, other countries' copyright
|
|
||||||
laws, and international treaty provisions protect the Product. You shall not
|
|
||||||
remove any product identification, copyright notices, or proprietary notices
|
|
||||||
from the Product.
|
|
||||||
7. SUPPORT. Support terms and conditions and contact information are
|
|
||||||
detailed in the Worldwide Limited Warranty and Technical Support for Industry
|
|
||||||
Standard Server Products statement ("Support Statement"), a copy of which is
|
|
||||||
available on the HP web site at www.hp.com. Subject to the terms of the
|
|
||||||
Support Statement, for HP software products installed on HP computers,
|
|
||||||
technical support for questions regarding media and Product installation may
|
|
||||||
be available for a ninety (90) day period from the date of purchase of the HP
|
|
||||||
computer on which this Product is installed ("Support Term"). To access this
|
|
||||||
support in North America, call the HP Technical Support Phone Center at
|
|
||||||
1-800-652-6672. This service is available during normal business hours,
|
|
||||||
Monday through Friday, during the Support Term. Outside North America, call
|
|
||||||
the nearest HP Technical Support Center. No other support, including
|
|
||||||
without limitation any on-site support, is provided under this Agreement.
|
|
||||||
8. LIMITATION ON REVERSE ENGINEERING. Reverse engineering of Ancillary
|
|
||||||
Software shall be governed by its respective Ancillary Software License. As
|
|
||||||
for the remainder of the Product, You shall not modify, disassemble, reverse
|
|
||||||
engineer, decompile, decrypt, or otherwise attempt to access or determine the
|
|
||||||
source code of the Product without HP's prior written consent. Where You have
|
|
||||||
other statutory rights with regard to software, You shall provide HP with
|
|
||||||
reasonably detailed information regarding any intended disassembly or
|
|
||||||
decompilation of the Product prior to performing such disassembly or
|
|
||||||
decompilation. You shall not decrypt the Product unless necessary for the
|
|
||||||
licensed Use of the Product.
|
|
||||||
9. RESERVATION OF RIGHTS. HP, its third party suppliers, and Ancillary
|
|
||||||
Software providers reserve all rights not expressly granted to You in this
|
|
||||||
Agreement.
|
|
||||||
10. TERM AND TERMINATION. You may exercise the rights of this Agreement
|
|
||||||
and of the Ancillary Software Licenses for a period of time starting at Your
|
|
||||||
acceptance of the terms and conditions of this Agreement and for so long as
|
|
||||||
You meet such terms and conditions ("Term"). Notwithstanding the foregoing,
|
|
||||||
HP may terminate Your right to Use the Product, upon notice, for Your failure
|
|
||||||
to comply with any such term or condition. Immediately upon termination, You
|
|
||||||
shall remove, destroy, or return to HP all copies of the Product, including
|
|
||||||
those copies of the Product that are merged into Your adaptations, except for
|
|
||||||
individual pieces of data in Your database. With HP's prior written consent,
|
|
||||||
one copy of the Product may be retained, for archival purposes only, subsequent
|
|
||||||
to termination. You may terminate this Agreement at any time by returning or
|
|
||||||
destroying the Product together with merged portions in any form.
|
|
||||||
11. CONFIDENTIAL COMPUTER SOFTWARE. Valid license from HP required for
|
|
||||||
possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial
|
|
||||||
Computer Software, Computer Software Documentation, and Technical Data for
|
|
||||||
Commercial Items are licensed to the U.S. Government under vendor's standard
|
|
||||||
commercial license.
|
|
||||||
12. COMPLIANCE WITH LAW. The Product and any associated hardware,
|
|
||||||
software, technology or services may not be exported, reexported, transferred
|
|
||||||
or downloaded to persons or entities listed on the U.S. Department of Commerce
|
|
||||||
Denied Persons List, Entity List of proliferation concern, or on any U.S.
|
|
||||||
Treasury Department Designated Nationals exclusion list, any country under
|
|
||||||
U.S. economic embargo, or to parties directly or indirectly involved in the
|
|
||||||
development or production of nuclear, chemical, biological weapons or in
|
|
||||||
missile technology programs as specified in the U.S. Export Administration
|
|
||||||
Regulations (15 CFR 744). By accepting this Agreement You confirm that You
|
|
||||||
are not (i) located in (or a national resident of) any country under U.S.
|
|
||||||
economic embargo, (ii) identified on any U.S. Department of Commerce Denied
|
|
||||||
Persons List, Entity List or Treasury Department Designated Nationals exclusion
|
|
||||||
list, and (iii) directly or indirectly involved in the development or
|
|
||||||
production of nuclear, chemical, biological weapons or in missile technology
|
|
||||||
programs as specified in the U.S. Export Administration Regulations.
|
|
||||||
13. APPLICABLE LAW. This Agreement shall be construed in accordance with
|
|
||||||
the laws of the State of Texas, without regard to conflict of laws principles.
|
|
||||||
The United Nations Convention on Contracts for the International Sale of Goods
|
|
||||||
is specifically disclaimed. If the Product was acquired outside the United
|
|
||||||
States, then local law may apply.
|
|
||||||
14. SEVERABILITY. If any term or provision of this Agreement is determined
|
|
||||||
to be illegal or unenforceable, the validity or enforceability of the remainder
|
|
||||||
of the terms or provisions herein will remain valid and in full force and
|
|
||||||
effect. Failure or delay in enforcing any right or provision of this Agreement
|
|
||||||
shall not be deemed a waiver of such right or provision with respect to any
|
|
||||||
subsequent breach. Provisions herein, which by their nature extend beyond the
|
|
||||||
termination of the license in the Product, will remain in effect until
|
|
||||||
fulfilled.
|
|
||||||
15. CONSENT TO USE OF DATA. You agree that HP may collect and use technical
|
|
||||||
information that You provide in connection with Your Use and request for
|
|
||||||
technical support of the Product from HP, however, HP will not use this
|
|
||||||
information in a form that personally identifies You.
|
|
||||||
16. ASSIGNMENT. You may not assign, sublicense or transfer this Agreement,
|
|
||||||
the Product, or any rights or obligations hereunder without the prior written
|
|
||||||
consent of HP. Any such attempted assignment, sublicense, or transfer will be
|
|
||||||
null and void, and in such event, HP may terminate this Agreement immediately.
|
|
||||||
Notwithstanding the foregoing, You may assign this Agreement and the rights
|
|
||||||
granted hereunder with the transfer of all or substantially all of Your
|
|
||||||
business. The right to assign or transfer Ancillary Software is governed by
|
|
||||||
the terms and conditions of the Ancillary Software Licenses.
|
|
||||||
17. ENTIRE AGREEMENT. This Agreement, including all Ancillary Software
|
|
||||||
Licenses in the ANCILLARY SOFTWARE list, is the final, complete and exclusive
|
|
||||||
agreement between You and HP relating to the Product, and supersedes any
|
|
||||||
previous communications, representations, or agreements between the parties,
|
|
||||||
whether oral or written, regarding the subject matter hereof. Any additional
|
|
||||||
or different terms and conditions not expressly set forth herein will not
|
|
||||||
apply. This Agreement may not be changed except by an amendment signed by an
|
|
||||||
authorized representative of both You and HP. To the extent the terms of any
|
|
||||||
HP policies or programs for support services conflict with the terms of this
|
|
||||||
Agreement, the terms of this Agreement shall control.
|
|
||||||
18. WARRANTY
|
|
||||||
|
|
||||||
a. NO ACTIVATION KEY REQUIRED SOFTWARE - AS-IS WARRANTY STATEMENT:
|
|
||||||
|
|
||||||
DISCLAIMER. TO THE EXTENT ALLOWED BY APPLICABLE LAW, THIS PRODUCT AND
|
|
||||||
SUPPORT SERVICES, IF ANY, ARE PROVIDED TO YOU "AS IS" WITHOUT WARRANTIES OF
|
|
||||||
ANY KIND, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY
|
|
||||||
DISCLAIMS ANY IMPLIED WARRANTIES OF ANY KIND, INCLUDING WITHOUT LIMITATION,
|
|
||||||
WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT, TITLE,
|
|
||||||
ACCURACY OF INFORMATIONAL CONTENT, FITNESS FOR A PARTICULAR PURPOSE, ACCURACY
|
|
||||||
OR COMPLETENESS OF RESPONSES, RESULTS, OR WORKMANLIKE EFFORT, LACK OF VIRUSES,
|
|
||||||
AND LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISION OF
|
|
||||||
OR FAILURE TO PROVIDE SUPPORT SERVICES. IN ADDITION, WITHOUT LIMITATION,
|
|
||||||
THERE IS NO WARRANTY OF QUIET ENJOYMENT, QUIET POSSESSION AND CORRESPONDENCE
|
|
||||||
TO DESCRIPTION WITH REGARD TO THE PRODUCT. YOU ASSUME THE ENTIRE RISK AS TO
|
|
||||||
THE RESULTS AND PERFORMANCE OF THE PRODUCT. NO ORAL OR WRITTEN INFORMATION OR
|
|
||||||
ADVICE GIVEN BY HP, HP"S AUTHORIZED REPRESENTATIVES, OR ANY OTHER PARTY SHALL
|
|
||||||
CREATE A WARRANTY OR AMEND THIS "AS IS" WARRANTY. Some jurisdictions do not
|
|
||||||
allow exclusions of implied warranties or conditions, so the above exclusion
|
|
||||||
may not apply to You to the extent prohibited by such local laws. You may have
|
|
||||||
other rights that vary from country to country, state to state, or province to
|
|
||||||
province.
|
|
||||||
|
|
||||||
b. ACTIVATION KEY REQUIRED SOFTWARE - LIMITED WARRANTY.
|
|
||||||
|
|
||||||
HP warrants that the Product will perform substantially in accordance with the
|
|
||||||
accompanying materials for a period of ninety (90) days from the date of
|
|
||||||
purchase. If an implied warranty or condition is created by Your
|
|
||||||
state/jurisdiction and federal or state/provincial law prohibits disclaimer of
|
|
||||||
it, You also have an implied warranty or condition, BUT ONLY AS TO DEFECTS FOR
|
|
||||||
WHICH CLAIMS ARE MADE WITHIN NINETY (90) DAYS FROM THE DATE OF PURCHASE. AS TO
|
|
||||||
ANY DEFECTS DISCOVERED FOR WHICH A CLAIM IS NOT MADE WITHIN THE NINETY-DAY
|
|
||||||
PERIOD, THERE IS NO WARRANTY OR CONDITION OF ANY KIND.
|
|
||||||
Some states/jurisdictions do not allow limitations on how long an implied
|
|
||||||
warranty or condition lasts, so the above limitation may not apply to You.
|
|
||||||
|
|
||||||
DISCLAIMER. The Limited Warranty that appears above is the only
|
|
||||||
express warranty made to You and is provided in lieu of any other express
|
|
||||||
warranties or implied warrantees (if any) created by any documentation,
|
|
||||||
packaging or otherwise. EXCEPT FOR THE LIMITED WARRANTY, AND TO THE MAXIMUM
|
|
||||||
EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE PRODUCT
|
|
||||||
AND SUPPORT SERVICES (IF ANY) "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM
|
|
||||||
ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
|
|
||||||
INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR
|
|
||||||
CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
|
|
||||||
SATISFACTORY QUALITY, NON-INFRINGEMENT OF TITLE, OF ACCURACY OR COMPLETENESS
|
|
||||||
OF RESPONSES, OF RESULTS, OF WORKMANLIKE EFFORT, OF LACK OF VIRUSES, AND OF
|
|
||||||
LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISIONS OF OR
|
|
||||||
FAILURE TO PROVIDE SUPPORT SERVICES. ALSO, THERE IS NO WARRANTY OR CONDITION
|
|
||||||
OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION,
|
|
||||||
OR NON-INFRINGEMENT WITH REGARD TO THE PRODUCT.
|
|
||||||
|
|
||||||
19. LIMITATION OF LIABILITY.
|
|
||||||
|
|
||||||
a. FOR ALL SOFTWARE WHETHER OR NOT AN ACTIVATION KEY IS REQUIRED
|
|
||||||
|
|
||||||
EXCEPT TO THE EXTENT PROHIBITED BY LOCAL LAW, IN NO EVENT WILL HP OR ITS
|
|
||||||
SUBSIDIARIES, AFFILIATES, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR SUPPLIERS
|
|
||||||
BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE,
|
|
||||||
OR OTHER DAMAGES (INCLUDING LOST PROFIT, LOST DATA, OR DOWNTIME COSTS) ARISING
|
|
||||||
OUT OF THE USE, THE INABILITY TO USE, OR THE RESULTS OF USE OF THE PRODUCT,
|
|
||||||
WHETHER BASED IN WARRANTY, CONTRACT, TORT OR OTHER LEGAL THEORY, AND WHETHER
|
|
||||||
OR NOT HP WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE PRODUCT IS NOT
|
|
||||||
DESIGNED, MANUFACTURED OR INTENDED FOR USE IN THE PLANNING, CONSTRUCTION,
|
|
||||||
MAINTENANCE, OR OPERATION OF A NUCLEAR FACILITY, AIRCRAFT NAVIGATION OR
|
|
||||||
AIRCRAFT COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, LIFE SUPPORT MACHINES,
|
|
||||||
OR WEAPONS SYSTEMS (COLLECTIVELY "HIGH RISK APPLICATIONS"). YOU ARE SOLELY
|
|
||||||
LIABLE IF THE PRODUCT IS USED FOR HIGH RISK APPLICATIONS, AND YOU SHALL
|
|
||||||
INDEMNIFY, DEFEND AND HOLD HP HARMLESS FROM ALL LOSS, DAMAGE, EXPENSE OR
|
|
||||||
LIABILITY IN CONNECTION WITH SUCH USE. YOU ASSUME THE ENTIRE RISK AS TO YOUR
|
|
||||||
USE OF THE PRODUCT. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
|
|
||||||
LIMITATION OF LIABILITY FOR INCIDENTIAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE
|
|
||||||
LIMITATION MAY NOT APPLY TO YOU TO THE EXTENT PROHIBITED BY SUCH LOCAL LAWS.
|
|
||||||
|
|
||||||
b. FOR SOFTWARE REQUIRING AN ACTIVATION KEY
|
|
||||||
|
|
||||||
Notwithstanding any damages that You might incur for any reason whatsoever
|
|
||||||
(including, without limitation, all damages referenced above and all direct
|
|
||||||
or general damages), the entire liability of HP and any of its suppliers under
|
|
||||||
any provision of this EULA and Your exclusive remedy for all of the foregoing
|
|
||||||
(except for any remedy of repair or replacement if elected by HP with respect
|
|
||||||
to any breach of the Limited Warranty) shall be limited to the greater of the
|
|
||||||
amount actually paid by You for the Product or U.S. $5.00. The foregoing
|
|
||||||
limitations, exclusions and disclaimers (including Warranty above) shall apply
|
|
||||||
to the maximum extent permitted by applicable law, even if any remedy fails of
|
|
||||||
its essential purpose.
|
|
||||||
|
|
||||||
REV08/51/03 End User License Agreement
|
|
||||||
|
|
||||||
Files: debian/*
|
|
||||||
Copyright: Copyright (C) 2008-2012 Adam Cécile (Le_Vert)
|
|
||||||
Copyright: Copyright (C) 2016-2018 Mario Fetka (geos_one)
|
|
||||||
License: GPL-2.0+
|
|
||||||
This package is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
.
|
|
||||||
This package is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General
|
|
||||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
||||||
|
|
||||||
|
|
2
debian/dirs
vendored
2
debian/dirs
vendored
@ -1,2 +0,0 @@
|
|||||||
usr/sbin
|
|
||||||
usr/lib/ssacli
|
|
2
debian/docs
vendored
2
debian/docs
vendored
@ -1,2 +0,0 @@
|
|||||||
i386/opt/smartstorageadmin/ssacli/bin/ssacli-*.txt
|
|
||||||
amd64/opt/smartstorageadmin/ssacli/bin/ssacli-*.txt
|
|
58
debian/rules
vendored
58
debian/rules
vendored
@ -1,58 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
|
||||||
#export DH_VERBOSE=1
|
|
||||||
|
|
||||||
DESTDIR = $(CURDIR)/debian/ssacli
|
|
||||||
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
|
||||||
|
|
||||||
build: build-arch build-indep
|
|
||||||
build-arch:
|
|
||||||
build-indep:
|
|
||||||
|
|
||||||
clean:
|
|
||||||
dh_testdir
|
|
||||||
dh_testroot
|
|
||||||
dh_clean
|
|
||||||
|
|
||||||
install:
|
|
||||||
dh_testdir
|
|
||||||
dh_testroot
|
|
||||||
dh_clean -k
|
|
||||||
dh_installdirs
|
|
||||||
ifeq ($(DEB_BUILD_ARCH),i386)
|
|
||||||
install -D -m 755 $(CURDIR)/i386/opt/smartstorageadmin/ssacli/bin/ssacli \
|
|
||||||
$(DESTDIR)/usr/lib/ssacli/ssacli.real
|
|
||||||
install -D -m 755 $(CURDIR)/i386/opt/smartstorageadmin/ssacli/bin/ssascripting \
|
|
||||||
$(DESTDIR)/usr/lib/ssacli/ssascripting.real
|
|
||||||
endif
|
|
||||||
ifeq ($(DEB_BUILD_ARCH),amd64)
|
|
||||||
install -D -m 755 $(CURDIR)/amd64/opt/smartstorageadmin/ssacli/bin/ssacli \
|
|
||||||
$(DESTDIR)/usr/lib/ssacli/ssacli.real
|
|
||||||
install -D -m 755 $(CURDIR)/amd64/opt/smartstorageadmin/ssacli/bin/ssascripting \
|
|
||||||
$(DESTDIR)/usr/lib/ssacli/ssascripting.real
|
|
||||||
endif
|
|
||||||
install -D -m 755 $(CURDIR)/debian/ssacli.wrapper \
|
|
||||||
$(DESTDIR)/usr/sbin/ssacli
|
|
||||||
install -D -m 755 $(CURDIR)/debian/ssascripting.wrapper \
|
|
||||||
$(DESTDIR)/usr/sbin/ssascripting
|
|
||||||
|
|
||||||
binary-indep: build install
|
|
||||||
binary-arch: build install
|
|
||||||
dh_testdir
|
|
||||||
dh_testroot
|
|
||||||
dh_installchangelogs debian/upstream_changelog
|
|
||||||
dh_installdocs
|
|
||||||
dh_installman
|
|
||||||
dh_link
|
|
||||||
dh_strip
|
|
||||||
dh_compress
|
|
||||||
dh_fixperms
|
|
||||||
dh_installdeb
|
|
||||||
dh_shlibdeps -l$(DESTDIR)/usr/lib/ssacli/
|
|
||||||
dh_gencontrol
|
|
||||||
dh_md5sums
|
|
||||||
dh_builddeb
|
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
|
||||||
.PHONY: build clean binary-indep binary-arch binary install
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +0,0 @@
|
|||||||
1.0
|
|
6
debian/ssacli.wrapper
vendored
6
debian/ssacli.wrapper
vendored
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# This file is public domain.
|
|
||||||
|
|
||||||
export LD_LIBRARY_PATH=/usr/lib/ssacli:$LD_LIBRARY_PATH
|
|
||||||
/usr/lib/ssacli/ssacli.real $@
|
|
6
debian/ssascripting.wrapper
vendored
6
debian/ssascripting.wrapper
vendored
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# This file is public domain.
|
|
||||||
|
|
||||||
export LD_LIBRARY_PATH=/usr/lib/ssacli:$LD_LIBRARY_PATH
|
|
||||||
/usr/lib/ssacli/ssascripting.real $@
|
|
336
debian/upstream_changelog
vendored
336
debian/upstream_changelog
vendored
@ -1,336 +0,0 @@
|
|||||||
Version: 9.10.22.0 (4 Jun 2012)
|
|
||||||
Enhancements
|
|
||||||
- Added support for the following controllers:
|
|
||||||
* HP Dynamic Smart Array B120i
|
|
||||||
* HP Dynamic Smart Array B320i
|
|
||||||
* HP Smart Array P822
|
|
||||||
- Now officially supporting and providing native X64 versions in addition
|
|
||||||
to existing 32 bit versions
|
|
||||||
- Added new features requiring a valid SAAP 2.0 (Smart Array Advanced Pack) license key:
|
|
||||||
* Replace Array:
|
|
||||||
Allows the transfer of contents of an array to an existing empty
|
|
||||||
array or a new array. All logical drives from the source array will
|
|
||||||
be transferred. The original array will be deleted and its data
|
|
||||||
drives will be freed as unassigned drives. The drive types at source
|
|
||||||
and destination arrays can be different. This allows moving data from
|
|
||||||
SATA to SAS, or SAS to SATA. However, the drive types comprising the
|
|
||||||
array must still be of the same type.
|
|
||||||
* Heal Array:
|
|
||||||
Allows the replacement of failed or degraded physical drives in an
|
|
||||||
array with healthy physical drives. The original array and logical
|
|
||||||
drive numbering will be unaffected after the replacement. The
|
|
||||||
replacement physical drives must be of the same interface type (such
|
|
||||||
as SAS, SATA and etc.) as the original drives. The operation will be
|
|
||||||
available only if enough unassigned physical drives of the correct
|
|
||||||
size are available.
|
|
||||||
|
|
||||||
Version: 9.0.24.0 (27 Mar 2012)
|
|
||||||
Enhancements
|
|
||||||
- Added support for the following controllers:
|
|
||||||
* HP Smart Array P222
|
|
||||||
* HP Smart Array P420
|
|
||||||
* HP Smart Array P421
|
|
||||||
* HP Smart Array P220i
|
|
||||||
* HP Smart Array P420i
|
|
||||||
- Added support for the following features/devices:
|
|
||||||
* Smart Array Advanced Pack 2.0 (SAAP 2.0):
|
|
||||||
SAAP 2.0 provides full SAAP 1.0 feature functionality with the
|
|
||||||
following additions:
|
|
||||||
- RAID 1/10 Advanced Data Mirroring (ADM)
|
|
||||||
- Moving and Deleting of Individual Logical Volumes
|
|
||||||
- Move operation now supports SATA to SAS, SAS to SATA
|
|
||||||
- Predictive Spare Activation
|
|
||||||
- > 128 physical drives
|
|
||||||
- SmartSSD Wear Gauge
|
|
||||||
- Updated Cache Ratio settings
|
|
||||||
- Additional Strip Sizes - 512, 1024 on supported controllers and
|
|
||||||
configurations
|
|
||||||
- Device Temperatures - Controllers, Capacitors, Cache Modules, and
|
|
||||||
Hard Drives
|
|
||||||
- Overall Performance improvements
|
|
||||||
- 3 TB physical drives
|
|
||||||
|
|
||||||
Version: 8.75-12.0 (22 Jun 2011)
|
|
||||||
Enhancements
|
|
||||||
- *** New ***
|
|
||||||
Starting with versions 8.75.12.0, an Offline version of ACU is
|
|
||||||
available from http://www.hp.com/ that allows users to boot directly
|
|
||||||
into the configuration and maintenance utilities prior to any Host OS
|
|
||||||
loading or being installed.
|
|
||||||
.
|
|
||||||
This new deliverable of ACU is available for download through normal
|
|
||||||
software methods (such as searching by Server model, OS, or device) or
|
|
||||||
by searching for 'HP ProLiant Offline Array Configuration Utility'
|
|
||||||
- SmartSSD Wear Gauge
|
|
||||||
This feature is accessible through the ssdinfo command in ACUCLI
|
|
||||||
Example code:
|
|
||||||
<target> show ssdinfo [detail|summary]
|
|
||||||
Provides a summary for solid state drives for the specified controller(s)
|
|
||||||
The target can be any valid controller/device
|
|
||||||
controller slot=1 show sddinfo
|
|
||||||
controller all show ssdinfo
|
|
||||||
controller all show ssdinfo detail
|
|
||||||
controller all show ssdinfo summary
|
|
||||||
- Greater than 2.2 TB Hard Drives
|
|
||||||
|
|
||||||
Version: 8.70-8.0 (11 Mar 2011)
|
|
||||||
Enhancements
|
|
||||||
- Improved speed of Diagnostic report generation
|
|
||||||
- Supported serial logs included in the zip file of the Diagnositc
|
|
||||||
reports, when applicable
|
|
||||||
- New options available during creation of logical drive size
|
|
||||||
- Now showing current and max temperatures for physical drives
|
|
||||||
- Support for failed array controllers. The "ctrl all show" command will
|
|
||||||
list any locked up controllers along with valid controllers. For failed
|
|
||||||
controllers, a message will display explaining its state along with a
|
|
||||||
lockup code, if applicable
|
|
||||||
- Support for "-h" and "-help" commandline option
|
|
||||||
- HPACUSCRIPTING updates:
|
|
||||||
* Will not display array accelerator info in capture files for
|
|
||||||
controllers which do not have cache or the cache is not configurable.
|
|
||||||
Attempting to set the array accelerator on these controllers will
|
|
||||||
result in a warning message (not an error)
|
|
||||||
* Support for logical drive command "Size=MAXMBR". This option creates
|
|
||||||
the largest possible volume in an array with the maximum size
|
|
||||||
constrained by the limits of the 32bit MBR
|
|
||||||
* New keyword, SIZEBLOCKS. Input scripts can now specify size as before
|
|
||||||
using SIZE (size in MB) or SIZEBLOCKS (size in 512 byte blocks) but
|
|
||||||
not both
|
|
||||||
* Now displays the disk interface type in the comment section for physical
|
|
||||||
disks.
|
|
||||||
|
|
||||||
Version: 8.61-1.0 (8 Feb 2011)
|
|
||||||
Fixes
|
|
||||||
- In version 8.60-8.0 of HPACUCLI, using the "show or detail commands" on
|
|
||||||
any target that includes physical drives can cause the application to
|
|
||||||
exit if one or more of the included physical drives are in a failed
|
|
||||||
state.
|
|
||||||
This release, 8.61-1.0, corrects this problem and allows the command to
|
|
||||||
complete successfully.
|
|
||||||
|
|
||||||
Version: 8.60-8.0 (10 Sep 2010)
|
|
||||||
Enhancements
|
|
||||||
- Overall Performance improvements
|
|
||||||
* HPACUCLI as well as in HPACUSCRIPTING
|
|
||||||
- Surface Scan Analysis enhancements
|
|
||||||
* Disable
|
|
||||||
* High
|
|
||||||
* Idle
|
|
||||||
|
|
||||||
Version: 8.50-6.0 (28 May 2010)
|
|
||||||
Enhancements
|
|
||||||
- Overall Performance improvements
|
|
||||||
- Physical drives in a SMART state are allowed to be used at user's
|
|
||||||
discretion
|
|
||||||
- Diagnostic Report additions:
|
|
||||||
* Parity group information for RAID 50 and RAID 60 logical drives
|
|
||||||
* Information for SEP devices and Expanders
|
|
||||||
* Updated Storage Enclosure names
|
|
||||||
- Applicable only with the appropriate SAAP License Key installed:
|
|
||||||
* The Move Array operation now allows the user to move an array to
|
|
||||||
physical drives that are smaller than the original physical drives,
|
|
||||||
provided that all the data in the existing logical drives will fit
|
|
||||||
into the new array
|
|
||||||
* The new drive set must have the same number of physical drives as
|
|
||||||
the existing drive set
|
|
||||||
- Added SEP devices and Expanders to "ctrl slot=X show config" and "ctrl
|
|
||||||
slot=X show config detail" commands
|
|
||||||
- Added an "OS Status" for logical drives to indicate if it is "locked"
|
|
||||||
by the OS
|
|
||||||
- Added display of Hardware Revision info for SAS Expander boards
|
|
||||||
* "<target> enclosure all show detail" should be used in order to see
|
|
||||||
the field displayed
|
|
||||||
- Added support for being able to run ACUCLI in non-interactive mode for
|
|
||||||
read-only commands (show) even if ACU is running. For example:
|
|
||||||
# hpacucli ctrl all show
|
|
||||||
# hpacucli ctrl slot=1 pd all show status
|
|
||||||
- Added "exitonerror" feature which allows the application to exit upon
|
|
||||||
encountering any error during execution of a command. This feature is
|
|
||||||
useful for scripts invoking ACUCLI and the feature will allow scripts
|
|
||||||
to know that an error has occurred.
|
|
||||||
* The setting can also be invoked from the console as an application switch
|
|
||||||
Example: "hpacucli -exitonerror < myscript.txt"
|
|
||||||
* set [exitonerror=enable|disable]
|
|
||||||
Allows a script to decide whether an error encountered during execution
|
|
||||||
* show exitonerror
|
|
||||||
Displays the current exitonerror setting
|
|
||||||
- Added enclosure show support
|
|
||||||
* enclosure [ all | port:box | serialnumber=xxxx ] show [ detail |
|
|
||||||
status]
|
|
||||||
Outputs the storage enclosure information The target can be any
|
|
||||||
valid storage enclosure
|
|
||||||
Examples:
|
|
||||||
* controller slot=5 enclosure all show
|
|
||||||
* controller slot=5 enclosure 4E:1 show detail
|
|
||||||
* controller slot=5 enclosure serialnumber=UAB123456 show status
|
|
||||||
- Added support for the 'show' command to display devices in a logical or
|
|
||||||
physical format similar to the support in ACU (GUI)
|
|
||||||
* set [view=logical|physical]
|
|
||||||
- Allows the user to select whether certain show commands display the
|
|
||||||
output using a logical or physical view
|
|
||||||
- Logical view displays devices using their association with arrays
|
|
||||||
- Physical view displays the devices such as physical drives
|
|
||||||
according to their relationship with their storage enclosures
|
|
||||||
- The default value is logical view
|
|
||||||
* show view
|
|
||||||
- Displays the current view setting.
|
|
||||||
* Examples:
|
|
||||||
set view=physical
|
|
||||||
show view
|
|
||||||
- Added the capability to run multiple commands in command line mode
|
|
||||||
(non-interactive)
|
|
||||||
* The semicolon (";") is used as a delimiter between commands
|
|
||||||
* For example:
|
|
||||||
On LINUX, the semicolon must be escaped or in quotes
|
|
||||||
hpacucli "ctrl slot=1 show; ctrl slot=1 modify
|
|
||||||
drivewritecache=enable; ctrl slot=1 show"
|
|
||||||
- HPACUSCRIPTING Additions:
|
|
||||||
* Now shows an expanded usage message when invalid command line
|
|
||||||
arguments are provided
|
|
||||||
* Added feature to allow RAID=RAID1 for >2 disk mirrors. This
|
|
||||||
allows backwards compatibility with "old" cpqacuxe scripting. Capture
|
|
||||||
will still output correct RAID level
|
|
||||||
* Added AUTO as a valid option for QUEUEDEPTH
|
|
||||||
* Overall Performance improvements
|
|
||||||
* Added Controller=FIRST support. Controllers are now sorted in capture
|
|
||||||
files in slot ascending order
|
|
||||||
* Added additional controller information to errors and warnings to
|
|
||||||
better identify where problems occur in an input file
|
|
||||||
|
|
||||||
Version: 8.40-4.0 (25 Feb 2010)
|
|
||||||
Enhancements
|
|
||||||
- Support for Smart Array P812
|
|
||||||
|
|
||||||
Version: 8.35-7.0 (28 Sep 2009)
|
|
||||||
Enhancements
|
|
||||||
- Changes for HPACUCLI 8.35.X.X:
|
|
||||||
* Now supports command line history and tab completion
|
|
||||||
|
|
||||||
Version: 8.30-5.0 (14 Sep 2009)
|
|
||||||
Enhancements
|
|
||||||
- Changes for HPACUCLI 8.30.X.X:
|
|
||||||
* Enclosure View
|
|
||||||
|
|
||||||
Version: 8.28-13.0 (6 May 2009)
|
|
||||||
Enhancements
|
|
||||||
- Changes for HPACUCLI 8.28.X.X:
|
|
||||||
* Command Line Diagnostics (ADUCLI) is now integrated with HPACUCLI
|
|
||||||
* Scripting for captures and inputs is now intergrated with HPACUCLI
|
|
||||||
This support was previously delivered with ACU
|
|
||||||
The scripting command has changed from cpqacuxe to hpacuscripting
|
|
||||||
|
|
||||||
Version: 8.25.5 (19 Feb 2009)
|
|
||||||
Enhancements
|
|
||||||
- Added Support for the following Controllers:
|
|
||||||
* Smart Array P212
|
|
||||||
* Smart Array P212 ZMR
|
|
||||||
* Smart Array P410
|
|
||||||
* Smart Array P410 ZMR
|
|
||||||
* Smart Array P410i
|
|
||||||
* Smart Array P410i ZMR
|
|
||||||
* Smart Array P411
|
|
||||||
* Smart Array P411 ZMR
|
|
||||||
* Smart Array B110i SATA RAID
|
|
||||||
- Additionally, added support for Advanced Pack
|
|
||||||
|
|
||||||
Version: 8.20.18 (23 Jan 2009)
|
|
||||||
Enhancements
|
|
||||||
- Added Support for the following Controllers:
|
|
||||||
* Smart Array P212
|
|
||||||
* Smart Array P212 ZMR
|
|
||||||
* Smart Array P410
|
|
||||||
* Smart Array P410 ZMR
|
|
||||||
* Smart Array P411
|
|
||||||
* Smart Array P411 ZMR
|
|
||||||
- Additionally, added support for Smart Array Advanced Pack
|
|
||||||
|
|
||||||
Version: 8.10.2 (6 Jun 2008)
|
|
||||||
Fixes
|
|
||||||
- Fixed an issue related to an incorrect Background Parity Initialization
|
|
||||||
status being displayed for RAID 5 and RAID 6 Logical Drives
|
|
||||||
|
|
||||||
Version: 8.0.14 (26 Feb 2008)
|
|
||||||
Enhancements
|
|
||||||
- Added Dual Domain Support for the HP Smart Array P800 Controller
|
|
||||||
- Added 512K Stripe Size for RAID 5 (only on the following controllers
|
|
||||||
with minimum FW 5.00):
|
|
||||||
* Smart Array E500
|
|
||||||
* Smart Array P400/400i
|
|
||||||
* Smart Array P800
|
|
||||||
|
|
||||||
Version: 7.85.18 (24 Jul 2007)
|
|
||||||
Enhancements
|
|
||||||
- Enabled drive write cache for all SAS controllers
|
|
||||||
|
|
||||||
Version: 7.80.6 (27 Apr 2007)
|
|
||||||
Enhancements
|
|
||||||
- Support SATA NCQ status.
|
|
||||||
|
|
||||||
Version: 7.73.1 (26 Mar 2007)
|
|
||||||
Fixes
|
|
||||||
- The ACU CLI utility was modified to display a message informing
|
|
||||||
customers that a firmware update is required if firmware version 2.04
|
|
||||||
is detected on a Smart Array P400, P400i, or P800 controller.
|
|
||||||
Enhancements
|
|
||||||
- Added support for the Smart Array E500 controller.
|
|
||||||
|
|
||||||
Version: 7.70.12 (14 Dec 2006)
|
|
||||||
Enhancements
|
|
||||||
- Changed default RAID5 stripe size to 64K for MSA1000/1500
|
|
||||||
- Added new stripe-sizes (128KB and 256KB) for the P400, P600 and P800
|
|
||||||
controllers to allow migration of volumes from MSA20 to SAS
|
|
||||||
controllers.
|
|
||||||
|
|
||||||
Version: 7.60.18 (25 Sep 2006)
|
|
||||||
Enhancements
|
|
||||||
- CLI now has two new show command parameters -> show [config] [detail].
|
|
||||||
See help for usage.
|
|
||||||
|
|
||||||
Version: 7.50.18 (13 Apr 2006)
|
|
||||||
Enhancements
|
|
||||||
- Added support for the following:
|
|
||||||
* Smart Array P400 Controller
|
|
||||||
* Smart Array P400i Controller
|
|
||||||
* Smart Array E200 Controller
|
|
||||||
* Smart Array E200i Controller
|
|
||||||
- Added support for over 2 TB on controllers that support it.
|
|
||||||
- Array accelerator options are disabled on controllers with zero memory.
|
|
||||||
- When using create, add drives, add spares, and remove spares, the user
|
|
||||||
can now specify drive ranges. Instead of "1:1,1:2,1:3,1:4" the user can
|
|
||||||
type "1:1-1:4".
|
|
||||||
- CLI now supports targeting a controller via the chassis serial number.
|
|
||||||
See help for additional usage information.
|
|
||||||
|
|
||||||
Version: 7.40.7 (9 Sep 2005)
|
|
||||||
Enhancements
|
|
||||||
- Updated so RAID ADG is now referred to as RAID 6 (ADG).
|
|
||||||
|
|
||||||
Version: 7.31.1 (24 Jun 2005)
|
|
||||||
Fixes
|
|
||||||
- Fixes a problem where specifying an array using the “drives” parameter
|
|
||||||
on the create logical drive operation could incorrectly result in
|
|
||||||
deletion of that array if the create operation fails.
|
|
||||||
|
|
||||||
Version: 7.30.9 (4 May 2005)
|
|
||||||
Enhancements
|
|
||||||
- Added support for the following:
|
|
||||||
* Smart Array P600 controller.
|
|
||||||
- Active-Active on redundant controllers that support it.
|
|
||||||
|
|
||||||
Version: 7.21.17 (28 Feb 2005)
|
|
||||||
Enhancements
|
|
||||||
- Added support for Red Hat Enterprise Linux 4.
|
|
||||||
|
|
||||||
Version: 7.20.16 (14 Feb 2005)
|
|
||||||
Fixes
|
|
||||||
- Resolved issue where data in cache was found during reboot.
|
|
||||||
Enhancements
|
|
||||||
- Added support for the standbycontroller=disable command.
|
|
||||||
|
|
||||||
Version: 7.17.1 (11 Dec 2004)
|
|
||||||
Fixes
|
|
||||||
- Corrected ACU CLI caches status messages to better correspond with ACU.
|
|
||||||
|
|
||||||
Version: 7.15.19 (2 Sep 2004)
|
|
||||||
Enhancements
|
|
||||||
- Initial release.
|
|
@ -1,2 +0,0 @@
|
|||||||
amd64!ssacli!3.40.3.0!ssacli-3.40-3.0.x86_64.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/CentOS/7/x86_64/current/ssacli-3.40-3.0.x86_64.rpm!5d2afd83171f13816619501b45fe76ef
|
|
||||||
i386!ssacli!3.40.3.0!ssacli-2.60-18.0.i386.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/CentOS/6/i686/current/ssacli-2.60-18.0.i386.rpm!a9108a70b5b358f55e3bbd27e213c43a
|
|
BIN
hpssacli_2.60.19.0.orig.tar.gz.delta
Normal file
BIN
hpssacli_2.60.19.0.orig.tar.gz.delta
Normal file
Binary file not shown.
1
hpssacli_2.60.19.0.orig.tar.gz.id
Normal file
1
hpssacli_2.60.19.0.orig.tar.gz.id
Normal file
@ -0,0 +1 @@
|
|||||||
|
3da1639c90c75b623b1866ce3af4b6052064e7d9
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
APP_SOCKET_DIR=/var/run
|
|
||||||
|
|
||||||
if [ "$1" = "ssa" -o "$1" = "ssadu" ]
|
|
||||||
then
|
|
||||||
mkdir -p ${APP_SOCKET_DIR} 2>/dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit 0
|
|
Binary file not shown.
@ -1,185 +0,0 @@
|
|||||||
Smart Storage Administrator CLI (HPESSACLI)
|
|
||||||
Version 2.60-18.0
|
|
||||||
8/31/2016
|
|
||||||
|
|
||||||
Description
|
|
||||||
-----------
|
|
||||||
Smart Storage Administrator CLI is the command line-based disk configuration
|
|
||||||
program for Smart RAID/HBA controllers.
|
|
||||||
|
|
||||||
* All other product names mentioned herein may be trademarks of their
|
|
||||||
respective companies.
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
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://support.hpe.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 P711m Controller
|
|
||||||
Smart Array P712m Controller
|
|
||||||
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 P721m Controller
|
|
||||||
Smart Array P822 Controller
|
|
||||||
|
|
||||||
Smart Array P230i Controller
|
|
||||||
Smart Array P430 Controller
|
|
||||||
Smart Array P431 Controller
|
|
||||||
Smart Array P530 Controller
|
|
||||||
Smart Array P531 Controller
|
|
||||||
Smart Array P731m Controller
|
|
||||||
Smart Array P830 Controller
|
|
||||||
Smart Array P830i Controller
|
|
||||||
|
|
||||||
Dynamic Smart Array B140i
|
|
||||||
Smart HBA H240 Controller
|
|
||||||
Smart HBA H240ar Controller
|
|
||||||
Smart HBA H240nr Controller
|
|
||||||
Smart HBA H241 Controller
|
|
||||||
Smart HBA H244br Controller
|
|
||||||
Smart Array P240nr Controller
|
|
||||||
Smart Array P244br Controller
|
|
||||||
Smart Array P246br Controller
|
|
||||||
Smart Array P440 Controller
|
|
||||||
Smart Array P440ar Controller
|
|
||||||
Smart Array P441 Controller
|
|
||||||
Smart Array P542D Controller
|
|
||||||
Smart Array P741m Controller
|
|
||||||
Smart Array P840 Controller
|
|
||||||
Smart Array P840ar Controller
|
|
||||||
Smart Array P841 Controller
|
|
||||||
|
|
||||||
Installing and running Smart Storage Administrator
|
|
||||||
--------------------------------------------------------------
|
|
||||||
Installation:
|
|
||||||
SSACLI is distributed using Red Hat Package Manager (RPM) packages and
|
|
||||||
.deb packages for Debian.
|
|
||||||
If there is an older version of SSACLI installed on the system, please
|
|
||||||
use "rpm -e ssacli" to remove it first. Use "rpm -i <file name>" to
|
|
||||||
install the application.
|
|
||||||
Please type "man rpm" for other details regarding RPM.
|
|
||||||
NOTE: On Debian systems, a ".deb" package file can be installed using the
|
|
||||||
"dpkg -i ssacli.xxx.deb" command. The dpkg -r ssacli command is used to
|
|
||||||
remove the package.
|
|
||||||
The software resides in /opt/smartstorageadmin/ssacli and the executable
|
|
||||||
name is ssacli which is located in /usr/sbin.
|
|
||||||
|
|
||||||
When attempting to run SSACLI on any HPE-supported version of Linux, it is
|
|
||||||
highly recommended that you install the latest version of the HPE ProLiant
|
|
||||||
Smart RAID/HBA controller driver for your intended Linux operating system.
|
|
||||||
Drivers may be obtained by clicking on "HPE Servers, Storage and Networking"
|
|
||||||
from HPE's support website at: http://support.hpe.com
|
|
||||||
|
|
||||||
For Debian 64 bit:
|
|
||||||
dpkg -i --force-architecture <file name>. ssacli requires the libunwind
|
|
||||||
bit package to be installed.
|
|
||||||
|
|
||||||
Running SSACLI:
|
|
||||||
|
|
||||||
Make sure that you have gone through the following checklist:
|
|
||||||
. You run ssacli as root.
|
|
||||||
|
|
||||||
To start the application:
|
|
||||||
If /usr/sbin is already added in your path, just type:
|
|
||||||
"ssacli".
|
|
||||||
More options can be found by typing "ssacli help".
|
|
||||||
|
|
||||||
Exiting SSACLI:
|
|
||||||
1. To exit the SSACLI, type "exit" while at the CLI command console.
|
|
||||||
|
|
||||||
Additional Notes
|
|
||||||
----------------
|
|
||||||
1. After creating or deleting logical drives with SSACLI, under some special
|
|
||||||
circumstances, the device name mapping might change after you first reboot
|
|
||||||
the system. Also, Linux might see previously not visible logical drives
|
|
||||||
after rebooting. This name mapping problem is common to all SCSI devices
|
|
||||||
on Linux.
|
|
||||||
2. Do not insert or remove a controller driver module when ssascli is
|
|
||||||
running.
|
|
||||||
3. Please stop the HPE Storage Agents when deleting logical drives
|
|
||||||
since HPE Storage Agents keeps all logical drives open.
|
|
||||||
4. If all physical drives on a controller fail or are removed, software keys
|
|
||||||
will not be saved to the controller.
|
|
||||||
5. SSACLI may appear unresponsive during heavy array controller I/O
|
|
||||||
conditions, such as during a partition format or a logical drive rebuild.
|
|
||||||
6. When using Linux as the host operating system, if a Smart Array controller
|
|
||||||
has 16 or more volumes configured, deleting any volume in SSACLI will not
|
|
||||||
update the /proc/partitions to reflect the deletion of the device node
|
|
||||||
associated with that volume. Rebooting the server will cause the update to
|
|
||||||
happen. Note that there is also a limitation that only the first 16
|
|
||||||
volumes configured will be available to the operating system.
|
|
||||||
7. On RHEL5 systems, for this version of the SSACLI version 3.6.18-10 or
|
|
||||||
newer of the HPE ProLiant Smart RAID/HBA controller driver for Red Hat
|
|
||||||
Enterprise Linux 5 (x86, x86-64) is required. Drivers may be obtained by
|
|
||||||
clicking on "HPE Servers, Storage and Networking" from HPE's support
|
|
||||||
website at: http://support.hpe.com
|
|
||||||
|
|
||||||
Notes for SSA Scripting
|
|
||||||
-----------------------
|
|
||||||
* SSA scripting (SSASCRIPTING) now uses a new engine to auto configure volumes.
|
|
||||||
When using the AUTO mode, it will attempt to configure two volumes; an OS
|
|
||||||
volume and a Data volume. The OS volume will be RAID1, while the Data volume
|
|
||||||
will be the highest possible RAID up to 6, depending on the number of disks
|
|
||||||
and RAID modes supported by the controller. Spares may be automatically
|
|
||||||
allocated. All user input in the input config file is ignored in AUTO mode.
|
|
||||||
The actual volumes created will depend on the controller, the number and size
|
|
||||||
of disks and the status of license keys in the controller.
|
|
||||||
* In scripting input/output, 2 disk mirrors are considered RAID1, 4 disk and
|
|
||||||
higher mirrors are RAID10. For compatibility, input scripts still accept
|
|
||||||
RAID1 for 4+ disk mirrors, however we recommend moving to the new argument
|
|
||||||
terminology as soon as possible.
|
|
||||||
* ARRAY and VOLUME arguments in configure mode can be specified as "Next",
|
|
||||||
which will use the next available ID.
|
|
||||||
* DRIVE arguments can be a number or wildcard, e.g. "*" or "2". In the first
|
|
||||||
example, all available drives will be used, in the second two drives will be
|
|
||||||
used.
|
|
||||||
* The CONTROLLER argument can be FIRST. Controllers are sorted after discovery,
|
|
||||||
the order being: internal before external, in ascending slot order. This
|
|
||||||
ensures that the input CONTROLLER=FIRST will target an internal controller
|
|
||||||
(SLOT=0) or the controller in the lowest PCI slot.
|
|
||||||
* To improve performance, use the REPEAT keyword when creating multiple
|
|
||||||
identical logical drives.
|
|
||||||
|
|
||||||
Support
|
|
||||||
-------
|
|
||||||
For support for SSACLI and Smart RAID/HBA controllers, please visit
|
|
||||||
http://support.hpe.com.
|
|
@ -1,338 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
PROLIANT ESSENTIALS SOFTWARE
|
|
||||||
|
|
||||||
END USER LICENSE AGREEMENT
|
|
||||||
|
|
||||||
PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY. THIS
|
|
||||||
AGREEMENT IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR SINGLE
|
|
||||||
ENTITY) ("YOU") AND HEWLETT-PACKARD COMPANY ("HP"). BY CLICKING THE "AGREE"
|
|
||||||
BUTTON BELOW, COPYING, INSTALLING, OR OTHERWISE USING THE SOFTWARE,
|
|
||||||
(i) YOU DO SO WITH THE INTENT TO ELECTRONICALLY "EXECUTE" THIS AGREEMENT, AND
|
|
||||||
(ii) YOU AGREE TO BE BOUND BY AND COMPLY WITH THE FOLLOWING TERMS AND
|
|
||||||
CONDITIONS, INCLUDING THE WARRANTY STATEMENT, AS WELL AS ANY TERMS AND
|
|
||||||
CONDITIONS CONTAINED IN THE "ANCILLARY SOFTWARE" LIST.
|
|
||||||
|
|
||||||
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT,
|
|
||||||
(A) IF THIS AGREEMENT IS DISPLAYED ELECTRONICALLY, YOU MAY INDICATE REJECTION
|
|
||||||
OF THIS AGREEMENT BY CLICKING THE "DISAGREE" BUTTON;
|
|
||||||
(B) YOU SHALL NOT INSTALL THE SOFTWARE; AND
|
|
||||||
(C) HP DOES NOT GRANT YOU ANY RIGHTS TO USE THE SOFTWARE.
|
|
||||||
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE SOFTWARE
|
|
||||||
INDICATES YOUR ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
||||||
IF YOU PURCHASED THE SOFTWARE, YOU MAY RETURN THE SOFTWARE TO THE PLACE OF
|
|
||||||
PURCHASE FOR A FULL REFUND.
|
|
||||||
|
|
||||||
THE SOFTWARE PROVIDED HEREIN, IS PROVIDED BY HP AND BY THIRD PARTIES, INCLUDING
|
|
||||||
THE OPEN SOURCE COMMUNITY ("ANCILLARY SOFTWARE"). USE OF THE HP SOFTWARE, THE
|
|
||||||
ANCILLARY SOFTWARE, ACCOMPANYING PRINTED MATERIALS, AND THE "ONLINE" OR
|
|
||||||
ELECTRONIC DOCUMENTATION (COLLECTIVELY THE "PRODUCT") IS CONDITIONED UPON AND
|
|
||||||
LIMITED BY THE FOLLOWING TERMS AND CONDITIONS, INCLUDING THE "AS IS WARRANTY
|
|
||||||
STATEMENT" AND THE TERMS AND CONDITIONS OF THE ANCILLARY SOFTWARE LICENSE
|
|
||||||
AGREEMENTS ("ANCILLARY SOFTWARE LICENSES").
|
|
||||||
|
|
||||||
USE OF ANCILLARY SOFTWARE SHALL BE GOVERNED BY THE ANCILLARY SOFTWARE LICENSE,
|
|
||||||
EXCEPT THAT THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
|
|
||||||
PROVISIONS CONTAINED IN THE "AS-IS WARRANTY STATEMENT" OF THIS AGREEMENT SHALL
|
|
||||||
ALSO APPLY TO SUCH ANCILLARY SOFTWARE. HP HAS IDENTIFIED ANCILLARY SOFTWARE
|
|
||||||
BY EITHER NOTING THE ANCILLARY SOFTWARE PROVIDER"S OWNERSHIP WITHIN EACH
|
|
||||||
ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY PROVIDING LICENSING INFORMATION IN
|
|
||||||
THE "ANCILLARY SOFTWARE" LIST. BY ACCEPTING THE TERMS AND CONDITIONS OF THIS
|
|
||||||
AGREEMENT, YOU ARE ALSO ACCEPTING THE TERMS AND CONDITIONS OF EACH ANCILLARY
|
|
||||||
SOFTWARE LICENSE IN THE ANCILLARY SOFTWARE LIST.
|
|
||||||
|
|
||||||
IF AND ONLY IF THE PRODUCT INCLUDES SOFTWARE LICENSED UNDER THE GNU GENERAL
|
|
||||||
PUBLIC LICENSE ("GPL SOFTWARE"), YOU MAY OBTAIN A COMPLETE MACHINE-READABLE
|
|
||||||
COPY OF THE GPL SOFTWARE SOURCE CODE ("GPL SOURCE CODE") BY DOWNLOAD FROM A
|
|
||||||
SITE SPECIFIED IN THE FOLLOWING HP WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML.
|
|
||||||
UPON YOUR WRITTEN REQUEST, HP WILL PROVIDE, FOR A FEE COVERING THE COST OF
|
|
||||||
DISTRIBUTION, A COMPLETE MACHINE-READABLE COPY OF THE GPL SOURCE CODE, BY MAIL,
|
|
||||||
TO YOU. INFORMATION ABOUT HOW TO MAKE A WRITTEN REQUEST FOR GPL SOURCE CODE
|
|
||||||
MAY BE FOUND AT THE FOLLOWING WEBSITE:
|
|
||||||
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML .
|
|
||||||
|
|
||||||
|
|
||||||
LICENSE TERMS
|
|
||||||
|
|
||||||
SUBJECT TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND ANY RIGHTS,
|
|
||||||
LIMITATIONS AND OBLIGATIONS SET FORTH IN THE ANCILLARY SOFTWARE LICENSES:
|
|
||||||
|
|
||||||
1. LICENSE GRANT
|
|
||||||
|
|
||||||
a. IF SOFTWARE DOES NOT REQUIRE AN ACTIVATION KEY. If the Software does
|
|
||||||
not require an Activation Key and provided that You comply with all the terms
|
|
||||||
and conditions of this Agreement, HP grants You a non-exclusive,
|
|
||||||
non-transferable (except as provided in Section 16), worldwide (except for the
|
|
||||||
countries referenced in Section 12) license under HP's copyrights, to install,
|
|
||||||
copy on as many computers as you need for your business, use, execute, make
|
|
||||||
archival or backup copies, and display ("Use") the object code version of the
|
|
||||||
Product on the computer(s) on which this Product is installed and in the
|
|
||||||
operating environment as identified by HP in the accompanying materials.
|
|
||||||
|
|
||||||
b. IF SOFTWARE REQUIRES AN ACTIVATION KEY. If the Software requires an
|
|
||||||
Activation Key, and provided that You comply with all terms and conditions of
|
|
||||||
this Agreement, then depending upon the specific hardware configuration You
|
|
||||||
employ, HP grants You the following license ("License Type") and rights:
|
|
||||||
|
|
||||||
Authorized Copies. You are licensed to install, make Authorized Copies
|
|
||||||
of (as defined in this section), execute, and display ("Use") the object code
|
|
||||||
version of the Product on an equivalent number of Computers, Host/Client Pairs,
|
|
||||||
Computer Nodes, or Clustered Computers (as defined in the table below) as you
|
|
||||||
have Authorized Copies. Authorized Copies is defined as the number of copies
|
|
||||||
that you have paid for as stated in the invoice or comparable document
|
|
||||||
evidencing an authorized quantity.
|
|
||||||
|
|
||||||
LICENSE TYPE SOFTWARE INSTALLS TO: LICENSED RIGHTS
|
|
||||||
(hardware configuration)
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Computer A computer You have a right to install
|
|
||||||
and Use the Product on a single
|
|
||||||
computer. The installed copy
|
|
||||||
may not be transferred to or
|
|
||||||
used on any other computer.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Node/Client A set of computers with a You have a right to install and
|
|
||||||
minimum of one host and one Use the Product on a Host/Client
|
|
||||||
client connected to each Pair or a Single Node. Copies
|
|
||||||
other ("Host/Client Pair"), of the Product installed on a
|
|
||||||
or in certain instances, a Host/Client Pair or Single Node
|
|
||||||
single computer may not be transferred to any
|
|
||||||
("Single Node") other host or client computers
|
|
||||||
or other single nodes. You can
|
|
||||||
continue to Use the Product on
|
|
||||||
licensed clients when a new
|
|
||||||
server is introduced to the
|
|
||||||
licensed clients.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
|
||||||
Cluster More than two computers You have a right to install and
|
|
||||||
physically connected together Use the Product on each
|
|
||||||
in a cluster configuration Clustered Computer. The
|
|
||||||
(each of which is referred to installed copy may not be
|
|
||||||
as "Clustered Computer") transferred to or used on any
|
|
||||||
other computer.
|
|
||||||
|
|
||||||
|
|
||||||
Storage. You may copy the Product into the local memory or storage
|
|
||||||
device of the hardware configuration loaded with the Authorized Copies. You may
|
|
||||||
copy the Product onto a reasonable number of network servers or a secure
|
|
||||||
intranet for the sole purpose of distributing the Product to the Computers,
|
|
||||||
Host/Client Pairs, Computer Nodes, or Clustered Computers. You may make
|
|
||||||
archival or back-up copies of the Product. You shall keep the activation key
|
|
||||||
with the hardware configuration to which the activation key is licensed. You
|
|
||||||
should keep copies of the activation key information for future retrieval
|
|
||||||
purposes.
|
|
||||||
|
|
||||||
2. NEW RELEASES. "New Release" means a release of the Product that may
|
|
||||||
contain fixes, corrections, or minor improvements to the Product. New Releases
|
|
||||||
are distributed from time to time solely at the option of HP. If HP offers a
|
|
||||||
New Release, it may come with its own terms and conditions, however if it does
|
|
||||||
not, You may use the New Release only under the terms and conditions of this
|
|
||||||
Agreement.
|
|
||||||
3. NEW VERSIONS. "New Version" means a version of the Product that may
|
|
||||||
contain significant changes, enhancements, and/or functional improvements to
|
|
||||||
the Product. New Versions are distributed solely at the option of HP. If HP
|
|
||||||
offers a New Version, it may come with its own terms and conditions, however
|
|
||||||
if it does not, You may use the New Version only under the terms and conditions
|
|
||||||
of this Agreement.
|
|
||||||
4. OWNERSHIP. The Product is owned and copyrighted by Hewlett-Packard
|
|
||||||
Development Company, L.P., HP's intellectual property management company, and
|
|
||||||
by third party suppliers, except for the Ancillary Software, which is owned and
|
|
||||||
copyrighted by the Ancillary Software providers indicated in the ANCILLARY
|
|
||||||
SOFTWARE list. Your right to Use the Product confers no title or ownership and
|
|
||||||
is not a sale of the Product or any part thereof. Third party suppliers and
|
|
||||||
Ancillary Software providers are intended beneficiaries under this Agreement
|
|
||||||
and may protect their rights in their respective portions of the Product
|
|
||||||
directly against You.
|
|
||||||
5. TRANSFER. Without the prior written consent of HP, or unless
|
|
||||||
specifically permitted in the Ancillary Software License, You have no right
|
|
||||||
(a) to rent, lease, lend, or otherwise transfer the rights to the Product to
|
|
||||||
anyone else; (b) to Use the Product for commercial timesharing or bureau use;
|
|
||||||
or (c) to copy the Product onto any public or distributed network.
|
|
||||||
6. COPYRIGHT. United States copyright laws, other countries' copyright
|
|
||||||
laws, and international treaty provisions protect the Product. You shall not
|
|
||||||
remove any product identification, copyright notices, or proprietary notices
|
|
||||||
from the Product.
|
|
||||||
7. SUPPORT. Support terms and conditions and contact information are
|
|
||||||
detailed in the Worldwide Limited Warranty and Technical Support for Industry
|
|
||||||
Standard Server Products statement ("Support Statement"), a copy of which is
|
|
||||||
available on the HP web site at www.hp.com. Subject to the terms of the
|
|
||||||
Support Statement, for HP software products installed on HP computers,
|
|
||||||
technical support for questions regarding media and Product installation may
|
|
||||||
be available for a ninety (90) day period from the date of purchase of the HP
|
|
||||||
computer on which this Product is installed ("Support Term"). To access this
|
|
||||||
support in North America, call the HP Technical Support Phone Center at
|
|
||||||
1-800-652-6672. This service is available during normal business hours,
|
|
||||||
Monday through Friday, during the Support Term. Outside North America, call
|
|
||||||
the nearest HP Technical Support Center. No other support, including
|
|
||||||
without limitation any on-site support, is provided under this Agreement.
|
|
||||||
8. LIMITATION ON REVERSE ENGINEERING. Reverse engineering of Ancillary
|
|
||||||
Software shall be governed by its respective Ancillary Software License. As
|
|
||||||
for the remainder of the Product, You shall not modify, disassemble, reverse
|
|
||||||
engineer, decompile, decrypt, or otherwise attempt to access or determine the
|
|
||||||
source code of the Product without HP's prior written consent. Where You have
|
|
||||||
other statutory rights with regard to software, You shall provide HP with
|
|
||||||
reasonably detailed information regarding any intended disassembly or
|
|
||||||
decompilation of the Product prior to performing such disassembly or
|
|
||||||
decompilation. You shall not decrypt the Product unless necessary for the
|
|
||||||
licensed Use of the Product.
|
|
||||||
9. RESERVATION OF RIGHTS. HP, its third party suppliers, and Ancillary
|
|
||||||
Software providers reserve all rights not expressly granted to You in this
|
|
||||||
Agreement.
|
|
||||||
10. TERM AND TERMINATION. You may exercise the rights of this Agreement
|
|
||||||
and of the Ancillary Software Licenses for a period of time starting at Your
|
|
||||||
acceptance of the terms and conditions of this Agreement and for so long as
|
|
||||||
You meet such terms and conditions ("Term"). Notwithstanding the foregoing,
|
|
||||||
HP may terminate Your right to Use the Product, upon notice, for Your failure
|
|
||||||
to comply with any such term or condition. Immediately upon termination, You
|
|
||||||
shall remove, destroy, or return to HP all copies of the Product, including
|
|
||||||
those copies of the Product that are merged into Your adaptations, except for
|
|
||||||
individual pieces of data in Your database. With HP's prior written consent,
|
|
||||||
one copy of the Product may be retained, for archival purposes only, subsequent
|
|
||||||
to termination. You may terminate this Agreement at any time by returning or
|
|
||||||
destroying the Product together with merged portions in any form.
|
|
||||||
11. CONFIDENTIAL COMPUTER SOFTWARE. Valid license from HP required for
|
|
||||||
possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial
|
|
||||||
Computer Software, Computer Software Documentation, and Technical Data for
|
|
||||||
Commercial Items are licensed to the U.S. Government under vendor's standard
|
|
||||||
commercial license.
|
|
||||||
12. COMPLIANCE WITH LAW. The Product and any associated hardware,
|
|
||||||
software, technology or services may not be exported, reexported, transferred
|
|
||||||
or downloaded to persons or entities listed on the U.S. Department of Commerce
|
|
||||||
Denied Persons List, Entity List of proliferation concern, or on any U.S.
|
|
||||||
Treasury Department Designated Nationals exclusion list, any country under
|
|
||||||
U.S. economic embargo, or to parties directly or indirectly involved in the
|
|
||||||
development or production of nuclear, chemical, biological weapons or in
|
|
||||||
missile technology programs as specified in the U.S. Export Administration
|
|
||||||
Regulations (15 CFR 744). By accepting this Agreement You confirm that You
|
|
||||||
are not (i) located in (or a national resident of) any country under U.S.
|
|
||||||
economic embargo, (ii) identified on any U.S. Department of Commerce Denied
|
|
||||||
Persons List, Entity List or Treasury Department Designated Nationals exclusion
|
|
||||||
list, and (iii) directly or indirectly involved in the development or
|
|
||||||
production of nuclear, chemical, biological weapons or in missile technology
|
|
||||||
programs as specified in the U.S. Export Administration Regulations.
|
|
||||||
13. APPLICABLE LAW. This Agreement shall be construed in accordance with
|
|
||||||
the laws of the State of Texas, without regard to conflict of laws principles.
|
|
||||||
The United Nations Convention on Contracts for the International Sale of Goods
|
|
||||||
is specifically disclaimed. If the Product was acquired outside the United
|
|
||||||
States, then local law may apply.
|
|
||||||
14. SEVERABILITY. If any term or provision of this Agreement is determined
|
|
||||||
to be illegal or unenforceable, the validity or enforceability of the remainder
|
|
||||||
of the terms or provisions herein will remain valid and in full force and
|
|
||||||
effect. Failure or delay in enforcing any right or provision of this Agreement
|
|
||||||
shall not be deemed a waiver of such right or provision with respect to any
|
|
||||||
subsequent breach. Provisions herein, which by their nature extend beyond the
|
|
||||||
termination of the license in the Product, will remain in effect until
|
|
||||||
fulfilled.
|
|
||||||
15. CONSENT TO USE OF DATA. You agree that HP may collect and use technical
|
|
||||||
information that You provide in connection with Your Use and request for
|
|
||||||
technical support of the Product from HP, however, HP will not use this
|
|
||||||
information in a form that personally identifies You.
|
|
||||||
16. ASSIGNMENT. You may not assign, sublicense or transfer this Agreement,
|
|
||||||
the Product, or any rights or obligations hereunder without the prior written
|
|
||||||
consent of HP. Any such attempted assignment, sublicense, or transfer will be
|
|
||||||
null and void, and in such event, HP may terminate this Agreement immediately.
|
|
||||||
Notwithstanding the foregoing, You may assign this Agreement and the rights
|
|
||||||
granted hereunder with the transfer of all or substantially all of Your
|
|
||||||
business. The right to assign or transfer Ancillary Software is governed by
|
|
||||||
the terms and conditions of the Ancillary Software Licenses.
|
|
||||||
17. ENTIRE AGREEMENT. This Agreement, including all Ancillary Software
|
|
||||||
Licenses in the ANCILLARY SOFTWARE list, is the final, complete and exclusive
|
|
||||||
agreement between You and HP relating to the Product, and supersedes any
|
|
||||||
previous communications, representations, or agreements between the parties,
|
|
||||||
whether oral or written, regarding the subject matter hereof. Any additional
|
|
||||||
or different terms and conditions not expressly set forth herein will not
|
|
||||||
apply. This Agreement may not be changed except by an amendment signed by an
|
|
||||||
authorized representative of both You and HP. To the extent the terms of any
|
|
||||||
HP policies or programs for support services conflict with the terms of this
|
|
||||||
Agreement, the terms of this Agreement shall control.
|
|
||||||
18. WARRANTY
|
|
||||||
|
|
||||||
a. NO ACTIVATION KEY REQUIRED SOFTWARE - AS-IS WARRANTY STATEMENT:
|
|
||||||
|
|
||||||
DISCLAIMER. TO THE EXTENT ALLOWED BY APPLICABLE LAW, THIS PRODUCT AND
|
|
||||||
SUPPORT SERVICES, IF ANY, ARE PROVIDED TO YOU "AS IS" WITHOUT WARRANTIES OF
|
|
||||||
ANY KIND, WHETHER ORAL OR WRITTEN, EXPRESS OR IMPLIED. HP SPECIFICALLY
|
|
||||||
DISCLAIMS ANY IMPLIED WARRANTIES OF ANY KIND, INCLUDING WITHOUT LIMITATION,
|
|
||||||
WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT, TITLE,
|
|
||||||
ACCURACY OF INFORMATIONAL CONTENT, FITNESS FOR A PARTICULAR PURPOSE, ACCURACY
|
|
||||||
OR COMPLETENESS OF RESPONSES, RESULTS, OR WORKMANLIKE EFFORT, LACK OF VIRUSES,
|
|
||||||
AND LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISION OF
|
|
||||||
OR FAILURE TO PROVIDE SUPPORT SERVICES. IN ADDITION, WITHOUT LIMITATION,
|
|
||||||
THERE IS NO WARRANTY OF QUIET ENJOYMENT, QUIET POSSESSION AND CORRESPONDENCE
|
|
||||||
TO DESCRIPTION WITH REGARD TO THE PRODUCT. YOU ASSUME THE ENTIRE RISK AS TO
|
|
||||||
THE RESULTS AND PERFORMANCE OF THE PRODUCT. NO ORAL OR WRITTEN INFORMATION OR
|
|
||||||
ADVICE GIVEN BY HP, HP"S AUTHORIZED REPRESENTATIVES, OR ANY OTHER PARTY SHALL
|
|
||||||
CREATE A WARRANTY OR AMEND THIS "AS IS" WARRANTY. Some jurisdictions do not
|
|
||||||
allow exclusions of implied warranties or conditions, so the above exclusion
|
|
||||||
may not apply to You to the extent prohibited by such local laws. You may have
|
|
||||||
other rights that vary from country to country, state to state, or province to
|
|
||||||
province.
|
|
||||||
|
|
||||||
b. ACTIVATION KEY REQUIRED SOFTWARE - LIMITED WARRANTY.
|
|
||||||
|
|
||||||
HP warrants that the Product will perform substantially in accordance with the
|
|
||||||
accompanying materials for a period of ninety (90) days from the date of
|
|
||||||
purchase. If an implied warranty or condition is created by Your
|
|
||||||
state/jurisdiction and federal or state/provincial law prohibits disclaimer of
|
|
||||||
it, You also have an implied warranty or condition, BUT ONLY AS TO DEFECTS FOR
|
|
||||||
WHICH CLAIMS ARE MADE WITHIN NINETY (90) DAYS FROM THE DATE OF PURCHASE. AS TO
|
|
||||||
ANY DEFECTS DISCOVERED FOR WHICH A CLAIM IS NOT MADE WITHIN THE NINETY-DAY
|
|
||||||
PERIOD, THERE IS NO WARRANTY OR CONDITION OF ANY KIND.
|
|
||||||
Some states/jurisdictions do not allow limitations on how long an implied
|
|
||||||
warranty or condition lasts, so the above limitation may not apply to You.
|
|
||||||
|
|
||||||
DISCLAIMER. The Limited Warranty that appears above is the only
|
|
||||||
express warranty made to You and is provided in lieu of any other express
|
|
||||||
warranties or implied warrantees (if any) created by any documentation,
|
|
||||||
packaging or otherwise. EXCEPT FOR THE LIMITED WARRANTY, AND TO THE MAXIMUM
|
|
||||||
EXTENT PERMITTED BY APPLICABLE LAW, HP AND ITS SUPPLIERS PROVIDE THE PRODUCT
|
|
||||||
AND SUPPORT SERVICES (IF ANY) "AS IS" AND WITH ALL FAULTS, AND HEREBY DISCLAIM
|
|
||||||
ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
|
|
||||||
INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR
|
|
||||||
CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE,
|
|
||||||
SATISFACTORY QUALITY, NON-INFRINGEMENT OF TITLE, OF ACCURACY OR COMPLETENESS
|
|
||||||
OF RESPONSES, OF RESULTS, OF WORKMANLIKE EFFORT, OF LACK OF VIRUSES, AND OF
|
|
||||||
LACK OF NEGLIGENCE, ALL WITH REGARD TO THE PRODUCT, AND THE PROVISIONS OF OR
|
|
||||||
FAILURE TO PROVIDE SUPPORT SERVICES. ALSO, THERE IS NO WARRANTY OR CONDITION
|
|
||||||
OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION,
|
|
||||||
OR NON-INFRINGEMENT WITH REGARD TO THE PRODUCT.
|
|
||||||
|
|
||||||
19. LIMITATION OF LIABILITY.
|
|
||||||
|
|
||||||
a. FOR ALL SOFTWARE WHETHER OR NOT AN ACTIVATION KEY IS REQUIRED
|
|
||||||
|
|
||||||
EXCEPT TO THE EXTENT PROHIBITED BY LOCAL LAW, IN NO EVENT WILL HP OR ITS
|
|
||||||
SUBSIDIARIES, AFFILIATES, DIRECTORS, OFFICERS, EMPLOYEES, AGENTS OR SUPPLIERS
|
|
||||||
BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE,
|
|
||||||
OR OTHER DAMAGES (INCLUDING LOST PROFIT, LOST DATA, OR DOWNTIME COSTS) ARISING
|
|
||||||
OUT OF THE USE, THE INABILITY TO USE, OR THE RESULTS OF USE OF THE PRODUCT,
|
|
||||||
WHETHER BASED IN WARRANTY, CONTRACT, TORT OR OTHER LEGAL THEORY, AND WHETHER
|
|
||||||
OR NOT HP WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE PRODUCT IS NOT
|
|
||||||
DESIGNED, MANUFACTURED OR INTENDED FOR USE IN THE PLANNING, CONSTRUCTION,
|
|
||||||
MAINTENANCE, OR OPERATION OF A NUCLEAR FACILITY, AIRCRAFT NAVIGATION OR
|
|
||||||
AIRCRAFT COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, LIFE SUPPORT MACHINES,
|
|
||||||
OR WEAPONS SYSTEMS (COLLECTIVELY "HIGH RISK APPLICATIONS"). YOU ARE SOLELY
|
|
||||||
LIABLE IF THE PRODUCT IS USED FOR HIGH RISK APPLICATIONS, AND YOU SHALL
|
|
||||||
INDEMNIFY, DEFEND AND HOLD HP HARMLESS FROM ALL LOSS, DAMAGE, EXPENSE OR
|
|
||||||
LIABILITY IN CONNECTION WITH SUCH USE. YOU ASSUME THE ENTIRE RISK AS TO YOUR
|
|
||||||
USE OF THE PRODUCT. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
|
|
||||||
LIMITATION OF LIABILITY FOR INCIDENTIAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE
|
|
||||||
LIMITATION MAY NOT APPLY TO YOU TO THE EXTENT PROHIBITED BY SUCH LOCAL LAWS.
|
|
||||||
|
|
||||||
b. FOR SOFTWARE REQUIRING AN ACTIVATION KEY
|
|
||||||
|
|
||||||
Notwithstanding any damages that You might incur for any reason whatsoever
|
|
||||||
(including, without limitation, all damages referenced above and all direct
|
|
||||||
or general damages), the entire liability of HP and any of its suppliers under
|
|
||||||
any provision of this EULA and Your exclusive remedy for all of the foregoing
|
|
||||||
(except for any remedy of repair or replacement if elected by HP with respect
|
|
||||||
to any breach of the Limited Warranty) shall be limited to the greater of the
|
|
||||||
amount actually paid by You for the Product or U.S. $5.00. The foregoing
|
|
||||||
limitations, exclusions and disclaimers (including Warranty above) shall apply
|
|
||||||
to the maximum extent permitted by applicable law, even if any remedy fails of
|
|
||||||
its essential purpose.
|
|
||||||
|
|
||||||
REV08/51/03 End User License Agreement
|
|
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
|
|
||||||
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssacli
|
|
||||||
exec ${SSACLI_BIN_INSTALLATION_DIR}ssacli $*
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
|
|
||||||
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssascripting
|
|
||||||
exec ${SSACLI_BIN_INSTALLATION_DIR}ssascripting $*
|
|
BIN
ssacli_3.10.3.0.orig.tar.gz.delta
Normal file
BIN
ssacli_3.10.3.0.orig.tar.gz.delta
Normal file
Binary file not shown.
1
ssacli_3.10.3.0.orig.tar.gz.id
Normal file
1
ssacli_3.10.3.0.orig.tar.gz.id
Normal file
@ -0,0 +1 @@
|
|||||||
|
890d94d024bf71c61924254acb59fbd3c461c158
|
BIN
ssacli_3.30.14.0.orig.tar.gz.delta
Normal file
BIN
ssacli_3.30.14.0.orig.tar.gz.delta
Normal file
Binary file not shown.
1
ssacli_3.30.14.0.orig.tar.gz.id
Normal file
1
ssacli_3.30.14.0.orig.tar.gz.id
Normal file
@ -0,0 +1 @@
|
|||||||
|
eb009a06f28530f943a65e650992964e3d4b6bf5
|
BIN
ssacli_3.40.3.0.orig.tar.gz.delta
Normal file
BIN
ssacli_3.40.3.0.orig.tar.gz.delta
Normal file
Binary file not shown.
1
ssacli_3.40.3.0.orig.tar.gz.id
Normal file
1
ssacli_3.40.3.0.orig.tar.gz.id
Normal file
@ -0,0 +1 @@
|
|||||||
|
3a9a14e452e5aef6168327940de12bd1b541baa1
|
Loading…
Reference in New Issue
Block a user