Drivers Liebert



nutupsdrv: generic manual for unified NUT drivers

Command to display nutupsdrv manual in Linux: $ man 8 nutupsdrv

NAME

nutupsdrv - generic manual for unified NUT drivers

Drivers, Manuals & Support The Vertiv Liebert IntelliSlot Relay Card offers contact closure for remote monitoring of alarm conditions in UPS systems with an IntelliSlot communication port. The card provides proactive data center monitoring on 6 alarm points (On Battery, On Bypass, Low Battery, Summary Alarm, UPS Fault and On UPS signals). If the UPS fails to conform with the above warranty within the two year warranty period, Liebert will repair or replace the UPS, at Liebert's option. Repairs or replacements are warranted for the remainder of the original warranty period.

View & download of more than 979 Liebert PDF user manuals, service manuals, operating guides. Ups, Air Conditioner user manuals, operating guides & specifications.

  • Liebert LTS Overview, Manual & Drivers. Liebert GXT3 Brochures and User Manuals - all models. SECTIONS Browse all. About Power Quality Group (3). Liebert GXT3 UPS (5).
  • The Liebert GXT4 6kVA UPS system is a true on-line uninterruptible power supply with 6m runtime at full load with battery extension pack options for longer runtimes. The UPS provides a pure sinewave no-break output and protects critical IT loads from power disturbances caused by blackouts, brownouts, sags, surges or noise interference.

SYNOPSIS

nutupsdrv-h

nutupsdrv [OPTIONS]

DESCRIPTION

nutupsdrv is not actually a driver. This is a combined man page for the shared code that is the core of many drivers within the Network UPS Tools package.

For information on the specific drivers, see their individual man pages.

UPS drivers provide a communication channel between the physical UPS hardware and the upsd(8) server. The driver is responsible for translating the native protocol of the UPS to the common format used by the rest of this package.

The core has two modes of operation which are determined by the command line switches. In the normal mode, the driver will periodically poll the UPS for its state and parameters. The results of this command is presented to upsd. The driver will also handle setting variables and instant commands if available.

The driver can also instruct the UPS to shut down the load, possibly after some delay. This mode of operation is intended for cases when it is known that the UPS is running out of battery power and the systems attached must be turned off to ensure a proper reboot when power returns.


Note

You probably don't want to use any of these options directly. You should use upsdrvctl(8) to control your drivers, and ups.conf(5) to configure them. The rest of this manual describes options and parameters that generally are not needed by normal users.

OPTIONS

-h

-aid

-q

Raise log level threshold. Use this multiple times to log more details.

The debugging comment above also applies here.

-iinterval

Print only version information, then exit.

-L

('Kill' power) Forced shutdown mode. The UPS will power off the attached load, if possible.

You should useupsdrvctl shutdownwhenever possible instead of calling this directly.

-rdirectory

The driver will chroot(2) toDrivers liebert driversdirectoryduring initialization. This can be useful when securing systems.

In addition to the state path, many systems will require /dev/null to exist withindirectoryfor this to work. The serial ports are opened before the chroot call, so you do not need to create them inside the jail. In fact, it is somewhat safer if you do not.

Drivers Liebert Driver

-uusername

If started as root, the driver will setuid(2) to the user id associated withusername.

If you do not specify this value and start it as root, the driver will switch to the default value that was compiled into the code. This is typicallynobody, and is far from ideal.

-xvar=val

Define a variable called

Drivers Liebert Wireless

varwith the value ofvarin the driver. This varies from driver to driver - see the specific man pages for more information.

This is like settingvar=valinups.conf(5), but-xoverrides any settings from that file.

DIAGNOSTICS

Information about the startup process is printed to stdout. Additional messages after that point are available in the syslog. After upsd(8) starts, the UPS clients such as upsc(8) can be used to query the status of an UPS.

PROGRAM CONTROL

You should always use upsdrvctl(8) to control the drivers. While drivers can be started by hand for testing purposes, it is not recommended for production use.

FILES

ups.conf