2011-01-26 09:35:08 +00:00
|
|
|
UPSRW(8)
|
|
|
|
========
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
NAME
|
|
|
|
----
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
upsrw - UPS variable administration tool
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*upsrw* 'ups'
|
|
|
|
|
|
|
|
*upsrw* -h
|
|
|
|
|
|
|
|
*upsrw* -s 'variable' [-u 'username'] [-p 'password'] 'ups'
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
|
|
|
*upsrw* allows you to view and change the read/write variables inside your UPS.
|
|
|
|
It sends commands via the server linkman:upsd[8] to your driver, which
|
2010-03-25 23:20:59 +00:00
|
|
|
configures the hardware for you.
|
|
|
|
|
|
|
|
The list of variables that allow you to change their values is based on
|
|
|
|
the capabilities of your UPS equipment. Not all models support this
|
|
|
|
feature. Typically, cheaper hardware does not support any of them.
|
|
|
|
Run upsrw with a UPS identifier to see what will work for you.
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
OPTIONS
|
|
|
|
-------
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*-h*::
|
2010-03-25 23:20:59 +00:00
|
|
|
Display the help message.
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*-s* 'variable'::
|
2010-03-25 23:20:59 +00:00
|
|
|
Specify the variable to be changed inside the UPS. For unattended
|
|
|
|
mode such as in shell scripts, use the format VAR=VALUE to specify both
|
|
|
|
the variable and the value, for example:
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
-s input.transfer.high=129
|
|
|
|
+
|
2010-03-25 23:20:59 +00:00
|
|
|
Without this argument, upsrw will just display the list of the variables
|
|
|
|
and their possible values.
|
2011-01-26 09:35:08 +00:00
|
|
|
+
|
2010-03-25 23:20:59 +00:00
|
|
|
Some variables are strings, and can be set to any value within the
|
|
|
|
length limit. Others are enumerated types and can only be set to one of
|
2012-06-01 13:55:19 +00:00
|
|
|
those values. Others may be within an allowed range of values. Refer to
|
|
|
|
the list to know what's available in your hardware.
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*-u* 'username'::
|
|
|
|
Set the NUT username for the connection to the server. This is optional,
|
|
|
|
and you will be prompted for this when using the -s option if you don't
|
|
|
|
specify -u on the command line. NUT usernames are defined in
|
|
|
|
linkman:upsd.users[5], and are not linked to system usernames.
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*-p* 'password'::
|
2010-03-25 23:20:59 +00:00
|
|
|
Set the password to authenticate to the server. This is also optional
|
2011-01-26 09:35:08 +00:00
|
|
|
like -u, and you will be prompted for it if necessary.
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
'ups'::
|
2010-03-25 23:20:59 +00:00
|
|
|
View or change the settings on this UPS. The format for this option is
|
2011-01-26 09:35:08 +00:00
|
|
|
`upsname[@hostname[:port]]`. The default hostname is "localhost".
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
UNATTENDED MODE
|
|
|
|
---------------
|
2010-03-25 23:20:59 +00:00
|
|
|
|
|
|
|
If you run this program inside a shell script or similar to set
|
|
|
|
variables, you will need to specify all of the information on the
|
2011-01-26 09:35:08 +00:00
|
|
|
command line. This means using `-s VAR=VALUE`, `-u` and `-p`. Otherwise it
|
2010-03-25 23:20:59 +00:00
|
|
|
will put up a prompt and your program will hang.
|
|
|
|
|
|
|
|
This is not necessary when displaying the list, as the username and
|
2011-01-26 09:35:08 +00:00
|
|
|
password are not required for read-only mode.
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2013-11-24 15:00:12 +00:00
|
|
|
Moreover, if you run this program inside a shell script or similar, you
|
|
|
|
should only consider using output from stdout, not stderr.
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
DIAGNOSTICS
|
|
|
|
-----------
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
*upsrw* can't set variables on your UPS unless you provide a valid
|
2010-03-25 23:20:59 +00:00
|
|
|
username and password. If you get "access denied" errors, make sure
|
2011-01-26 09:35:08 +00:00
|
|
|
that your linkman:upsd.users[5] has an entry for you, and that the
|
2010-03-25 23:20:59 +00:00
|
|
|
username you are using has permissions to SET variables.
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
HISTORY
|
|
|
|
-------
|
2010-03-25 23:20:59 +00:00
|
|
|
|
|
|
|
This program used to be called upsct2, which was ambiguous and
|
|
|
|
confusing.
|
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
linkman:upsd[8], linkman:upscmd[8]
|
2010-03-25 23:20:59 +00:00
|
|
|
|
2011-01-26 09:35:08 +00:00
|
|
|
Internet resources:
|
|
|
|
~~~~~~~~~~~~~~~~~~~
|
2010-03-25 23:20:59 +00:00
|
|
|
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
|