Power Control
Power Control
===============================================================================
SeaChest_PowerControl - Seagate drive utilities
Copyright (c) 2014-2023 Seagate Technology LLC and/or its Affiliates, All Rights
Reserved
See Version History below.
===============================================================================
Welcome to Seagate's SeaChest_PowerControl diagnostic software.
There are, roughly, three general frameworks for disk drive power management.
The earlier specification is part of Advanced Power Management (APM) which
provided controls over many devices in a system, including disk drives. APM
has since been replaced by a new framework called Extended Power Controls
(EPC). Seagate's implementation of EPC began to phase in starting in 2010 and
is named by the marketing term "PowerChoice". Seagate PowerChoice
technology‚ specifically developed for enterprise environments‚ offers more
energy efficiency and control over the amount of power hard drives consume.
You may need to learn what capabilities for power management your drive offers,
such as supporting APM or EPC, and maybe both. See the commands
--showEPCSettings or --showAPMLevel(SATA Only) or --deviceInfo for various
reports containing power settings and features supported. Most enterprise
drives after 2016 only support EPC (PowerChoice).
The third and newest drive power management framework exists for SATA drives
and is named PowerBalance. Seagate's PowerBalance feature will adjust drive
performance during random operations to reduce power consumption of the drive.
Tests and commands which are completely data safe will run on any disk drive.
Tests and commands which change the drive (like firmware download or data
erasure or setting the maximum capacity, etc) are limited to Seagate disk
drives (this includes Seagate, Maxtor, Samsung and LaCie). Be careful using
SeaChest because some of the features, like the data erasure options, will
cause data loss. Seagate is not responsible for lost user data.
Note: One gigabyte, or GB, equals one billion bytes when referring to hard
drive capacity. This software may use information provided by the operating
system to display capacity and volume size. The Windows file system uses a
binary calculation for gibibyte or GiB (2^30) which causes the abbreviated size
to appear smaller. The total number of bytes on a disk drive divided by the
decimal calculation for gigabyte or GB (10^9) shows the expected abbreviated
size. See this FAQ for more information
<http://knowledge.seagate.com/articles/en_US/FAQ/172191en?language=en_US>.
If this is your drive, you should always keep a current backup of your
important data.
Examples - Linux
================
sudo SeaChest_PowerControl --scan
sudo SeaChest_PowerControl -d /dev/sg2 -i
sudo SeaChest_PowerControl -d /dev/sg1 --deviceInfo
sudo SeaChest_PowerControl -d /dev/sg3 --showEPCSettings
sudo SeaChest_PowerControl -d /dev/sg2 --idle_a 5000
sudo SeaChest_PowerControl -d /dev/sg1 --idle_b disable
sudo SeaChest_PowerControl -d /dev/sg3 --transitionPower standby_z
sudo SeaChest_PowerControl -d /dev/sg45 --idle_a 5000 --standby_z 30000 --
idle_b enable --idle_c disable
Examples - Windows
==================
SeaChest_PowerControl --scan
SeaChest_PowerControl -d PD0 -i
SeaChest_PowerControl -d PD1 --deviceInfo
SeaChest_PowerControl -d PD3 --showEPCSettings
SeaChest_PowerControl -d PD2 --idle_a 5000
SeaChest_PowerControl -d PD1 --idle_b disable
SeaChest_PowerControl -d PD3 --transitionPower standby_z
SeaChest_PowerControl -d PD45 --idle_a 5000 --standby_z 30000 --idle_b
enable --idle_c disable
===================================================================================
=======
SeaChest_PowerControl - Seagate drive utilities - NVMe Enabled
Copyright (c) 2014-2023 Seagate Technology LLC and/or its Affiliates, All Rights
Reserved
SeaChest_PowerControl Version: 3.4.0-6_2_0 X86_64
Build Date: Dec 1 2023
Today: Mon Dec 4 10:44:17 2023 User: current user
===================================================================================
=======
Usage
=====
SeaChest_PowerControl [-d <sg_device>] {arguments} {options}
Examples
========
SeaChest_PowerControl --scan
SeaChest_PowerControl -d /dev/sg<#> -i
SeaChest_PowerControl -d /dev/sg<#> --SATInfo
SeaChest_PowerControl -d /dev/sg<#> --llInfo
SeaChest_PowerControl -d /dev/sg<#> --checkPowerMode
SeaChest_PowerControl -d /dev/sg<#> --showEPCSettings
SeaChest_PowerControl -d /dev/sg<#> --idle_a 5000
SeaChest_PowerControl -d /dev/sg<#> --idle_b disable
SeaChest_PowerControl -d /dev/sg<#> --transitionPower standby_z
SeaChest_PowerControl -d /dev/sg<#> --spinDown
SeaChest_PowerControl -d /dev/sg<#> --transitionPowerState 1
SeaChest_PowerControl -d /dev/sg<#> --showNVMPowerStates
SeaChest_PowerControl -d /dev/sg<#> --idle_a 5000 --standby_z 30000 --idle_b
enable --idle_c disable
SeaChest_PowerControl -d /dev/sg<#> --showPowerTelemetry
SeaChest_PowerControl -d /dev/sg<#> --requestPowerMeasurement 120 --
powerMeasurementMode 12
SeaChest_PowerControl -d /dev/sg<#> --EPCfeature enable
SeaChest_PowerControl -d /dev/sg<#> --standby 15000
SeaChest_PowerControl -d /dev/sg<#> --idle 5000
SeaChest_PowerControl -d /dev/sg<#> --showAPMLevel
SeaChest_PowerControl -d /dev/sg<#> --setAPMLevel 128
SeaChest_PowerControl -d /dev/sg<#> --showPowerConsumption
SeaChest_PowerControl -d /dev/sg<#> --setPowerConsumption 12
SeaChest_PowerControl -d /dev/sg<#> --setPowerConsumption lowest
Return codes
============
Generic/Common exit codes
0 = No Error Found
1 = Error in command line options
2 = Invalid Device Handle or Missing Device Handle
3 = Operation Failure
4 = Operation not supported
5 = Operation Aborted
6 = File Path Not Found
7 = Cannot Open File
8 = File Already Exists
9 = Need Elevated Privileges
Anything else = unknown error
Utility Options
===============
--echoCommandLine
Echo the command line entered into the utility on the screen.
--enableLegacyUSBPassthrough
Only use this option on old USB or IEEE1394 (Firewire)
products that do not otherwise work with the tool.
This option will enable a trial and error method that
attempts sending various ATA Identify commands through
vendor specific means. Because of this, certain products
that may respond in unintended ways since they may interpret
these commands differently than the bridge chip the command
was designed for.
--forceATA
Using this option will force the current drive to
be treated as a ATA drive. Only ATA commands will
be used to talk to the drive.
--forceATADMA (SATA Only)
Using this option will force the tool to issue SAT
commands to ATA device using the protocol set to DMA
whenever possible (on DMA commands).
This option can be combined with --forceATA
--forceSCSI
Using this option will force the current drive to
be treated as a SCSI drive. Only SCSI commands will
be used to talk to the drive.
-h, --help
Show utility options and example usage (this output you see now)
Please report bugs/suggestions to [email protected].
Include the output of --version information in the email.
--license
Display the Seagate End User License Agreement (EULA).
--noBanner
Use this option to suppress the text banner that displays each time
openSeaChest is run.
--onlySeagate
Use this option to match only Seagate drives for the options
provided
-q, --quiet
Run SeaChest_PowerControl in quiet mode. This is the same as
-v 0 or --verbose 0
-v [0-4], --verbose [0 | 1 | 2 | 3 | 4]
Show verbose information. Verbosity levels are:
0 - quiet
1 - default
2 - command descriptions
3 - command descriptions and values
4 - command descriptions, values, and data buffers
Example: -v 3 or --verbose 3
-V, --version
Show SeaChest_PowerControl version and copyright information & exit
Utility Arguments
=================
-d, --device [deviceHandle | all]
Use this option with most commands to specify the device
handle on which to perform an operation. Example: /dev/sg<#>
To run across all devices detected in the system, use the
"all" argument instead of a device handle.
Example: -d all
NOTE: The "all" argument is handled by running the
specified options on each drive detected in the
OS sequentially. For parallel operations, please
use a script opening a separate instance for each
device handle.
-i, --deviceInfo
Show information and features for the storage device
--llInfo
Dump low-level information about the device to assist with debugging.
-s, --scan
Scan the system and list all storage devices with logical
/dev/sg<#> assignments. Shows model, serial and firmware
numbers. If your device is not listed on a scan immediately
after booting, then wait 10 seconds and run it again.
-S, --Scan
This option is the same as --scan or -s,
however it will also perform a low level rescan to pick up
other devices. This low level rescan may wake devices from low
power states and may cause the OS to re-enumerate them.
Use this option when a device is plugged in and not discovered in
a normal scan.
NOTE: A low-level rescan may not be available on all interfaces or
all OSs. The low-level rescan is not guaranteed to find additional
devices in the system when the device is unable to come to a ready
state.
--SATInfo
Displays SATA device information on any interface
using both SCSI Inquiry / VPD / Log reported data
(translated according to SAT) and the ATA Identify / Log
reported data.
--testUnitReady
Issues a SCSI Test Unit Ready command and displays the
status. If the drive is not ready, the sense key, asc,
ascq, and fru will be displayed and a human readable
translation from the SPC spec will be displayed if one
is available.
--fastDiscovery
Use this option to issue a fast scan on the specified drive.
--checkPowerMode
Get the current power mode of a drive.
On SCSI devices, this will only work if the drive has
transitioned from active state to another state.
WARNING: The EPC settings may affect all LUNs/namespaces for devices
with multiple logical units or namespaces.
--showEPCSettings
Use this option to show the current EPC settings on the screen.
Only drives supporting the EPC feature will show this data and
only supported power conditions will be shown.
NOTE: Power measurements are for the full device, not individual
logical units. All logical units will be measured for this data.
--spinDown
Removes power to the disk drive motor with the Standby Immediate
command. Use this before moving a hard disk drive. The drive
will spin back up if the operating system selects the drive.
This means that an active drive will not stay spun down.
ATA drives can only change the standby timer, not disable it.
On ATA drives, the standby timer set by this command is volatile
and drive defaults are restored on next power cycle.
SATA Only:
=========
--disableAPM (SATA Only)
Use this option to disable the APM feature on a device.
Note: This command is optional and some device may not
disabling the APM feature.
SAS Only:
=========
--idle [ enable | disable | default | timerValueMilliseconds ] (SAS Only)
Use this setting to change the idle power mode settings.
NOTE: This is the legacy idle timer before EPC drives.
If this is used on an EPC drive, this will modify
the idle_a power state and timer values.
enable - enable the power state
disable - disable the power state
default - restore default settings for this power state
timerValue - number of milliseconds to set for the timer
used in this power state. If a timer is provided
the state will also be enabled, if not already.
Spec timers are set in 100 millisecond increments.
Timers will be truncated to fit 100 millisecond
increments.
WARNING: Changing SAS Phy partial may affect all LUNs/namespaces for
devices
with multiple logical units or namespaces.
WARNING: Changing SAS Phy slumber may affect all LUNs/namespaces for
devices
with multiple logical units or namespaces.
NVMe Only:
=========
--showNVMPowerStates (NVMe Only)
Use this option to display a device's supported power states.
--transitionPowerState [new power state] (NVMe Only)
Use this option to transition to a specific power state.
WARNING: Transitioning the drive to a non-operational power state
may make the device stop responding. The operating system
may or may not block this transition. It is recommended
to only use this option for operational power states
HINT:
Use --showNVMPowerStates to view the supported states
================
Tool Usage Hints
================
See Sample Output examples below.
First, run the SeaChest -s option to determine what /dev/sg? or PD? device
handle assignment lines up to your disk drive. This option will also show you
other details about the drive including the current firmware revision.
Linux:
Vendor Handle Model Number Serial Number FwRev
ATA /dev/sg0 ST94813AS 3AA043KP 3.03
SEAGATE /dev/sg1 ST1000NM0011 ZAA15VAS SN03
Windows:
Vendor Handle Model Number Serial Number FwRev
IDE PD0 ST94813AS 3AA043KP 3.03
SEAGATE PD1 ST1000NM0011 ZAA15VAS SN03
You can use SeaChest -s --onlySeagate to limit the display to just Seagate.
All utility arguments will require you to identify the specific drive by
providing the sg or PD device handle (-d, --device).
You may combine multiple tests with a single command line. For example,
in Linux, SeaChest_Basics -d /dev/sg0 -i --smartCheck runs both identify and
SMART. In Windows, SeaChest_Basics -d PD0 -i --smartCheck runs both
identify and SMART.
Multiple device handles can be given by adding -d /dev/sg# for each additional
handle. Devices are processed in sequential order. For example, in Linux,
SeaChest_Basics -d /dev/sg0 -d /dev/sg3 -i runs identify on these two
devices. In Windows, SeaChest_Basics -d PD0 -d PD3 -i runs identify on
these two devices.
Caution: All device handles may be specified. However, great care should be
taken to fully anticipate the consequences of running a command on all storage
devices in a system. For example, a command to erase data on all drives could
be catastrophic or exactly what you want. The shortcut to select all devices is
-d all. Seagate is not responsible for lost user data. Along with the
designation for all devices, you can narrow the tasks to specific types of
drives by using the --onlySeagate, --modelMatch and --onlyFW filters.
If the task is an OFFLINE command like format unit or short DST, meaning that
the drive works on the task in the background and the tool quickly returns to
the command prompt (there is little or no I/O to the system), then you can
expect the system to run normally. If the task has high I/O to the system like
a sequential read of all sectors on the drive, then you can expect the system
to slow down with each additional device.
The discussion above is about starting SEQUENTIAL tests, or one after the
other. When the task does not return to the command prompt for a very long
time, then you have a few options to run tests in PARALLEL, also called
simultaneous, in other words all at the same time. One way is to start
different drives in different Terminal windows, if available. There are other
more sophisticated methods using parallel processing, for information about
these methods please see the information at this link:
https://github.com/Seagate/ToolBin/tree/master/SeaChest/parallel_testing
Tests which take a very long time to complete or erase all user data on the
drive will require a longer command line argument than indicated in the --help
output to the screen. This approach is taken to eliminate the possibility of
accidental data loss or the commitment of long test times. The longer command
arguments are similar to -I-understand-this-command-will-take-a-long-time or
-I-understand-this-command-will-erase-all-data.
Tests which alter the firmware or erase user data on the drive are limited to
Seagate-only products which include Seagate, Maxtor, Samsung and LaCie.
Advanced SAS installations may use dual ports. These are listed as Port 0 and
Port 1 on the device information report. When both ports are active, each one
may have a unique /dev/sg designation. The scan option may indicate that there
are two drives in the system with the same serial number. Dual port
installations will also report two different Worldwide Numbers (WWN).
When drives are in a RAID, the PD device handle is usually not available and
the CSMI handle may provide an alternate way to talk to the drive. Just
because a device has a CSMI handle doesn't mean it is part of a RAID.
If you want to see both handles, add --scanFlags allowDuplicates to the command
line. If you don't want to see any CSMI devices, add --scanFlags ignoreCSMI to
the command line. SeaChest_Info -d csmi:?:?:? --csmiInfo is useful when
troubleshooting CSMI device handles questions.
=========================
Linux General Usage Hints
=========================
Remember that Linux file names and command line arguments are cAsE SeNsiTiVe.
The tool will require root privileges to run using either sudo or su commands.
Also, verify that the tool has executable rights.
Shut down the files system and remove the power with the command:
poweroff
Save a log file by redirecting the screen output to a text file by adding space
&>test.log at the end of your command line. Choose your own file name. To
append the screen output to an existing log file use >>test.log.
To save a log and display results at the conclusion of the tests, you can use
the "tee" command. Tee command writes to the STDOUT and to a file.
For example,
SeaChest --echoCommandLine -d /dev/sg0 -i --smartCheck | tee -a mySeaChestLog.txt
Display a log or text file with the Linux "less" command: less myfile.log
Press the letter q to quit displaying the file. Similarly, you can easily
read the Seagate License agreement by piping the output to the less
command with SeaChest --license |less
sg devices include the following interfaces: SATA, USB, SCSI (SCSI, SAS and FC)
Add the command word 'time' on the same command line before the SeaChest
command to see how much time it takes to run a test.
For example, time ./SeaChest -d /dev/sg0 --shortDST --poll
You need to do "modprobe sg" as root to load the sg module (since it wasn't
compiled into the kernel), then you will get sg devices that we can scan and
find. Once you run the modprobe command and sg is successfully loaded, then you
can re-run "ls /dev/sg*" and see SG device nodes. SeaChest tools should
then be able to find devices once again.
If your notebook has a Thunderbolt interface connection then you may be able to
test a wide range of devices. External Thunderbolt expansion systems provide a
PCIe slot in a chassis that can hold a SAS, NVMe, or SATA host adapter. The
host adapters would have cables that go out to your test bench where you would
provide the drive and an external power supply for the drives. Thunderbolt 2
expansion systems work in Linux by default. Thunderbolt 3 expansion systems
need to be enabled in the kernel with boot time options before it will be
recognized by the Linux operating system. See
https://www.kernel.org/doc/html/v4.14/admin-guide/thunderbolt.html for
information about how to activate the interface.
===========================
Windows General Usage Hints
===========================
The tool will require Administrative privileges to run.
Also, verify that the tool has executable rights.
Save a log file by redirecting the screen output to a text file by adding space
&>test.log at the end of your command line. Choose your own file name. To
append the screen output to an existing log file use >>test.log.
To save a log and display results at the conclusion of the tests, you can use
the powershell "tee" command. Tee command writes to the STDOUT and to a file.
For example:
powershell ".\SeaChest --echoCommandLine -d PD1 --smartCheck | tee -append
mySeaChestLog.txt"
This is a command line tool and the requirement is to open a Command Prompt as
Administrator. There are two easy ways to do this:
1. Windows Accessories, right-click the Command Prompt icon and select Run as
Administrator.
2. Click Windows Start. In the Start Search box, type cmd, and then press
CTRL+SHIFT+ENTER.
Then change drives or directory to where the SeaChest utility is located and
run the tool file name from there.
================================
How PowerChoice Technology Works
================================
See the Seagate technology paper "Seagate' PowerChoice' Technology Provides
Unprecedented Hard Drive Power Savings and Flexibility"
http://www.seagate.com/files/docs/pdf/en-GB/whitepaper/tp608-powerchoice-tech-
provides-gb.pdf
Idle_A
- Disables most of the servo system, reduces processor and channel
power consumption
- Discs rotating at full speed (7,200 RPM)
Idle_B
- Disables most of the servo system, reduces processor and channel
power consumption
- Heads are unloaded to drive ramp.
- Discs rotating at full speed (7,200 RPM)
Idle_C/Standby_Y (SAS Only)
- Disables most of the servo system, reduces processor and channel
power consumption
- Heads are unloaded to drive ramp.
- Drive speed reduced to a lower RPM (reduced RPM)
Standby_Z
- Heads are unloaded to drive ramp.
- Drive motor is spun down.
- Drive still responds to non-media access host commands.
SAS
Host-definable timers via mode pages
Immediate host-commanded power transitions via Start/Stop Unit (SSU)
command
SATA
Host-definable timers via Set Features commands
Immediate host-commanded power transitions via Set Features commands
=============
Sample Output
=============
The drive will display its list of supported SMART attributes. Some attributes
are industry standard and most others are vendor unique. Most attributes are
informational and not used to determine a warranty return. Use the --smartCheck
command to determine if one of the warranty attributes has been tripped.
===============
Version History - SeaChest_PowerControl
===============
SeaChest_PowerChoice is branched off from SeaChest Basics v1.0.3.
SeaChest diagnostics are command line utilities which are available for expert
users. These command line tools assume the user is knowledgeable about running
software from the operating system command prompt. CLI tools are in the
English language only and use "command line arguments" to define the various
tasks and specific devices. SeaChest diagnostics are available for both Linux
and Windows environments.
In addition, Seagate offers a tool to build a bootable USB SeaChest flash drive
which boots to a 64-bit Linux command prompt. This is a Windows executable
file which formats a USB Flash drive you provide. It copies over all the files
needed to use it as a bootable device for the SeaChest diagnostic software.
All data on the USB Flash drive will be erased so be sure to protect any
valuable files.
Technical Support for SeaChest drive utilities is not available. If you have
the time to send us some feedback about this software, especially if you notice
something we should fix or improve, we would greatly appreciate hearing from
you. To report your comments and suggestions, please use this email
[email protected]. Please let us know the name and version of the tool you
are using.
SeaChest drive utilities support SATA, SAS and USB interface devices.
Other SeaChest "break out" utilities are available and listed below which offer
more in-depth functionality in specific areas. These are:
SeaChest Erase - The focus is on data erasure. There are many different
choices for erasing data from simple boot track erase to full cryptographic
erasure (when supported). Be sure to back up important data before using this
tool. Seagate is not responsible for lost user data. This tool only works on
Seagate drives.
SeaChest Firmware - Seagate products are run by firmware. Having the latest
firmware can improve performance and or reliability of your product. Seagate
recommends applying new firmware to enhance the performance and or reliability
of your drive. Most products may see one or two firmware updates within the
early life of the product.
SeaChest Format - Storage products which utilize the SAS, SCSI or Fibre
Channel interfaces are able to perform a full low-level media format in the
field. The SCSI Format Unit command offers many specialty options to
accommodate a variety of conditions and to fine tune the procedure. This tool
also support NVMe format and SATA sector size changes a.k.a. Fast Format.
Also in this tool is the ability to depopulate a head from use as it wears out
so that the device can continue being used at a reduced capacity until completely
worn out. These complex commands deserve their own "break out" utility.
SeaChest GenericTests - Read Tests are the original disk drive diagnostic which
is to just read every sector on the drive, sequentially. This tool offers
several common read tests which can be defined by either time or range. In
addition, the Long Generic test has the ability to repair problem sectors,
possibly eliminating an unnecessary drive return.
SeaChest Info - Historical generic activity logs (like total bytes written and
power on hours) and performance logs (like temperature) are available for
analytical review. Identification and inquiry data stored on the drive is also
provided. A view of SMART and device statistics is available when supported by
the drive.
SeaChest NVMe - contains some options specific to NVMe devices. This tool started
as a test tool and many options are present in other SeaChest utilities now.
SeaChest SMART - This tool provides a closer look at the collected SMART
attributes data. SMART stands for Self-Monitoring, Analysis and Reporting
Technology. Short Drive Self Test is included as one of the standard SMART
commands. In addition, the DST & Clean test has the ability to repair problem
sectors, possibly eliminating an unnecessary drive return.
=================================
Support and Open Source Statement
=================================
Seagate offers technical support for disk drive installation. If you have any
questions related to Seagate products and technologies, feel free to submit
your request on our web site. See the web site for a list of world-wide
telephone numbers.
Seagate Support:
http://www.seagate.com/support-home/
Contact Us:
http://www.seagate.com/contacts/
This software uses open source packages obtained with permission from the
relevant parties. For a complete list of open source components, sources and
licenses, please see our Linux USB Boot Maker Utility FAQ for additional
information.
SeaChest Utilities use libraries from the opensea source code projects. These
projects are maintained at http://github.com/seagate.
The libraries in use are opensea-common, opensea-transport and
opensea-operations. These libraries are available under the Mozilla Public
License 2.0, license shown below.
The newest online version of the SeaChest Utilities documentation, open source
usage and acknowledgement licenses can be found at:
http://support.seagate.com/seachest/SeaChest_Combo_UserGuides.html
The USB Boot Maker Utility for Windows utilizes the NSIS Installer
v2.46.5-Unicode (http://nsis.sourceforge.net).
All Linux versions of the SeaChest Utilities are compiled using GCC, the GNU
Compiler Collection, license shown below.
All Windows versions of the SeaChest Utilities uses an open source project
named wingetopt, license shown below.
SeaChest_Firmware uses two open source projects named mbedtls and zlib.h,
licenses shown below.
Copyright (c) 2014-2023 Seagate Technology LLC and/or its Affiliates, All Rights
Reserved
======================================================================
PLEASE READ THIS END USER LICENSE AGREEMENT ("EULA") CAREFULLY. BY CLICKING
"I AGREE" OR TAKING ANY STEP TO DOWNLOAD, SET-UP, INSTALL OR USE ALL OR ANY
PORTION OF THIS PRODUCT (INCLUDING, BUT NOT LIMITED TO, THE SOFTWARE AND
ASSOCIATED FILES (THE "SOFTWARE"), HARDWARE ("HARDWARE"), DISK (S), OR OTHER
MEDIA) (COLLECTIVELY, THE "PRODUCT") YOU AND YOUR COMPANY ACCEPT ALL THE
TERMS AND CONDITIONS OF THIS EULA. IF YOU ACQUIRE THIS PRODUCT FOR YOUR
COMPANY'S USE, YOU REPRESENT THAT YOU ARE AN AUTHORIZED REPRESENTATIVE WHO
HAS THE AUTHORITY TO LEGALLY BIND YOUR COMPANY TO THIS EULA. IF YOU DO NOT
AGREE, DO NOT CLICK "I AGREE" AND DO NOT DOWNLOAD, SET-UP, INSTALL OR USE THE
SOFTWARE.
2. Product License. Subject to your compliance with the terms of this EULA,
Seagate grants you a personal, non-exclusive, non-transferable, limited
license to install and use one (1) copy of the Software on one (1) device
residing on your premises, internally and only for the purposes described in
the associated documentation. Use of some third party software included on
the media provided with the Product may be subject to terms and conditions of
a separate license agreement; this license agreement may be contained in a
"Read Me" file located on the media that accompanies that Product. The
Software includes components that enable you to link to and use certain
services provided by third parties ("Third Party Services"). Your use of the
Third Party Services is subject to your agreement with the applicable third
party service provider. Except as expressly stated herein, this EULA does
not grant you any intellectual property rights in the Product. Seagate and
its suppliers reserve all rights not expressly granted to you. There are no
implied rights.
2.1 Software. You are also permitted to make a single copy of the
Software strictly for backup and disaster recovery purposes. You may not
alter or modify the Software or create a new installer for the Software. The
Software is licensed and distributed by Seagate for use with its storage
products only, and may not be used with non-Seagate storage product.
10. International Trade Compliance. The Software and any related technical
data made available for download under this EULA are subject to the customs
and export control laws and regulations of the United States ("U.S.") and may
also be subject to the customs and export laws and regulations of the country
in which the download is contemplated. Further, under U.S. law, the Software
and any related technical data made available for download under this EULA
may not be sold, leased or otherwise transferred to restricted countries, or
used by a restricted end-user (as determined on any one of the U.S.
government restricted parties lists, found at
http://www.bis.doc.gov/complianceandenforcement/liststocheck.htm) or an
end-user engaged in activities related to weapons of mass destruction
including, without limitation, activities related to designing, developing,
producing or using nuclear weapons, materials, or facilities, missiles or
supporting missile projects, or chemical or biological weapons. You
acknowledge that you are not a citizen, national, or resident of, and are not
under control of the governments of Cuba, Iran, North Korea, Sudan or Syria;
are not otherwise a restricted end-user as defined by U.S. export control
laws; and are not engaged in proliferation activities. Further, you
acknowledge that you will not download or otherwise export or re-export the
Software or any related technical data directly or indirectly to the
above-mentioned countries or to citizens, nationals, or residents of those
countries, or to any other restricted end user or for any restricted end-use.
11. General. This EULA between Licensee and Seagate is governed by and
construed in accordance with the laws of the State of California without
regard to conflict of laws principles. The EULA constitutes the entire
agreement between Seagate and you relating to the Product and governs your
use of the Product, superseding any prior agreement between you and Seagate
relating to the subject matter hereof. If any provision of this EULA is held
by a court of competent jurisdiction to be contrary to law, such provision
will be changed and interpreted so as to best accomplish the objectives of
the original provision to the fullest extent allowed by law and the remaining
provisions of the EULA will remain in force and effect. The Product and any
related technical data are provided with restricted rights. Use,
duplication, or disclosure by the U.S. government is subject to the
restrictions as set forth in subparagraph (c)(1)(iii) of DFARS 252.227-7013
(The Rights in Technical Data and Computer Product) or subparagraphs (c)(1)
and (2) of 48 CFR 52.227-19 (Commercial Computer Product - Restricted
Rights), as applicable. The manufacturer is Seagate. You may not transfer
or assign this EULA or any rights under this EULA, except that you may make a
one-time, permanent transfer of this EULA and the Software to another end
user, provided that (i) you do not retain any copies of the Software, the
Hardware, the media and printed materials, Upgrades (if any), and this EULA,
and (ii) prior to the transfer, the end user receiving this EULA and the
Software agrees to all the EULA terms. Any attempted assignment in violation
of this Section is void. Seagate, the Seagate logo, and other Seagate names
and logos are the trademarks of Seagate.
5.4.2016
===========================================================================
Various Open Source Licenses
This version of the GNU Lesser General Public License incorporates the terms
and conditions of version 3 of the GNU General Public License, supplemented
by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser General
Public License, and the "GNU GPL" refers to version 3 of the GNU General
Public License.
"The Library" refers to a covered work governed by this License, other than
an Application or a Combined Work as defined below.
The "Corresponding Application Code" for a Combined Work means the object
code and/or source code for the Application, including any data and utility
programs needed for reproducing the Combined Work from the Application, but
excluding the System Libraries of the Combined Work.
You may convey a covered work under sections 3 and 4 of this License without
being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
* a) under this License, provided that you make a good faith effort to ensure
that, in the event an Application does not supply the function or data, the
facility still operates, and performs whatever part of its purpose remains
meaningful, or
* b) under the GNU GPL, with none of the additional permissions of this
License applicable to that copy.
The object code form of an Application may incorporate material from a header
file that is part of the Library. You may convey such object code under terms
of your choice, provided that, if the incorporated material is not limited to
numerical parameters, data structure layouts and accessors, or small macros,
inline functions and templates (ten or fewer lines in length), you do both of
the following:
* a) Give prominent notice with each copy of the object code that the Library
is used in it and that the Library and its use are covered by this License.
* b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that, taken
together, effectively do not restrict modification of the portions of the
Library contained in the Combined Work and reverse engineering for debugging
such modifications, if you also do each of the following:
* a) Give prominent notice with each copy of the Combined Work that the
Library is used in it and that the Library and its use are covered by this
License.
* b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
5. Combined Libraries.
You may place library facilities that are a work based on the Library side by
side in a single library together with other library facilities that are not
Applications and are not covered by this License, and convey such a combined
library under terms of your choice, if you do both of the following:
* a) Accompany the combined library with a copy of the same work based on the
Library, uncombined with any other library facilities, conveyed under the
terms of this License.
The Free Software Foundation may publish revised and/or new versions of the
GNU Lesser General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
If the Library as you received it specifies that a proxy can decide whether
future versions of the GNU Lesser General Public License shall apply, that
proxy's public statement of acceptance of any version is permanent
authorization for you to choose that version for the Library.
===========================================================================
AUTHORS:
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
======================================================================
SOURCE CODE files of the opensea open source project have been made available
to you under the Mozilla Public License 2.0 (MPL). Mozilla is the custodian of
the Mozilla Public License ("MPL"), an open source/free software license.
https://www.mozilla.org/en-US/MPL/
Mozilla Public License Version 2.0
==================================
1. Definitions
--------------
1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
1.3. "Contribution"
means Covered Software of a particular Contributor.
(a) that the initial Contributor has attached the notice described
in Exhibit B to the Covered Software; or
(b) that the Covered Software was made available under the terms of
version 1.1 or earlier of the License, but not also under the
terms of a Secondary License.
1.8. "License"
means this document.
1.9. "Licensable"
means having the right to grant, to the maximum extent possible,
whether at the time of the initial grant or subsequently, any and
all of the rights conveyed by this License.
1.10. "Modifications"
means any of the following:
(a) any file in Source Code Form that results from an addition to,
deletion from, or modification of the contents of Covered
Software; or
(b) any new file in Source Code Form that contains any Covered
Software.
2.1. Grants
(b) under Patent Claims of such Contributor to make, use, sell, offer
for sale, have made, import, and otherwise transfer either its
Contributions or its Contributor Version.
The licenses granted in this Section 2 are the only rights granted under
this License. No additional rights or licenses will be implied from the
distribution or licensing of Covered Software under this License.
Notwithstanding Section 2.1(b) above, no patent license is granted by a
Contributor:
(a) for any code that a Contributor has removed from Covered Software;
or
(b) for infringements caused by: (i) Your and any other third party's
modifications of Covered Software, or (ii) the combination of its
Contributions with other software (except as part of its Contributor
Version); or
This License does not grant any rights in the trademarks, service marks,
or logos of any Contributor (except as may be necessary to comply with
the notice requirements in Section 3.4).
2.5. Representation
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
2.7. Conditions
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
3. Responsibilities
-------------------
(a) such Covered Software must also be made available in Source Code
Form, as described in Section 3.1, and You must inform recipients of
the Executable Form how they can obtain a copy of such Source Code
Form by reasonable means in a timely manner, at a charge no more
than the cost of distribution to the recipient; and
(b) You may distribute such Executable Form under the terms of this
License, or sublicense it under different terms, provided that the
license for the Executable Form does not attempt to limit or alter
the recipients' rights in the Source Code Form under this License.
You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).
3.4. Notices
You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.
You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.
5. Termination
--------------
5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
************************************************************************
* *
* 6. Disclaimer of Warranty *
* ------------------------- *
* *
* Covered Software is provided under this License on an "as is" *
* basis, without warranty of any kind, either expressed, implied, or *
* statutory, including, without limitation, warranties that the *
* Covered Software is free of defects, merchantable, fit for a *
* particular purpose or non-infringing. The entire risk as to the *
* quality and performance of the Covered Software is with You. *
* Should any Covered Software prove defective in any respect, You *
* (not any Contributor) assume the cost of any necessary servicing, *
* repair, or correction. This disclaimer of warranty constitutes an *
* essential part of this License. No use of any Covered Software is *
* authorized under this License except under this disclaimer. *
* *
************************************************************************
************************************************************************
* *
* 7. Limitation of Liability *
* -------------------------- *
* *
* Under no circumstances and under no legal theory, whether tort *
* (including negligence), contract, or otherwise, shall any *
* Contributor, or anyone who distributes Covered Software as *
* permitted above, be liable to You for any direct, indirect, *
* special, incidental, or consequential damages of any character *
* including, without limitation, damages for lost profits, loss of *
* goodwill, work stoppage, computer failure or malfunction, or any *
* and all other commercial damages or losses, even if such party *
* shall have been informed of the possibility of such damages. This *
* limitation of liability shall not apply to liability for death or *
* personal injury resulting from such party's negligence to the *
* extent applicable law prohibits such limitation. Some *
* jurisdictions do not allow the exclusion or limitation of *
* incidental or consequential damages, so this exclusion and *
* limitation may not apply to You. *
* *
************************************************************************
8. Litigation
-------------
9. Miscellaneous
----------------
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.