[Nut-upsdev] suggested interface for an MGE Galaxy 6000

Arjen de Korte nut+devel at de-korte.org
Thu Jul 26 08:07:46 UTC 2007


> My research institute is building a new cluster room, with an 800kVA MGE
> Galaxy 6000 UPS system. We will have a couple of thousand Linux nodes that
> we want to shutdown with NUT.
>
> I see that the Galaxy 6000 is available with several different interface
> options, and that NUT supports (at least) three of these interfaces:
>
>    Comet / Galaxy (Serial) Utalk Serial Card (ref 66060)
>    Pulsar / Comet / Galaxy (SNMP) SNMP card (ref 66062)
>    Pulsar / Comet / Galaxy (SNMP)SNMP/Web Transverse card (ref 66074)
>
> I have a couple of questions:
>
> Could the NUT developers recommend which of these different interface
> options would be the best one for us to try first?

I think Arnaud Quette can answer that authoritatively.

> Do you anticipate any problems in scaling to ~ 2000 machines to shut down?

One thing that comes to mind is that you would have 2000 clients logged
into a single server. I don't know if FD_SETSIZE is large enough on your
system to allow that many concurrent connections. We use select() to check
for activity on the client sockets, so you may need to change that from
the default. We probably need to switch to poll() someday to overcome this
limitation, but so far there has been no demand for the number of
connections you need and I also don't know how well this scales anyhow.
With the default configuration, 2000 clients each poll the server once
every 5 seconds, which is about 400 connections per second. If that's too
much, you might want to change POLLFREQ, POLLFREQALERT and DEADTIME in
'upsmon.conf' for the clients.

I would definitly opt for a dedicated NUT server anyhow.

> The full load battery run time should be about 6 minutes.  We will
> probably configure most machines to start a shut-down cycle if the UPS is
> online for more than about 1.5 minutes.

In that case, upssched is your friend.

Best regards, Arjen
-- 
Eindhoven - The Netherlands
Key fingerprint - 66 4E 03 2C 9D B5 CB 9B  7A FE 7E C1 EE 88 BC 57




More information about the Nut-upsdev mailing list