search for: iogat

Displaying 6 results from an estimated 6 matches for "iogat".

Did you mean: ioat
2016 Jul 13
2
Best practice to shutdown hosts which has not NUT via upssched
...ogger -t upssched-cmd "Early shutdown is started" > ??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh > ??????????????? /usr/local/sbin/upsmon -c fsd > ??????????????? ;; > esac > > ?? shutdown-all-hosts.sh contains: > # Linux hosts > HOSTLIST="sim iogate br" > for host in $HOSTLIST > do > ... > ???? ssh $host halt -p > ... > done > # Windows hosts > ssh shut at com "shutdown -s -t 0" > > ?? shutdown-all-hosts.sh works fine if it runned manually. > ?? But it does not work even if I insert sleep 30 sec...
2016 Jul 12
3
Best practice to shutdown hosts which has not NUT via upssched
...?????? earlyshutdown) ??????????????? logger -t upssched-cmd "Early shutdown is started" ??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh ??????????????? /usr/local/sbin/upsmon -c fsd ??????????????? ;; esac ?? shutdown-all-hosts.sh contains: # Linux hosts HOSTLIST="sim iogate br" for host in $HOSTLIST do ... ???? ssh $host halt -p ... done # Windows hosts ssh shut at com "shutdown -s -t 0" ?? shutdown-all-hosts.sh works fine if it runned manually. ?? But it does not work even if I insert sleep 30 sec before upsmon -c fsd ?? Also I read somewhere that it...
2016 Jul 13
2
Best practice to shutdown hosts which has not NUT via upssched
On Wed, 13 Jul 2016, Dmitri Stepanov wrote: >>> ?? shutdown-all-hosts.sh contains: >>> # Linux hosts >>> HOSTLIST="sim iogate br" >>> for host in $HOSTLIST >>> do >>> ... >>> ???? ssh $host halt -p >>> ... >>> done >>> ?? shutdown-all-hosts.sh works fine if it runned manually. >>> ?? But it does not work even if I insert sleep 30 sec before ups...
2016 Jul 13
0
Best practice to shutdown hosts which has not NUT via upssched
...y shutdown is started" >> ??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh >> ??????????????? /usr/local/sbin/upsmon -c fsd >> ??????????????? ;; >> esac >> >> ?? shutdown-all-hosts.sh contains: >> # Linux hosts >> HOSTLIST="sim iogate br" >> for host in $HOSTLIST >> do >> ... >> ???? ssh $host halt -p >> ... >> done >> # Windows hosts >> ssh shut at com "shutdown -s -t 0" >> >> ?? shutdown-all-hosts.sh works fine if it runned manually. >> ?? But it...
2016 Jul 14
0
Best practice to shutdown hosts which has not NUT via upssched
Thank you Roger ?????, 13 ???? 2016, 15:22 +03:00 ?? Roger Price <roger at rogerprice.org>: > >On Wed, 13 Jul 2016, Dmitri Stepanov wrote: > >>>> ?? shutdown-all-hosts.sh contains: >>>> # Linux hosts >>>> HOSTLIST="sim iogate br" >>>> for host in $HOSTLIST >>>> do >>>> ... >>>> ???? ssh $host halt -p >>>> ... >>>> done > >>>> ?? shutdown-all-hosts.sh works fine if it runned manually. >>>> ?? But it does not work even...
2016 Jul 13
0
Best practice to shutdown hosts which has not NUT via upssched
...?????? earlyshutdown) ??????????????? logger -t upssched-cmd "Early shutdown is started" ??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh ??????????????? /usr/local/sbin/upsmon -c fsd ??????????????? ;; esac ?? shutdown-all-hosts.sh contains: # Linux hosts HOSTLIST="sim iogate br" for host in $HOSTLIST do ... ???? ssh $host halt -p ... done # Windows hosts ssh shut at com "shutdown -s -t 0" ?? shutdown-all-hosts.sh works fine if it runned manually. ?? But it does not work even if I insert sleep 30 sec before upsmon -c fsd ?? Also I read somewhere that it...