Dan Elkins wrote:
> I really don't need anything to monitor the UPS, just for the
> UPS to shutdown the server when the power goes out. I
> installed the supplied RPM from the apc disk and it looks like
> it installed correctly. There is a upsd file in the
> /etc/rc.d/init.d dir and a S98upsd file in the /etc/rc.d/rc4.d
> dir which looks like it would start the service on boot,
The e-smith server and gateway runs in runlevel 7, not runlevel4.
> but
> after I rebooted after the install and did a "service upsd
> status" is gives me a service is stoped message. Being a
> newbie with linux I don't know the best place to add or change
> a files that runs "service upsd start" at startup.
Do:
ln -s /etc/rc.d/init.d/upsd /etc/rc.d/rc7.d/S98upsd
service upsd start
and you should be OK. Some time soon I'm sure that someone will make an e-smith-upsd RPM which will do those steps automatically.
Regards
Charlie