locator(1M) System Administration Commands locator(1M)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.
OPERANDS
The following operands are supported:
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.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO attributes(5)SunOS 5.10 4 Sept 2001 locator(1M)
Check Out this Related Man Page
Net::DNS::RR::LP(3) User Contributed Perl Documentation Net::DNS::RR::LP(3)NAME
Net::DNS::RR::LP - DNS LP resource record
SYNOPSIS
use Net::DNS;
$rr = new Net::DNS::RR('name IN LP preference locator');
$rr = new Net::DNS::RR(
name => 'example.com',
type => 'LP',
preference => 10,
locator => 'locator.example.com'
);
DESCRIPTION
Class for DNS Locator Pointer (LP) resource records.
The LP DNS resource record (RR) is used to hold the name of a subnetwork for ILNP. The name is an FQDN which can then be used to look up
L32 or L64 records. LP is, effectively, a Locator Pointer to L32 and/or L64 records.
METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package.
Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or
other unpredictable behaviour.
preference
$preference = $rr->preference;
A 16 bit unsigned integer in network byte order that indicates the relative preference for this LP record among other LP records associated
with this owner name. Lower values are preferred over higher values.
locator
$locator = $rr->locator;
The Locator field contains the DNS target name that is used to reference L32 and/or L64 records.
COPYRIGHT
Copyright (c)2012 Dick Franks.
Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
All rights reserved.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC6742
perl v5.18.2 2014-01-16 Net::DNS::RR::LP(3)
Hi
can anybody help me when i boot up my machine the LED runs until it gets to 406coch6 and it simply stops their
noting appears on the screen...?
Is their a website that lists all the codes and their meaning
Thanks
Liam (2 Replies)
Discussion started by: lodonovan
2 Replies
2. Post Here to Contact Site Administrators and Moderators
When I use NIM to reinstall a AIX 5.3 use mksysb
It shows error:
COMMAND STATUS
Command: failed stdout: yes stderr: no
Before command completion, additional instructions may appear below.
... (2 Replies)
Hello,
does anybody know if this is a final step or if any other code should appear ?
After having waiting 2 hours, should I restart the server and restore old system ? (2 Replies)
hi guys,
i have 2 hp-ux servers at my office with flashing system LED.
am very new to hp-ux...no much of access directly to the server.
how can i check for faults relating to this flashing of this system LED?
the DC is pretty far from my office...all i have is an ssh access into the server.... (4 Replies)
I have a friend who has the following error message on his LED:
888-102300-0C5
I've tried searching, but can't find anything.
Any ideas?
tks. (4 Replies)
Hi Guys,
I am unable to turn on the locator led light on a SUN T2000 machine
# uname -a
SunOS node1 5.10 Generic_137137-09 sun4v sparc SUNW,Sun-Fire-T200
when i try to turn it on I have following error.
# locator -n
'system' locator not found
Although the hardware specfication... (5 Replies)
I've got an old E250 server where a front error LED is showing. I've read through the Sun docs (Sun Enterprise 250 Server Owner's Guide - Sun Microsystems) but it's only the 'General fault' LED (About the Status and Control Panel (Sun Enterprise 250 Server Owner's Guide) - Sun Microsystems)... (2 Replies)
I got the system couple of days back from one of my friend. Last night I turned it on and I noticed that maintenance LED is on. At the same time I added an LCD monitor via VGA and nothing was showing on the screen. Though the system does not have any HDD So not sure if system will even show a BIOS... (3 Replies)
Dear master Unix.com,
I ask about command,
what is command the meaning this?
and what the function?
/usr/lpp/diagnostics/bin/usysfault -s normal
regards,
-Ruhul (3 Replies)
Hi guys, I would like to seek advise or help on how to build a simple LED RESTful service in Raspberry PI. I need to be able to get my LED to light up or off whenever I type localhost:3000/GET/1/1 or something. New to it and hope you guys could help me out with it as soon as possible, thanks in... (0 Replies)
I would like to seek help on my LED REST API. I have finished constructed my basic REST API for my Raspberry PI. What I'm trying to do now is allow my LED to light up whenever I key localhost:3000/7/1 and key localhost:3000/7/0 to switch off. But my problem now is my REST API can't works and hope... (0 Replies)