DOKK / manpages / debian 12 / pacemaker-cli-utils / crm_ticket.8.en
PACEMAKER(8) System Administration Utilities PACEMAKER(8)

Pacemaker - Part of the Pacemaker cluster resource manager

crm_ticket <query>|<command> [options]

Perform tasks related to cluster tickets

Allows ticket attributes to be queried, modified and deleted.

Show help options
Show all help options
Show queries
Show command options
Show advanced options
Show additional options
Show deprecated options

Display the information of ticket(s)
Display the details of ticket(s)
Display the IDs of ticket(s)
Query the XML of ticket(s)
Display the rsc_ticket constraints that apply to ticket(s)

Grant a ticket to this cluster site
Revoke a ticket from this cluster site
Tell this cluster site this ticket is standby
Tell this cluster site this ticket is active

Display the named attribute for a ticket
Set the named attribute for a ticket
Delete the named attribute for a ticket
Delete all state of a ticket at this cluster site

Attribute value to use with -S
(Advanced) Default attribute value to display if none is found (for use with -G)
(Advanced) Force the action to be performed
Ticket ID

(Advanced) ID of the instance_attributes object to change
(Advanced) ID of the nvpair object to change/delete
Print only the value on stdout

-$, --version
Display software version and exit
Increase debug output (may be specified multiple times)

Display the info of tickets:

crm_ticket --info

Display the detailed info of tickets:

crm_ticket --details

Display the XML of 'ticketA':

crm_ticket --ticket ticketA --query-xml

Display the rsc_ticket constraints that apply to 'ticketA':

crm_ticket --ticket ticketA --constraints

Grant 'ticketA' to this cluster site:

crm_ticket --ticket ticketA --grant

Revoke 'ticketA' from this cluster site:

crm_ticket --ticket ticketA --revoke

Make 'ticketA' standby (the cluster site will treat a granted 'ticketA' as 'standby', and the dependent resources will be stopped or demoted gracefully without triggering loss-policies):

crm_ticket --ticket ticketA --standby

Activate 'ticketA' from being standby:

crm_ticket --ticket ticketA --activate

Get the value of the 'granted' attribute for 'ticketA':

crm_ticket --ticket ticketA --get-attr granted

Set the value of the 'standby' attribute for 'ticketA':

crm_ticket --ticket ticketA --set-attr standby --attr-value true

Delete the 'granted' attribute for 'ticketA':

crm_ticket --ticket ticketA --delete-attr granted

Erase the operation history of 'ticketA' at this cluster site, causing the cluster site to 'forget' the existing ticket state:

crm_ticket --ticket ticketA --cleanup

Written by Andrew Beekhof and the Pacemaker project contributors

July 2023 Pacemaker 2.1.5