xref: /illumos-gate/usr/src/man/man8/locator.8 (revision bbf21555)
te
Copyright (c) 2001, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
LOCATOR 8 "Sep 4, 2001"
NAME
locator - location indicator control
SYNOPSIS

 /usr/sbin/locator [-f | -n]
DESCRIPTION

The locator command sets or queries the state of the system locator if such a device exists.

Without options, the locator command reports the current state of the system.

The privileges required to use this command are hardware dependent. Typically, only the super user can get or set a locator.

OPTIONS

The following options are supported: -f

Turns the locator off.

-n

Turns the locator on.

EXAMPLES

Example 1 Using the locator Command on a Platform Which Has a System Locator LED

When issued on a platform which has a system locator LED, the following command turns the locator on:

# locator -n
# locator
The 'system' locator is on

Example 2 Using the locator Command on a Platform Which Does Not Have a System Locator LED

When issued on a platform which does not have a system locator LED, the following command attempts to turn the locator on. The command returns an error message.

# locator -n
'system' locator not found
EXIT STATUS

The following exit values are returned: 0

Successful completion.

1

Invalid command line input.

2

The requested operation failed.

SEE ALSO

attributes (7)