2008-04-30 17:10:46 +04:00
|
|
|
.\" $NetBSD: atactl.8,v 1.23 2008/04/30 13:10:52 martin Exp $
|
1998-11-19 22:50:31 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Ken Hornstein.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
2007-11-18 20:48:21 +03:00
|
|
|
.Dd November 18, 2007
|
1999-02-24 21:49:14 +03:00
|
|
|
.Dt ATACTL 8
|
2001-06-05 15:22:41 +04:00
|
|
|
.Os
|
1998-11-19 22:50:31 +03:00
|
|
|
.Sh NAME
|
1998-11-20 02:54:59 +03:00
|
|
|
.Nm atactl
|
2004-08-02 01:41:49 +04:00
|
|
|
.Nd a program to manipulate ATA (IDE) devices and busses
|
1998-11-19 22:50:31 +03:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Ar device
|
|
|
|
.Ar command
|
|
|
|
.Oo
|
|
|
|
.Ar arg Oo ...
|
|
|
|
.Oc
|
|
|
|
.Oc
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
allows a user or system administrator to issue commands to and otherwise
|
2004-08-02 01:41:49 +04:00
|
|
|
control devices which reside on standard IDE and ATA controllers, or
|
|
|
|
the ATA bus itself.
|
|
|
|
It is used by specifying a device or bus to manipulate,
|
2002-10-01 17:40:23 +04:00
|
|
|
the command to perform, and any arguments the command may require.
|
1998-11-19 22:50:31 +03:00
|
|
|
.Sh DEVICE COMMANDS
|
2002-10-01 17:40:23 +04:00
|
|
|
The following commands may be used on IDE and ATA devices.
|
|
|
|
Note that not all devices support all commands.
|
2005-04-12 15:50:29 +04:00
|
|
|
.Bl -tag -width setidleXX
|
|
|
|
.It Cm identify
|
1998-11-19 22:50:31 +03:00
|
|
|
Identify the specified device, displaying the device's vendor, product,
|
|
|
|
revision strings, and the device's capabilities.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm idle
|
2002-10-01 17:40:23 +04:00
|
|
|
Place the specified device into Idle mode.
|
|
|
|
This mode may consume less power than Active mode.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm standby
|
2002-10-01 17:40:23 +04:00
|
|
|
Place the specified device into Standby mode.
|
|
|
|
This mode will consume less power than Idle mode.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm sleep
|
2002-10-01 17:40:23 +04:00
|
|
|
Place the specified device into Sleep mode.
|
|
|
|
This mode will consume less power than Standby mode,
|
|
|
|
but requires a device reset to resume operation.
|
|
|
|
Typically the
|
1998-11-19 22:50:31 +03:00
|
|
|
.Xr wd 4
|
2002-10-01 17:40:23 +04:00
|
|
|
driver performs this reset automatically,
|
|
|
|
but this should still be used with caution.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm setidle Ar idle-timer
|
2002-10-01 17:40:23 +04:00
|
|
|
Places the specified device into Idle mode,
|
|
|
|
and sets the Idle timer to
|
1999-10-19 14:35:37 +04:00
|
|
|
.Ar idle-timer
|
2002-10-01 17:40:23 +04:00
|
|
|
seconds.
|
|
|
|
A value of 0 will disable the Idle timer.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm setstandby Ar standby-timer
|
2002-10-01 17:40:23 +04:00
|
|
|
Places the specified device into Standby mode,
|
|
|
|
and sets the Standby timer to
|
1998-11-19 22:50:31 +03:00
|
|
|
.Ar standby-timer
|
2002-10-01 17:40:23 +04:00
|
|
|
seconds.
|
|
|
|
A value of 0 will disable the Standby timer.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm checkpower
|
1998-11-24 02:02:58 +03:00
|
|
|
Will print out if the device is in Active, Idle, or Standby power
|
|
|
|
management mode.
|
2007-11-18 20:48:21 +03:00
|
|
|
.It Cm apm Bq Ar disable | set #
|
|
|
|
Controls the Advanced Power Management feature of the specified device.
|
|
|
|
Advanced Power Management is an optional feature used to specify a power
|
|
|
|
management level to balance between device performance and power consumption.
|
|
|
|
.Bl -tag -width selftestXlogXX
|
|
|
|
.It Ar disable
|
|
|
|
Disable the Advanced Power Management.
|
|
|
|
.It Ar set #
|
|
|
|
Enable the Advanced Power Management feature and set its level to the value #,
|
|
|
|
where # is an integer within the scale 0-253; being 0 the mode with the
|
|
|
|
lowest power consumption (and thus the worse performance) and 253 the mode
|
|
|
|
which provides the better performance at a cost of more power consumption.
|
|
|
|
.Pp
|
|
|
|
It should be noted that the effect of the value need not be continous.
|
|
|
|
For example, a device might provide only two modes: one from 0 to 126
|
|
|
|
and other from 127 to 253.
|
|
|
|
Per the specification, values of 127 and higher do not permit the device
|
|
|
|
to spin down to save power.
|
|
|
|
.El
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Cm smart Bq Ar enable | disable | status | offline # | error-log | selftest-log
|
2002-10-01 17:40:23 +04:00
|
|
|
Controls SMART feature set of the specified device.
|
|
|
|
SMART stands for Self-Monitoring, Analysis, and Reporting Technology.
|
|
|
|
It provides an early warning system by comparing subtle operation
|
|
|
|
characteristics to those determined in vendor testing
|
|
|
|
to precede device failures.
|
2005-04-12 15:50:29 +04:00
|
|
|
.Bl -tag -width selftestXlogXX
|
|
|
|
.It Ar enable
|
2002-10-01 17:40:23 +04:00
|
|
|
Enables access to SMART capabilities within the device.
|
|
|
|
Prior to being enabled, a SMART capable device neither
|
|
|
|
monitors nor saves SMART attribute values.
|
|
|
|
The state of SMART, either enabled or disabled, will
|
2002-08-06 03:29:27 +04:00
|
|
|
be preserved by the device across power cycles.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar disable
|
2002-10-01 17:40:23 +04:00
|
|
|
Disables access to SMART capabilities within the device.
|
|
|
|
Attribute values will be saved, and will no longer be monitored.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar status
|
2002-08-06 03:29:27 +04:00
|
|
|
Reports whether SMART is supported by the device, and whether SMART is
|
|
|
|
enabled on the device (can only be determined on ATA6 or better devices).
|
|
|
|
If SMART is enabled, then a table of attribute information is printed.
|
|
|
|
Attributes are the specific performance or calibration parameters that
|
2002-10-01 17:40:23 +04:00
|
|
|
are used in analyzing the status of the device.
|
|
|
|
The specific set of attributes being used and the identity of
|
|
|
|
these attributes is vendor specific and proprietary.
|
2002-08-06 03:29:27 +04:00
|
|
|
.Pp
|
|
|
|
Attribute values are used to represent the relative reliability of
|
2002-10-01 17:40:23 +04:00
|
|
|
individual performance or calibration parameters.
|
|
|
|
The valid range of attribute values is from 1 to 253 decimal.
|
|
|
|
Lower values indicate that the analysis algorithms being used by the device
|
|
|
|
are predicting a higher probability of a degrading or faulty condition.
|
2002-08-06 03:29:27 +04:00
|
|
|
.Pp
|
|
|
|
Each attribute value has a corresponding threshold limit which is used for
|
|
|
|
direct comparison to the attribute value to indicate the existence of a
|
2002-10-01 17:40:23 +04:00
|
|
|
degrading or faulty condition.
|
|
|
|
The numerical value of the attribute thresholds are determined by the
|
|
|
|
device manufacturer through design and reliability testing and analysis.
|
|
|
|
Each attribute threshold represents the lowest limit to which its
|
|
|
|
corresponding attribute value can equal while still retaining a
|
|
|
|
positive reliability status.
|
2002-08-06 03:29:27 +04:00
|
|
|
.Pp
|
2005-04-12 15:50:29 +04:00
|
|
|
If the crit field is
|
|
|
|
.Dq yes
|
|
|
|
then negative reliability of this attribute
|
2002-10-01 17:40:23 +04:00
|
|
|
predicts imminent data loss.
|
|
|
|
Otherwise it merely indicates that the intended design life period
|
|
|
|
of usage or age has been exceeded.
|
2002-08-06 03:29:27 +04:00
|
|
|
The collect field indicates whether this attribute is updated while the
|
2002-10-01 17:40:23 +04:00
|
|
|
device is online.
|
|
|
|
The reliability field indicates whether the attribute
|
2002-08-06 03:29:27 +04:00
|
|
|
value is within the acceptable threshold.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar offline #
|
2004-10-08 22:53:42 +04:00
|
|
|
Runs the numbered offline self-test on the drive.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar error-log
|
2004-10-08 22:53:42 +04:00
|
|
|
Prints the error log.
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar selftest-log
|
2004-10-08 22:53:42 +04:00
|
|
|
Prints the self-test log.
|
2005-04-12 15:50:29 +04:00
|
|
|
.El
|
|
|
|
.It Cm security Bq Ar freeze | status
|
2005-04-12 15:41:14 +04:00
|
|
|
Controls
|
|
|
|
.Dq security
|
|
|
|
(password protection) features of modern ATA drives.
|
|
|
|
The security commands are intended to be issued by low-level
|
|
|
|
software (firmware / BIOS) only.
|
|
|
|
Generally, the security status should be
|
|
|
|
.Dq frozen
|
|
|
|
before the operating system is started so that misbehaving or malicious
|
|
|
|
software cannot set or change a password.
|
|
|
|
Older and buggy BIOSes neglect to do so; in these cases it might make
|
|
|
|
sense to issue the
|
|
|
|
.Dq freeze
|
|
|
|
command early in the boot process.
|
2005-04-12 15:50:29 +04:00
|
|
|
.Bl -tag -width freezeXX
|
|
|
|
.It Ar freeze
|
2005-04-12 15:41:14 +04:00
|
|
|
freezes the drive's security status
|
2005-04-12 15:50:29 +04:00
|
|
|
.It Ar status
|
2005-04-12 15:41:14 +04:00
|
|
|
displays the drive's security status
|
2005-04-12 15:50:29 +04:00
|
|
|
.El
|
|
|
|
.El
|
2004-08-02 01:41:49 +04:00
|
|
|
.Sh BUS COMMANDS
|
|
|
|
The following commands may be used on IDE and ATA busses.
|
|
|
|
Note that not all devices support all commands.
|
2005-04-12 15:50:29 +04:00
|
|
|
.Bl -tag -width resetXX
|
|
|
|
.It Cm reset
|
2004-08-02 01:41:49 +04:00
|
|
|
Reset the bus.
|
|
|
|
This will reset all ATA devices present on the bus.
|
|
|
|
Any ATAPI device with pending commands will also be reset.
|
2005-04-12 15:50:29 +04:00
|
|
|
.El
|
1998-11-19 22:50:31 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ioctl 2 ,
|
2004-09-16 22:02:27 +04:00
|
|
|
.Xr wd 4 ,
|
|
|
|
.Xr dkctl 8 ,
|
|
|
|
.Xr scsictl 8
|
1998-11-19 22:50:31 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command first appeared in
|
|
|
|
.Nx 1.4 .
|
2001-11-16 14:21:37 +03:00
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
2002-10-01 17:40:23 +04:00
|
|
|
command was written by Ken Hornstein.
|
|
|
|
It was based heavily on the
|
2001-11-16 14:21:37 +03:00
|
|
|
.Xr scsictl 8
|
|
|
|
command written by Jason R. Thorpe.
|
|
|
|
.Sh BUGS
|
|
|
|
The output from the
|
|
|
|
.Cm identify
|
|
|
|
command is rather ugly.
|