upsrw(8)

NAME

   upsrw - UPS variable administration tool

SYNOPSIS

   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 upsd(8) to your driver,
   which 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.

OPTIONS

   -h
       Display the help message.

   -s variable
       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:

           -s input.transfer.high=129

       Without this argument, upsrw will just display the list of the
       variables and their possible values.

       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 those values. Others may be within an allowed range of
       values. Refer to the list to know what's available in your
       hardware.

   -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 upsd.users(5), and are not linked to system
       usernames.

   -p password
       Set the password to authenticate to the server. This is also
       optional like -u, and you will be prompted for it if necessary.

   ups
       View or change the settings on this UPS. The format for this option
       is upsname[@hostname[:port]]. The default hostname is "localhost".

UNATTENDED MODE

   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
   command line. This means using -s VAR=VALUE, -u and -p. Otherwise it
   will put up a prompt and your program will hang.

   This is not necessary when displaying the list, as the username and
   password are not required for read-only mode.

   Moreover, if you run this program inside a shell script or similar, you
   should only consider using output from stdout, not stderr.

DIAGNOSTICS

   upsrw can't set variables on your UPS unless you provide a valid
   username and password. If you get "access denied" errors, make sure
   that your upsd.users(5) has an entry for you, and that the username you
   are using has permissions to SET variables.

HISTORY

   This program used to be called upsct2, which was ambiguous and
   confusing.

SEE ALSO

   upsd(8), upscmd(8)

   Internet resources:
   The NUT (Network UPS Tools) home page: http://www.networkupstools.org/



Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.


Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.

Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.


Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.

Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.


Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.

Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.