readme
来自「linux集群服务器软件代码包」· 代码 · 共 32 行
TXT
32 行
The STONITH module (a.k.a. STOMITH) provides an extensible interfacefor remotely powering down a node in the cluster. The idea is quite simple:When the software running on one machine wants to make sure anothermachine in the cluster is not using a resource, pull the plug on the other machine. It's simple and reliable, albiet admittedly brutal.Here's an example command line invocation used to power off a machine named 'nodeb'. The parameters are dependent on the type of device you are using for this capability.stonith -t rps10 -p "/dev/ttyS5 nodeb 0 " nodebCurrently supported devices: apcsmart: APCSmart (tested with 2 old 900XLI) baytech: Baytech RPC5 meatware: Alerts an operator to manually turn off a device. nw_rpc100s: Micro Energetics Night/Ware RPC100S rps10: Western Telematics RPS10 vacm_stonith: VA Linux Cluster Manager (see README.vacm)To see the parameter syntax for a module, run the 'stonith' command and omit the -p parameter. For example:$ /usr/sbin/stonith -t rps10 teststonith: Invalid config file for rps10 device.stonith: Config file syntax: <serial_device> <node> <outlet> [ <node> <outlet> [...] ]All tokens are white-space delimited.Blank lines and lines beginning with # are ignored
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?