Linbit

From Lolly's Wiki
Revision as of 22:06, 25 November 2021 by Lollypop (talk | contribs) (Text replacement - "<source " to "<syntaxhighlight ")
Jump to navigationJump to search

PingPong abschalten: <syntaxhighlight lang=bash>

  1. crm configure

crm(live)configure# property maintenance-mode=on crm(live)configure# commit crm(live)configure# ^D crm(live)configure# bye </source>


<syntaxhighlight lang=bash>

  1. crm configure

crm(live)configure# property maintenance-mode=on crm(live)configure# commit crm(live)configure# ^D crm(live)configure# bye

  1. vi config-files...
  1. crm_resource -l | xargs -l crm resource cleanup
  1. crm configure

crm(live)configure# property maintenance-mode=off crm(live)configure# ptest actions INFO: install graphviz to see a transition graph notice: LogActions: Start stonith_fence_ipmilan_hhlokva04 (hhlokva03.srv.ndr-net.de)

 notice: LogActions:   Start   stonith_fence_ipmilan_hhlokva03 (hhlokva04.srv.ndr-net.de)

crm(live)configure# commit crm(live)configure# ^D crm(live)configure# bye </source>

<syntaxhighlight lang=bash>

  1. virsh list --all
Id    Name                           State

1     OSC_v1                         running
-     ts_v1                          shut off

</source>