ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Настройка NUT (slave)
@ 2012-01-17 16:29 Vladimir Karpinsky
  2012-01-18 18:37 ` Sergey Vlasov
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Karpinsky @ 2012-01-17 16:29 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Здравствуйте!

Настраиваю NUT на Ippon Smart Winner. На мастере всё настроилось:

$ upsc ippon@localhost
battery.voltage: 109.00
battery.voltage.nominal: 96.0
driver.name: megatec
driver.parameter.mfr: Ippon
driver.parameter.model: Smart Winner
driver.parameter.pollinterval: 2
driver.parameter.port: /dev/ttyS0
driver.version: 2.2.2
...

Взялся за slave и upsmon запустился:

Jan 17 19:52:48 pullet upsmon[21054]: Startup successful
Jan 17 19:52:48 pullet upsmon: UPS: ippon@192.168.5.2 (slave) (power value 1)
Jan 17 19:52:48 pullet upsmon: Using power down flag file /etc/killpower
Jan 17 19:52:48 pullet upsmon: upsmon startup succeeded

Хотелось бы убедиться, что всё работает, посмотреть состояние и т.п. 
Выдернуть питание из ИБП пока не могу ;-)
upsc ippon@localhost
говорит, что
Error: Connection failure: Connection refused
а
upsc ippon@192.168.5.2
естественно показывает то же, что мастер. Knutclient ведёт себя аналогично: 
информация появляется только если направляю на ippon@192.168.5.2. Это так и 
должно быть? До этого общался только с apcupsd, там по-другому было.

-- 
	С уважением,
		Владимир.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Настройка NUT (slave)
  2012-01-17 16:29 [Comm] Настройка NUT (slave) Vladimir Karpinsky
@ 2012-01-18 18:37 ` Sergey Vlasov
  2012-01-18 19:02   ` Vladimir Karpinsky
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2012-01-18 18:37 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]

On Tue, Jan 17, 2012 at 08:29:44PM +0400, Vladimir Karpinsky wrote:

> Настраиваю NUT на Ippon Smart Winner. На мастере всё настроилось:
> 
> $ upsc ippon@localhost
> battery.voltage: 109.00
> battery.voltage.nominal: 96.0
> driver.name: megatec
> driver.parameter.mfr: Ippon
> driver.parameter.model: Smart Winner
> driver.parameter.pollinterval: 2
> driver.parameter.port: /dev/ttyS0
> driver.version: 2.2.2

Для этих UPS ещё может быть нужно указать в ups.conf параметры:

ondelay = 1
offdelay = 1

Без этих параметров как минимум Smart Winner 1500 у меня не
отрабатывал команду отключения, отправляемую при завершении работы
системы, и продолжал работать до полного разряда батарей; в
результате, если в этот промежуток времени питание восстанавливалось,
сервер не включался самостоятельно.

Патч, необходимый для того, чтобы эти параметры действительно
учитывались при передаче команды отключения UPS
(alt-megatec-shutdown), входит в пакеты nut >= 2.0.5-alt3.

> upsc ippon@localhost
> говорит, что
> Error: Connection failure: Connection refused
> а
> upsc ippon@192.168.5.2
> естественно показывает то же, что мастер. Knutclient ведёт себя аналогично: 
> информация появляется только если направляю на ippon@192.168.5.2. Это так и 
> должно быть? До этого общался только с apcupsd, там по-другому было.

Тут всё правильно - upsmon подключается к upsd только как клиент, и не
принимает входящие сетевые соединения.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Настройка NUT (slave)
  2012-01-18 18:37 ` Sergey Vlasov
@ 2012-01-18 19:02   ` Vladimir Karpinsky
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Karpinsky @ 2012-01-18 19:02 UTC (permalink / raw)
  To: community

18.01.2012 22:37, Sergey Vlasov пишет:
> On Tue, Jan 17, 2012 at 08:29:44PM +0400, Vladimir Karpinsky wrote:
>> Настраиваю NUT на Ippon Smart Winner. На мастере всё настроилось:
> Для этих UPS ещё может быть нужно указать в ups.conf параметры:
>
> ondelay = 1
> offdelay = 1
>
> Без этих параметров как минимум Smart Winner 1500 у меня не
> отрабатывал команду отключения, отправляемую при завершении работы
> системы, и продолжал работать до полного разряда батарей; в
> результате, если в этот промежуток времени питание восстанавливалось,
> сервер не включался самостоятельно.

Спасибо добавил. Я ещё физически не добрался, чтобы проверить путём 
выдергивания из розетки...

> Патч, необходимый для того, чтобы эти параметры действительно
> учитывались при передаче команды отключения UPS
> (alt-megatec-shutdown), входит в пакеты nut>= 2.0.5-alt3.

у меня из P6: 2.2.2-alt1.1, так что должно быть включено.

>> upsc ippon@localhost
>> говорит, что
>> Error: Connection failure: Connection refused
>> а
>> upsc ippon@192.168.5.2
>> естественно показывает то же, что мастер. Knutclient ведёт себя аналогично:
>> информация появляется только если направляю на ippon@192.168.5.2. Это так и
>> должно быть? До этого общался только с apcupsd, там по-другому было.
>
> Тут всё правильно - upsmon подключается к upsd только как клиент, и не
> принимает входящие сетевые соединения.

Понял, спасибо!

-- 
	С уважением,
		Владимир.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-18 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-17 16:29 [Comm] Настройка NUT (slave) Vladimir Karpinsky
2012-01-18 18:37 ` Sergey Vlasov
2012-01-18 19:02   ` Vladimir Karpinsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git