Linbit: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
(Die Seite wurde neu angelegt: „ <source lang=bash> # crm configure crm(live)configure# property maintenance-mode=on crm(live)configure# commit crm(live)configure# exit # vi config-files...…“)
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
PingPong abschalten:
<syntaxhighlight lang=bash>
# crm configure
crm(live)configure# property maintenance-mode=on
crm(live)configure# commit
crm(live)configure# ^D
crm(live)configure# bye
</syntaxhighlight>




<source lang=bash>
<syntaxhighlight lang=bash>
# crm configure
# crm configure
crm(live)configure# property maintenance-mode=on
crm(live)configure# property maintenance-mode=on
crm(live)configure# commit
crm(live)configure# commit
crm(live)configure# exit
crm(live)configure# ^D
crm(live)configure# bye


# vi config-files...
# vi config-files...
Line 18: Line 27:
   notice: LogActions:  Start  stonith_fence_ipmilan_hhlokva03 (hhlokva04.srv.ndr-net.de)
   notice: LogActions:  Start  stonith_fence_ipmilan_hhlokva03 (hhlokva04.srv.ndr-net.de)
crm(live)configure# commit
crm(live)configure# commit
crm(live)configure# exit
crm(live)configure# ^D
</source>
crm(live)configure# bye
</syntaxhighlight>
 
<syntaxhighlight lang=bash>
#  virsh list --all
Id    Name                          State
----------------------------------------------------
1    OSC_v1                        running
-    ts_v1                          shut off
</syntaxhighlight>

Latest revision as of 21:43, 25 November 2021

PingPong abschalten:

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


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

# vi config-files...

# crm_resource -l | xargs -l crm resource cleanup

# 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
#  virsh list --all
 Id    Name                           State
----------------------------------------------------
 1     OSC_v1                         running
 -     ts_v1                          shut off