Compare commits
No commits in common. "709fc2f5d5c1988ebc4d54b969e87d2b32a03dc2" and "0a45e74110d6f298413b2b4ca911533138535a04" have entirely different histories.
709fc2f5d5
...
0a45e74110
@ -1,17 +1,17 @@
|
|||||||
Smart Storage Administrator Diagnostics and SSD Wear Gauge Utility CLI
|
Smart Storage Administrator Diagnostics and SmartSSD Wear Gauge Utility CLI
|
||||||
Version 5.10-44.0 (linuxX64)
|
Version 3.40-3.0
|
||||||
1/20/2021
|
12/6/2018
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
The Smart Storage Administrator Diagnostics and SSD Wear Gauge
|
Smart Storage Administrator Diagnostics and SmartSSD Wear Gauge Utility CLI
|
||||||
Utility CLI (SSADUCLI) is a command line application that creates a
|
(SSADUCLI) is a command line application that creates a report of all HPE
|
||||||
report of all storage controllers and disk drives. This report
|
Storage controllers and disk drives. This report provides vital information to
|
||||||
provides vital information to service personnel to assist in
|
HPE service personnel to assist in identifying faults or conditions that may
|
||||||
identifying faults or conditions that may require attention.
|
require attention.
|
||||||
|
|
||||||
The utility can also generate SSD Wear Gauge reports. These
|
The utility can also generate SmartSSD Wear Gauge reports. These
|
||||||
reports contain wear (usage) information for all SSD devices
|
reports contain wear (usage) information for all SmartSSD devices
|
||||||
attached to the system.
|
attached to the system.
|
||||||
|
|
||||||
* All other product names mentioned herein may be trademarks of their
|
* All other product names mentioned herein may be trademarks of their
|
||||||
@ -43,10 +43,7 @@ Linux 64-bit components:
|
|||||||
|
|
||||||
* Any platform that requires the CCISS driver should use version 3.6.28 or newer.
|
* Any platform that requires the CCISS driver should use version 3.6.28 or newer.
|
||||||
|
|
||||||
These drivers are available from:
|
These drivers are available from http://support.hpe.com.
|
||||||
http://support.hpe.com
|
|
||||||
or
|
|
||||||
http://www.microsemi.com
|
|
||||||
|
|
||||||
Supported Controllers
|
Supported Controllers
|
||||||
---------------------
|
---------------------
|
||||||
@ -96,47 +93,32 @@ Supported Controllers
|
|||||||
Smart Array P840ar Controller
|
Smart Array P840ar Controller
|
||||||
Smart Array P841 Controller
|
Smart Array P841 Controller
|
||||||
|
|
||||||
Adaptec SmartHBA-SA
|
|
||||||
Adaptec SmartHBA-SA 8i
|
|
||||||
Adaptec SmartHBA-SA 8i8e
|
|
||||||
Adaptec SmartHBA-SA 8e
|
|
||||||
Adaptec SmartHBA-SA 16i
|
|
||||||
Adaptec SmartHBA-SA 4i4e
|
|
||||||
|
|
||||||
Microsemi Adaptec HBA 1000-16i
|
|
||||||
Microsemi Adaptec HBA 1000-16e
|
|
||||||
Microsemi Adaptec HBA 1000-8i8e
|
|
||||||
Microsemi Adaptec HBA 1000-8i
|
|
||||||
Microsemi Adaptec HBA 1000-8e
|
|
||||||
|
|
||||||
Installing and running Smart Storage Administrator
|
Installing and running Smart Storage Administrator
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
Installation:
|
Installation:
|
||||||
SSADUCLI is distributed using Red Hat Package Manager (RPM) packages and
|
SSADUCLI is distributed using Red Hat Package Manager (RPM) packages.
|
||||||
.deb packages for Debian.
|
If there is an older version of SSADUCLI installed on the system, please
|
||||||
If there is an older version of SSACLI installed on the system, please
|
use "rpm -e ssaducli" to remove it first. Use "rpm -i <file name>" to
|
||||||
use "rpm -e ssacli" to remove it first. Use "rpm -i <file name>" to
|
|
||||||
install the application.
|
install the application.
|
||||||
Please type "man rpm" for other details regarding RPM.
|
Please type "man rpm" for other details regarding RPM.
|
||||||
NOTE: On Debian systems, a ".deb" package file can be installed using the
|
The software resides in /opt/smartstorageadmin/ssaducli and the executable
|
||||||
"dpkg -i ssacli.xxx.deb" command. The dpkg -r ssacli command
|
name is ssaducli which is located in /usr/sbin.
|
||||||
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.
|
|
||||||
|
|
||||||
For Debian 64 bit:
|
When attempting to run SSADUCLI on any HPE-supported version of Linux, it is
|
||||||
dpkg -i --force-architecture <file name>. ssacli requires the libunwind
|
highly recommended that you install the latest version of the HPE ProLiant
|
||||||
bit package to be installed.
|
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
|
||||||
|
|
||||||
|
To run the command-line application:
|
||||||
Running SSADUCLI:
|
|
||||||
Open a command prompt and change directory (cd) to the location
|
Open a command prompt and change directory (cd) to the location
|
||||||
where SSADUCLI is installed. This is commonly /opt/smartstorageadmin/ssaducli/bin.
|
where SSADUCLI is installed. This is commonly
|
||||||
|
/opt/smartstorageadmin/ssaducli/bin.
|
||||||
To generate a diagnostic report, enter the following command:
|
To generate a diagnostic report, enter the following command:
|
||||||
|
|
||||||
ssaducli -f adu-report.zip
|
ssaducli -f adu-report.zip
|
||||||
|
|
||||||
To generate a SSD Wear gauge report, enter the following command:
|
To generate a SmartSSD Wear gauge report, enter the following command:
|
||||||
|
|
||||||
ssaducli -ssd -f ssd-report.zip
|
ssaducli -ssd -f ssd-report.zip
|
||||||
|
|
||||||
@ -144,7 +126,7 @@ Installing and running Smart Storage Administrator
|
|||||||
|
|
||||||
Additional Notes
|
Additional Notes
|
||||||
----------------
|
----------------
|
||||||
Both the diagnostic and SSD wear gauge reports are generated in compressed
|
Both the diagnostic and SmartSSD wear gauge reports are generated in compressed
|
||||||
(ZIP) format.
|
(ZIP) format.
|
||||||
|
|
||||||
The diagnostic report output archive contains the following files:
|
The diagnostic report output archive contains the following files:
|
||||||
@ -155,21 +137,24 @@ The diagnostic report output archive contains the following files:
|
|||||||
* report.checksum => checksum file
|
* report.checksum => checksum file
|
||||||
* SlotX.txt (SlotX.old) => Controller serial output log
|
* SlotX.txt (SlotX.old) => Controller serial output log
|
||||||
|
|
||||||
|
Note: The serial output log file(s) are only available if the "HPE Storage
|
||||||
|
Agent" daemon is installed and running.
|
||||||
|
|
||||||
To view the diagnostic report in a browser, extract the ADUReport.htm. Open
|
To view the diagnostic report in a browser, extract the ADUReport.htm. Open
|
||||||
ADUReport.htm in the browser.
|
ADUReport.htm in the browser.
|
||||||
|
|
||||||
The SSD wear gauge report output archive contains the following files:
|
The SmartSSD wear gauge report output archive contains the following files:
|
||||||
|
|
||||||
* SmartSSDWearGaugeReport.txt => SSD wear gauge report in text format
|
* SmartSSDWearGaugeReport.txt => SmartSSD wear gauge report in text format
|
||||||
* SmartSSDWearGaugeReport.js => SSD wear gauge report in JSON format
|
* SmartSSDWearGaugeReport.js => SmartSSD wear gauge report in JSON format
|
||||||
* SmartSSDWearGaugeReport.htm => HTML viewer for the JSON wear gauge report
|
* SmartSSDWearGaugeReport.htm => HTML viewer for the JSON wear gauge report
|
||||||
|
|
||||||
To view the SSD wear gauge report in a browser, extract the
|
To view the SmartSSD wear gauge report in a browser, extract the
|
||||||
SmartSSDWearGaugeReport.js, SmartSSDWearGaugeReport.htm files to a
|
SmartSSDWearGaugeReport.js, SmartSSDWearGaugeReport.htm files to a
|
||||||
directory (both files must reside in the same directory). Open
|
directory (both files must reside in the same directory). Open
|
||||||
SmartSSDWearGaugeReport.htm in the browser.
|
SmartSSDWearGaugeReport.htm in the browser.
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
For support for SSADUCLI and Microsemi/Adaptec RAID controllers and
|
For support for SSADUCLI and Smart Array controllers, please visit
|
||||||
HBAs, please visit http://www.microsemi.com.
|
http://support.hpe.com
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,141 +1,338 @@
|
|||||||
PMC-Sierra, Inc. Software License Agreement
|
|
||||||
|
|
||||||
CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS. BY YOUR USE OF THE SOFTWARE
|
|
||||||
INCLUDED WITH THIS PRODUCT, YOU AGREE TO BE BOUND BY THESE TERMS, CONDITIONS,
|
|
||||||
AND REQUIREMENTS. IF YOU DO NOT AGREE TO THE LICENSE TERMS, CONDITIONS, AND
|
|
||||||
REQUIREMENTS APPLICABLE TO THE SOFTWARE, YOU ARE NOT PERMITTED TO USE THE
|
|
||||||
SOFTWARE AND MAY RETURN THE ENTIRE UNUSED HARDWARE PRODUCT FOR A FULL REFUND.
|
|
||||||
HOWEVER, THESE TERMS, CONDITIONS, AND REQUIREMENTS DO NOT APPLY TO ANY OPEN
|
|
||||||
SOURCE SOFTWARE, WHICH MAY BE DELIVERED TOGETHER WITH THE PMC-SIERRA PRODUCTS,
|
|
||||||
EXCEPT FOR THE PROVISIONS SET FORTH IN SECTION 7 AND 9 BELOW.
|
|
||||||
|
|
||||||
In return for acquiring a license to use the PMC-Sierra software ("Software")
|
PROLIANT ESSENTIALS SOFTWARE
|
||||||
and the related documentation, you agree to the following terms and conditions:
|
|
||||||
|
|
||||||
1. License. This Agreement grants You, the Licensee, a license to:
|
END USER LICENSE AGREEMENT
|
||||||
Use the Software on a single computer system or on multiple workstations,
|
|
||||||
systems and servers which incorporate an PMC-Sierra Hardware product and may
|
|
||||||
be accessed by multiple users from multiple locations. You may make as many
|
|
||||||
installations of the Software as needed, but must restrict such installation
|
|
||||||
only to systems, workstations or servers using an PMC-Sierra hardware
|
|
||||||
product.
|
|
||||||
|
|
||||||
Make one copy of the Software in machine readable form solely for back-up
|
PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY. THIS
|
||||||
purposes provided you reproduce PMC-Sierra’s copyright notice and any
|
AGREEMENT IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR SINGLE
|
||||||
proprietary legends.
|
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.
|
||||||
|
|
||||||
2. Restrictions. You may not distribute copies of the Software to others. You
|
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT,
|
||||||
may not post or otherwise make available the Software, or any portion
|
(A) IF THIS AGREEMENT IS DISPLAYED ELECTRONICALLY, YOU MAY INDICATE REJECTION
|
||||||
thereof, in any form, on the Internet. You may not use the software in a
|
OF THIS AGREEMENT BY CLICKING THE "DISAGREE" BUTTON;
|
||||||
computer service business, including in time sharing applications. The
|
(B) YOU SHALL NOT INSTALL THE SOFTWARE; AND
|
||||||
Software contains trade secrets and in order to protect them you may not
|
(C) HP DOES NOT GRANT YOU ANY RIGHTS TO USE THE SOFTWARE.
|
||||||
decompile, reverse engineer, disassemble, or otherwise reduce the Software
|
NOTWITHSTANDING THE FOREGOING, INSTALLING OR OTHERWISE USING THE SOFTWARE
|
||||||
to a human perceivable form. YOU MAY NOT MODIFY, ADAPT, TRANSLATE, RENT,
|
INDICATES YOUR ACCEPTANCE OF THE TERMS AND CONDITIONS OF THIS AGREEMENT.
|
||||||
LEASE, LOAN, RESELL FOR PROFIT, DISTRIBUTE OR CREATE DERIVATIVE WORKS BASED
|
IF YOU PURCHASED THE SOFTWARE, YOU MAY RETURN THE SOFTWARE TO THE PLACE OF
|
||||||
UPON THE SOFTWARE OR ANY PART THEREOF.
|
PURCHASE FOR A FULL REFUND.
|
||||||
|
|
||||||
3. Ownership. As Licensee, You own the media upon which the Software is
|
THE SOFTWARE PROVIDED HEREIN, IS PROVIDED BY HP AND BY THIRD PARTIES, INCLUDING
|
||||||
recorded or fixed, but PMC-Sierra and its licensors retain title, ownership
|
THE OPEN SOURCE COMMUNITY ("ANCILLARY SOFTWARE"). USE OF THE HP SOFTWARE, THE
|
||||||
and intellectual property rights of the Software recorded on the original
|
ANCILLARY SOFTWARE, ACCOMPANYING PRINTED MATERIALS, AND THE "ONLINE" OR
|
||||||
media and all subsequent copies of the Software, regardless of the form or
|
ELECTRONIC DOCUMENTATION (COLLECTIVELY THE "PRODUCT") IS CONDITIONED UPON AND
|
||||||
media in which or on which the original and other copies may exist. This
|
LIMITED BY THE FOLLOWING TERMS AND CONDITIONS, INCLUDING THE "AS IS WARRANTY
|
||||||
license is not a sale of the Software or any copy. The Software is
|
STATEMENT" AND THE TERMS AND CONDITIONS OF THE ANCILLARY SOFTWARE LICENSE
|
||||||
copyrighted by, proprietary to and a trade secret of PMC-Sierra or its
|
AGREEMENTS ("ANCILLARY SOFTWARE LICENSES").
|
||||||
licensors. The Software is protected by the copyright laws of the United
|
|
||||||
States and international copyright treaties.
|
|
||||||
|
|
||||||
4. Termination. This license is effective until terminated. This license will
|
USE OF ANCILLARY SOFTWARE SHALL BE GOVERNED BY THE ANCILLARY SOFTWARE LICENSE,
|
||||||
terminate automatically without notice if you fail to comply with any of the
|
EXCEPT THAT THE DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES
|
||||||
provisions. You may terminate the license at any time by destroying the
|
PROVISIONS CONTAINED IN THE "AS-IS WARRANTY STATEMENT" OF THIS AGREEMENT SHALL
|
||||||
Software (including the related documentation) together with all copies or
|
ALSO APPLY TO SUCH ANCILLARY SOFTWARE. HP HAS IDENTIFIED ANCILLARY SOFTWARE
|
||||||
modifications in any form. Upon termination you shall destroy all copies of
|
BY EITHER NOTING THE ANCILLARY SOFTWARE PROVIDER"S OWNERSHIP WITHIN EACH
|
||||||
the Software (including the related documentation), together with any
|
ANCILLARY SOFTWARE PROGRAM FILE AND/OR BY PROVIDING LICENSING INFORMATION IN
|
||||||
partial copies.
|
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.
|
||||||
|
|
||||||
5. Limited Warranty. PMC-Sierra and its Licensors warrant only that the media
|
IF AND ONLY IF THE PRODUCT INCLUDES SOFTWARE LICENSED UNDER THE GNU GENERAL
|
||||||
upon which the Software is furnished will be free from defects in material
|
PUBLIC LICENSE ("GPL SOFTWARE"), YOU MAY OBTAIN A COMPLETE MACHINE-READABLE
|
||||||
or workmanship under normal use and service for a period of thirty (30) days
|
COPY OF THE GPL SOFTWARE SOURCE CODE ("GPL SOURCE CODE") BY DOWNLOAD FROM A
|
||||||
from the date of delivery to you. THE FOREGOING WARRANTY EXPRESSLY EXCLUDES
|
SITE SPECIFIED IN THE FOLLOWING HP WEBSITE:
|
||||||
ANY OPEN SOURCE SOFTWARE PROVIDED TO YOU WITH THE PMC-SIERRA SOFTWARE.
|
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML.
|
||||||
PMC-SIERRA AND ITS LICENSORS DO NOT AND CANNOT WARRANT THE PERFORMANCE OR
|
UPON YOUR WRITTEN REQUEST, HP WILL PROVIDE, FOR A FEE COVERING THE COST OF
|
||||||
RESULTS YOU MAY OBTAIN BY USING THE SOFTWARE, OPEN SOURCE SOFTWARE OR
|
DISTRIBUTION, A COMPLETE MACHINE-READABLE COPY OF THE GPL SOURCE CODE, BY MAIL,
|
||||||
DOCUMENTATION. EXCEPT FOR THE FOREGOING LIMITED WARRANTY, PMC-SIERRA AND
|
TO YOU. INFORMATION ABOUT HOW TO MAKE A WRITTEN REQUEST FOR GPL SOURCE CODE
|
||||||
ITS LICENSORS MAKE NO WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
MAY BE FOUND AT THE FOLLOWING WEBSITE:
|
||||||
LIMITED, AS TO NON-INFRINGEMENT OF THIRD PARTY RIGHTS, MERCHANTABILITY OR
|
HTTP://H18004.WWW1.HP.COM/PRODUCTS/SERVERS/PROLIANTESSENTIALS/VALUEPACK/LICENSING.HTML .
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow the exclusion of
|
|
||||||
implied warranties or limitations on how long an implied warranty may last,
|
|
||||||
so the above limitations may not apply to you. This warranty gives you
|
|
||||||
specific legal rights and you may also have other rights which vary from
|
|
||||||
state to state.
|
|
||||||
|
|
||||||
The entire liability of PMC-Sierra and its licensors, and your exclusive
|
|
||||||
remedy for a breach of this warranty, shall be the replacement of any media
|
|
||||||
not meeting the above limited warranty which is returned to PMC-Sierra; or
|
|
||||||
if PMC-Sierra or its distributor is unable to deliver replacement media
|
|
||||||
which is free from defects in materials or workmanship, you may terminate
|
|
||||||
this Agreement by returning the Software and your money will be refunded.
|
|
||||||
|
|
||||||
THE FOREGOING STATES THE SOLE AND EXCLUSIVE REMEDIES PMC-SIERRA AND ITS
|
LICENSE TERMS
|
||||||
LICENSORS WILL PROVIDE FOR BREACH OF WARRANTY.
|
|
||||||
|
|
||||||
6. Limitation of Liability. IN NO EVENT WILL PMC-SIERRA OR ITS LICENSORS BE
|
SUBJECT TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND ANY RIGHTS,
|
||||||
LIABLE TO YOU FOR ANY INCIDENTAL, CONSEQUENTIAL OR INDIRECT DAMAGES,
|
LIMITATIONS AND OBLIGATIONS SET FORTH IN THE ANCILLARY SOFTWARE LICENSES:
|
||||||
INCLUDING ANY LOST PROFITS, LOST SAVINGS, OR LOSS OF DATA, EVEN IF
|
|
||||||
PMC-SIERRA OR A LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. IN NO EVENT WILL PMC-SIERRA
|
|
||||||
BE LIABLE UNDER THIS AGREEMENT FOR ANY AMOUNT IN EXCESS OF THE LICENSE FEES
|
|
||||||
YOU PAID FOR THE SOFTWARE OR, IF THE SOFTWARE WAS FREE, IN AN AMOUNT IN
|
|
||||||
EXCESS OF THE AMOUNT PAID BY YOU FOR THE HARDWARE SOLD IN CONJUNCTION WITH
|
|
||||||
THE SOFTWARE. Some states do not allow the exclusion or limitation of
|
|
||||||
special, incidental, or consequential damages, so the above limitation or
|
|
||||||
exclusion may not apply to you.
|
|
||||||
|
|
||||||
7. Export. You acknowledge that the laws and regulations of the United States
|
1. LICENSE GRANT
|
||||||
restrict the export and re-export of the Software and/or the Open Source
|
|
||||||
Software. Further, you agree that you will not export or re-export the
|
|
||||||
Software and/or the Open Source Software or media in any form without the
|
|
||||||
appropriate United States and foreign government approval.
|
|
||||||
|
|
||||||
8. U.S. Government Restricted Rights. If the Software is acquired under the
|
a. IF SOFTWARE DOES NOT REQUIRE AN ACTIVATION KEY. If the Software does
|
||||||
terms of a GSA contract, use, reproduction or disclosure is subject to the
|
not require an Activation Key and provided that You comply with all the terms
|
||||||
restrictions set forth in the applicable ADP Schedule contract. If the
|
and conditions of this Agreement, HP grants You a non-exclusive,
|
||||||
Software is acquired under the terms of a DoD or civilian agency contract,
|
non-transferable (except as provided in Section 16), worldwide (except for the
|
||||||
use, duplication or disclosure by the Government is subject to the
|
countries referenced in Section 12) license under HP's copyrights, to install,
|
||||||
restrictions of this license in accordance with 48 C.F.R. 12.212 of the
|
copy on as many computers as you need for your business, use, execute, make
|
||||||
Federal Acquisition Regulations and its successors and 48 C.F.R. 227.7202-1
|
archival or backup copies, and display ("Use") the object code version of the
|
||||||
of the DoD FAR Supplement and its successors.
|
Product on the computer(s) on which this Product is installed and in the
|
||||||
|
operating environment as identified by HP in the accompanying materials.
|
||||||
|
|
||||||
9. Open Source Software. Certain programs distributed in conjunction with the
|
b. IF SOFTWARE REQUIRES AN ACTIVATION KEY. If the Software requires an
|
||||||
Software are distributed subject to third party licensing terms, including
|
Activation Key, and provided that You comply with all terms and conditions of
|
||||||
without limitation, the GNU General Public (GPL) License available at:
|
this Agreement, then depending upon the specific hardware configuration You
|
||||||
http://www.gnu.org/licenses/gpl.txt or by writing to the Free Software
|
employ, HP grants You the following license ("License Type") and rights:
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
||||||
The source code for the programs licensed under the GPL is available to You,
|
|
||||||
for a period of three (3) years from the date of first commercial
|
|
||||||
distribution of the Software, upon request by contacting PMC-Sierra in
|
|
||||||
writing at 1380 Bordeaux Drive, Sunnyvale, California 94089,
|
|
||||||
ATTN: Legal Department, Open Source Request. PMC-Sierra will only charge
|
|
||||||
you the actual cost of the medium used to distribute the source code for
|
|
||||||
these programs and the cost of shipping. More details regarding the open
|
|
||||||
source software and the applicable open source licenses are available in the
|
|
||||||
README files.
|
|
||||||
|
|
||||||
10. General. You agree this is the complete agreement concerning this license.
|
Authorized Copies. You are licensed to install, make Authorized Copies
|
||||||
In order to amend this license, a writing executed by both parties is
|
of (as defined in this section), execute, and display ("Use") the object code
|
||||||
required. You assume full responsibility for the legal and responsible use
|
version of the Product on an equivalent number of Computers, Host/Client Pairs,
|
||||||
of the Software. This license shall be governed by California law as such
|
Computer Nodes, or Clustered Computers (as defined in the table below) as you
|
||||||
law applies to agreements between California residents entered into and to
|
have Authorized Copies. Authorized Copies is defined as the number of copies
|
||||||
be performed within California, except as governed by Federal law. Should
|
that you have paid for as stated in the invoice or comparable document
|
||||||
any provision of this license be declared unenforceable in any jurisdiction,
|
evidencing an authorized quantity.
|
||||||
then such provision shall be deemed to be severable from this license and
|
|
||||||
shall not affect the remainder hereof. All rights in the Software not
|
|
||||||
specifically granted in this license are reserved by PMC-Sierra.
|
|
||||||
|
|
||||||
If you have any questions concerning this license, contact:
|
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.
|
||||||
|
|
||||||
PMC-Sierra, Inc.
|
------------------------------------------------------------------------------
|
||||||
Legal Department
|
Node/Client A set of computers with a You have a right to install and
|
||||||
1380 Bordeaux Drive
|
minimum of one host and one Use the Product on a Host/Client
|
||||||
Sunnyvale, California 94089
|
client connected to each Pair or a Single Node. Copies
|
||||||
phone: (408) 239-8000
|
other ("Host/Client Pair"), of the Product installed on a
|
||||||
fax: (408) 492-1157
|
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.
@ -1,49 +1,41 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<manifest schema_version="2.0.0.0">
|
<manifest schema_version="2.0.0.0">
|
||||||
<meta lang="en">
|
<meta lang="en">
|
||||||
<product id="7a0e2103ab3d449ea173c873ce94c871">
|
<product id="76473ecbae4849129ae6336d910a3b6f">
|
||||||
<product_version>
|
<product_version>
|
||||||
<id product="7a0e2103ab3d449ea173c873ce94c871" version="f86788fdfc8b43e6805bf3232834c3b2" lucid_version="ssaducli.linux.x64@5.10.44.0__pubsw-linux_de,en,es,fr,it,ja"/>
|
<id product="76473ecbae4849129ae6336d910a3b6f" version="c8ad8ffbe6cb4ea7a86e13e482df571d" lucid_version="hpessaducli.linux.x64@3.40.3.0__pubsw-linux_de,en,es,fr,it,ja"/>
|
||||||
<different>new</different>
|
<different>new</different>
|
||||||
<build number="10"/>
|
<build number="17"/>
|
||||||
<type id="publishablesoftware-linux"/>
|
<type id="publishablesoftware-linux"/>
|
||||||
<name>
|
<name>
|
||||||
<name_xlate lang="en">Smart Storage Administrator Diagnostic Utility (SSADU) CLI for Linux 64-bit</name_xlate>
|
<name_xlate lang="en">HPE Smart Storage Administrator Diagnostic Utility (HPE SSADU) CLI for Linux 64-bit</name_xlate>
|
||||||
</name>
|
</name>
|
||||||
<alt_name>
|
<alt_name>
|
||||||
<alt_name_xlate lang="en">Smart Storage Administrator Diagnostic Utility (SSADU) CLI for Linux 64-bit</alt_name_xlate>
|
<alt_name_xlate lang="en">HPE Smart Storage Administrator Diagnostic Utility (HPE SSADU) CLI for Linux 64-bit</alt_name_xlate>
|
||||||
</alt_name>
|
</alt_name>
|
||||||
<version value="5.10.44.0" revision="" type_of_change="0"/>
|
<version value="3.40.3.0" revision="" type_of_change="0"/>
|
||||||
<manufacturer_name>
|
<manufacturer_name>
|
||||||
<manufacturer_name_xlate lang="en">Hewlett Packard Enterprise</manufacturer_name_xlate>
|
<manufacturer_name_xlate lang="en">Hewlett Packard Enterprise</manufacturer_name_xlate>
|
||||||
</manufacturer_name>
|
</manufacturer_name>
|
||||||
<operating_systems>
|
<operating_systems>
|
||||||
<operating_system key="2951">
|
|
||||||
<operating_system_xlate>SUSE LINUX Enterprise Server 11 (AMD64/EM64T)</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
<operating_system key="3359">
|
<operating_system key="3359">
|
||||||
<operating_system_xlate>Red Hat Enterprise Linux 6 Server (x86-64)</operating_system_xlate>
|
<operating_system_xlate>Red Hat Enterprise Linux 6 Server (x86-64)</operating_system_xlate>
|
||||||
</operating_system>
|
</operating_system>
|
||||||
<operating_system key="4196">
|
<operating_system key="4196">
|
||||||
<operating_system_xlate>Red Hat Enterprise Linux 7 Server</operating_system_xlate>
|
<operating_system_xlate>Red Hat Enterprise Linux 7 Server</operating_system_xlate>
|
||||||
</operating_system>
|
</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 key="4199">
|
||||||
<operating_system_xlate>SUSE Linux Enterprise Server 12</operating_system_xlate>
|
<operating_system_xlate>SUSE Linux Enterprise Server 12</operating_system_xlate>
|
||||||
</operating_system>
|
</operating_system>
|
||||||
<operating_system key="9677">
|
|
||||||
<operating_system_xlate>Red Hat Enterprise Linux 8 Server</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
<operating_system key="9398">
|
|
||||||
<operating_system_xlate>SUSE Linux Enterprise Server 15</operating_system_xlate>
|
|
||||||
</operating_system>
|
|
||||||
</operating_systems>
|
</operating_systems>
|
||||||
<products>
|
<products>
|
||||||
<product rom="U46"/>
|
|
||||||
<product rom="A40"/>
|
<product rom="A40"/>
|
||||||
<product rom="U50"/>
|
<product rom="U23"/>
|
||||||
<product rom="U37"/>
|
<product rom="U37"/>
|
||||||
<product rom="U36"/>
|
<product rom="U36"/>
|
||||||
<product rom="A43"/>
|
|
||||||
<product rom="U34"/>
|
<product rom="U34"/>
|
||||||
<product rom="U33"/>
|
<product rom="U33"/>
|
||||||
<product rom="U32"/>
|
<product rom="U32"/>
|
||||||
@ -60,30 +52,28 @@
|
|||||||
<product rom="P95"/>
|
<product rom="P95"/>
|
||||||
<product rom="U39"/>
|
<product rom="U39"/>
|
||||||
<product rom="O42"/>
|
<product rom="O42"/>
|
||||||
<product rom="A46"/>
|
<product rom="U44"/>
|
||||||
<product rom="I39"/>
|
<product rom="I39"/>
|
||||||
<product rom="I38"/>
|
<product rom="I38"/>
|
||||||
|
<product rom="U25"/>
|
||||||
<product rom="I37"/>
|
<product rom="I37"/>
|
||||||
<product rom="I36"/>
|
<product rom="I36"/>
|
||||||
<product rom="U24"/>
|
<product rom="U24"/>
|
||||||
<product rom="U25"/>
|
<product rom="U43"/>
|
||||||
<product rom="U40"/>
|
<product rom="U40"/>
|
||||||
<product rom="U41"/>
|
<product rom="U41"/>
|
||||||
<product rom="U20"/>
|
<product rom="U20"/>
|
||||||
<product rom="U21"/>
|
<product rom="U21"/>
|
||||||
<product rom="U22"/>
|
<product rom="U22"/>
|
||||||
<product rom="U23"/>
|
<product rom="A41"/>
|
||||||
<product rom="A48"/>
|
<product rom="U45"/>
|
||||||
<product rom="Carbondale14"/>
|
<product rom="Carbondale14"/>
|
||||||
<product rom="U19"/>
|
<product rom="U19"/>
|
||||||
<product rom="P89"/>
|
<product rom="P89"/>
|
||||||
<product rom="U47"/>
|
|
||||||
<product rom="A47"/>
|
|
||||||
<product rom="U18"/>
|
<product rom="U18"/>
|
||||||
<product rom="P86"/>
|
<product rom="P86"/>
|
||||||
<product rom="P85"/>
|
<product rom="P85"/>
|
||||||
<product rom="U27"/>
|
<product rom="U27"/>
|
||||||
<product rom="A42"/>
|
|
||||||
<product rom="I42"/>
|
<product rom="I42"/>
|
||||||
<product rom="I43"/>
|
<product rom="I43"/>
|
||||||
<product rom="I40"/>
|
<product rom="I40"/>
|
||||||
@ -106,18 +96,24 @@
|
|||||||
<languages langlist="fr,en,de,it,ja,es">
|
<languages langlist="fr,en,de,it,ja,es">
|
||||||
<languages_xlate lang="en">French,English (US),German,Italian,Japanese,Spanish</languages_xlate>
|
<languages_xlate lang="en">French,English (US),German,Italian,Japanese,Spanish</languages_xlate>
|
||||||
</languages>
|
</languages>
|
||||||
<release_date year="2021" month="02" day="19" hour="00" minute="00" second="00"/>
|
<release_date year="2018" month="06" day="30" hour="15" minute="46" second="57"/>
|
||||||
<description>
|
<description>
|
||||||
<description_xlate lang="en"><![CDATA[The Smart Storage Administrator Diagnostic Utility CLI is a commandline-based disk configuration program for Smart Array Controllers and any supported devices, including providing SmartSSD Wear Gauge information for supported drives.]]></description_xlate>
|
<description_xlate lang="en"><![CDATA[The HPE Smart Storage Administrator Diagnostic Utility CLI is a commandline-based disk configuration program for Smart Array Controllers and any supported devices, including providing HPE SmartSSD Wear Gauge information for supported drives.]]></description_xlate>
|
||||||
</description>
|
</description>
|
||||||
<prerequisite_notes/>
|
<prerequisite_notes/>
|
||||||
<installation_notes>
|
<installation_notes>
|
||||||
<installation_notes_xlate lang="en">
|
<installation_notes_xlate lang="en">
|
||||||
<installation_notes_xlate_part><![CDATA[<ul>
|
<installation_notes_xlate_part><![CDATA[<ul>
|
||||||
<li>SSADUCLI is distributed using Red Hat Package Manager (RPM) packages.</li>
|
<li>HPE SSADUCLI is distributed using Red Hat Package Manager (RPM) packages.</li>
|
||||||
<li>If there is an older version of SSADUCLI installed on the system, please use "rpm -e ssacli" to remove it first.</li>
|
</ul>
|
||||||
<li>Use "rpm -i <file name>" to install the application.</li>
|
|
||||||
<li>Please type "man rpm" for other details regarding RPM.</li>
|
<ul>
|
||||||
|
<li>If there is an older version of HPE SSADUCLI installed on the system (Before version 2.60.18.0), please use "rpm -e hpssaducli" to remove it first.</li>
|
||||||
|
<li>If there is an older version of HPE SSADUCLI installed on the system (2.60.18.0 and later), please use "rpm -e ssaducli" to remove it first.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Use "rpm -i " to install the application.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></installation_notes_xlate_part>
|
]]></installation_notes_xlate_part>
|
||||||
</installation_notes_xlate>
|
</installation_notes_xlate>
|
||||||
@ -127,12 +123,10 @@
|
|||||||
<upgrade_requirement value="Optional"/>
|
<upgrade_requirement value="Optional"/>
|
||||||
<prerequisites>
|
<prerequisites>
|
||||||
<supported_operating_systems>
|
<supported_operating_systems>
|
||||||
<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="6" minor="0" sr="OEM" name="Red Hat Enterprise Linux 6 Server (x86-64)"/>
|
|
||||||
<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_system platform="suse_linux_enterprise_server_x86_64" major="12" minor="0" sr="OEM" name="SUSE Linux Enterprise Server 12"/>
|
<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="8" minor="0" sr="OEM" name="Red Hat Enterprise Linux 8 Server"/>
|
<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="15" minor="0" sr="OEM" name="SUSE Linux Enterprise Server 15"/>
|
<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_operating_systems>
|
||||||
<supported_devices/>
|
<supported_devices/>
|
||||||
<required_diskspace/>
|
<required_diskspace/>
|
||||||
@ -143,8 +137,8 @@
|
|||||||
<command/>
|
<command/>
|
||||||
<command_params/>
|
<command_params/>
|
||||||
<reboot_required value="no"/>
|
<reboot_required value="no"/>
|
||||||
<reboot_details value="Optional">
|
<reboot_details value="No">
|
||||||
<reboot_details_xlate lang="en">Reboot is optional after installation. Updates will be effective after reboot. Hardware stability will be maintained without reboot.</reboot_details_xlate>
|
<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>
|
</reboot_details>
|
||||||
<per_device_install_time_seconds>0</per_device_install_time_seconds>
|
<per_device_install_time_seconds>0</per_device_install_time_seconds>
|
||||||
</install>
|
</install>
|
||||||
@ -162,13 +156,13 @@
|
|||||||
</sw_key>
|
</sw_key>
|
||||||
</sw_keys_and>
|
</sw_keys_and>
|
||||||
</sw_keys>
|
</sw_keys>
|
||||||
<filename>ssaducli-5.10-44.0.x86_64.rpm</filename>
|
<filename>ssaducli-3.40-3.0.x86_64.rpm</filename>
|
||||||
<component_config/>
|
<component_config/>
|
||||||
<files>
|
<files>
|
||||||
<file size="4MB" bytes="4224204" date_modified="2021-02-16T11:12:15" md5sum="" sha1sum="" version="5.10" release="44.0">
|
<file size="3MB" bytes="3942317" date_modified="2018-12-10T21:22:30" md5sum="" sha1sum="" version="3.40" release="3.0">
|
||||||
<name>ssaducli-5.10-44.0.x86_64.rpm</name>
|
<name>ssaducli-3.40-3.0.x86_64.rpm</name>
|
||||||
<url id="http://ftp.hp.com"/>
|
<url id="http://ftp.hp.com"/>
|
||||||
<url id="file://.">file://./packages/ssaducli-5.10-44.0.x86_64.rpm</url>
|
<url id="file://.">file://./packages/ssaducli-3.40-3.0.x86_64.rpm</url>
|
||||||
<file_list>
|
<file_list>
|
||||||
<file>./opt/smartstorageadmin/ssaducli</file>
|
<file>./opt/smartstorageadmin/ssaducli</file>
|
||||||
<file>./opt/smartstorageadmin/ssaducli/README.TXT</file>
|
<file>./opt/smartstorageadmin/ssaducli/README.TXT</file>
|
||||||
@ -185,9 +179,11 @@
|
|||||||
<file_details/>
|
<file_details/>
|
||||||
<revision_history>
|
<revision_history>
|
||||||
<revision>
|
<revision>
|
||||||
<version value="5.10.44.0" revision="" type_of_change="0"/>
|
<version value="3.40.3.0" revision="" type_of_change="0"/>
|
||||||
<revision_enhancements_xlate lang="en">
|
<revision_enhancements_xlate lang="en">
|
||||||
<revision_enhancements_xlate_part><![CDATA[<p>Adding support to the HPE SR Gen10 Plus Controllers.</p>
|
<revision_enhancements_xlate_part><![CDATA[<ul>
|
||||||
|
<li>Supports Online Firmware Activation reporting</li>
|
||||||
|
</ul>
|
||||||
]]></revision_enhancements_xlate_part>
|
]]></revision_enhancements_xlate_part>
|
||||||
</revision_enhancements_xlate>
|
</revision_enhancements_xlate>
|
||||||
<revision_fixes_xlate lang="en">
|
<revision_fixes_xlate lang="en">
|
||||||
@ -195,9 +191,12 @@
|
|||||||
</revision_fixes_xlate>
|
</revision_fixes_xlate>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version/>
|
<version value="3.30.14.0" type_of_change="1"/>
|
||||||
<revision_enhancements_xlate lang="en">
|
<revision_enhancements_xlate lang="en">
|
||||||
<revision_enhancements_xlate_part/>
|
<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_enhancements_xlate>
|
||||||
<revision_fixes_xlate lang="en">
|
<revision_fixes_xlate lang="en">
|
||||||
<revision_fixes_xlate_part/>
|
<revision_fixes_xlate_part/>
|
||||||
|
@ -59,7 +59,6 @@ popd
|
|||||||
VER=`cat $WORK_DIR/version.txt`
|
VER=`cat $WORK_DIR/version.txt`
|
||||||
echo "Importing $DIR/../$FILENAME as $VER into git"
|
echo "Importing $DIR/../$FILENAME as $VER into git"
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
amd64!ssaducli!5.10.44.0!ssaducli-3.40-3.0.x86_64.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/ssaducli-5.10-44.0.x86_64.rpm!f6268fa734e53431ebe274998a5999ef
|
amd64!ssaducli!3.40.3.0!ssaducli-3.40-3.0.x86_64.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/ssaducli-3.40-3.0.x86_64.rpm!8c0ae5e9f34d89ed71e1322c88a6f223
|
||||||
i386!ssaducli!5.10.44.0!ssaducli-2.60-18.0.i386.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/CentOS/6/i686/current/ssaducli-2.60-18.0.i386.rpm!6aab9ee65a0f033242217027fa05ae33
|
i386!ssaducli!3.40.3.0!ssaducli-2.60-18.0.i386.rpm!https://downloads.linux.hpe.com/SDR/repo/mcp/CentOS/6/i686/current/ssaducli-2.60-18.0.i386.rpm!6aab9ee65a0f033242217027fa05ae33
|
||||||
|
Loading…
x
Reference in New Issue
Block a user