Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 933608 Details for
Bug 1136191
qpid-ha -h or --help should exit with returncode of 0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Current qpid-tools-0.22-14.el6 behavior
file_1136191.txt (text/plain), 8.75 KB, created by
Frantisek Reznicek
on 2014-09-02 06:44:31 UTC
(
hide
)
Description:
Current qpid-tools-0.22-14.el6 behavior
Filename:
MIME Type:
Creator:
Frantisek Reznicek
Created:
2014-09-02 06:44:31 UTC
Size:
8.75 KB
patch
obsolete
># alpha ># ########################################################################### >[root@dhcp-lab-248 ~]# qpid-ha >usage: qpid-ha <command> [<arguments>] > >Commands are: > > status Print HA status. > replicate Set up replication from <queue> on <remote-broker> to <queue> on the current broker. > promote Promote a backup broker to primary. > ping Check if the broker is alive and responding. > query Print HA configuration and status. > >For help with a command type: qpid-ha <command> --help > >Exception: Command not found >[root@dhcp-lab-248 ~]# echo $? >1 ># beta ># ########################################################################### >[root@dhcp-lab-248 ~]# qpid-ha -h >usage: qpid-ha <command> [<arguments>] > >Commands are: > > status Print HA status. > replicate Set up replication from <queue> on <remote-broker> to <queue> on the current broker. > promote Promote a backup broker to primary. > ping Check if the broker is alive and responding. > query Print HA configuration and status. > >For help with a command type: qpid-ha <command> --help > >Exception: Command not found >[root@dhcp-lab-248 ~]# echo $? >1 ># gamma ># ########################################################################### >[root@dhcp-lab-248 ~]# qpid-ha --help >usage: qpid-ha <command> [<arguments>] > >Commands are: > > status Print HA status. > replicate Set up replication from <queue> on <remote-broker> to <queue> on the current broker. > promote Promote a backup broker to primary. > ping Check if the broker is alive and responding. > query Print HA configuration and status. > >For help with a command type: qpid-ha <command> --help > >Exception: Command not found >[root@dhcp-lab-248 ~]# echo $? >1 ># delta ># ########################################################################### >[root@dhcp-lab-248 ~]# qpid-ha --help-all >Usage: status [options] > >Print HA status > >Options: > -h, --help show this help message and exit > --expect=<status> Don't print status. Return 0 if it matches <status>, 1 > otherwise > --is-primary Don't print status. Return 0 if the broker is primary, > 1 otherwise > --all Print status for all brokers in the cluster > > Broker connection options: > -b <address>, --broker=<address> > Address of qpidd broker with syntax: > [username/password@] hostname | ip-address [:<port>] > (Default localhost) > --timeout=<seconds> > Give up if the broker does not respond within the > timeout. 0 means wait forever (Default 10.0) > --sasl-mechanism=<mech> > SASL mechanism for authentication (e.g. EXTERNAL, > ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL > automatically picks the most secure available > mechanism - use this option to override > --ssl-certificate=<cert> > Client SSL certificate (PEM Format) > --ssl-key=<key> Client SSL private key (PEM Format) > --config=<path/to/qpidd.conf> > Read default connection configuration from the > qpidd.conf broker configuration file. Defaults are > overridden by command-line options.) > >Usage: replicate [options] <queue> <remote-broker> > >Set up replication from <queue> on <remote-broker> to <queue> on the current broker. > >Options: > -h, --help show this help message and exit > > Broker connection options: > -b <address>, --broker=<address> > Address of qpidd broker with syntax: > [username/password@] hostname | ip-address [:<port>] > (Default localhost) > --timeout=<seconds> > Give up if the broker does not respond within the > timeout. 0 means wait forever (Default 10.0) > --sasl-mechanism=<mech> > SASL mechanism for authentication (e.g. EXTERNAL, > ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL > automatically picks the most secure available > mechanism - use this option to override > --ssl-certificate=<cert> > Client SSL certificate (PEM Format) > --ssl-key=<key> Client SSL private key (PEM Format) > --config=<path/to/qpidd.conf> > Read default connection configuration from the > qpidd.conf broker configuration file. Defaults are > overridden by command-line options.) > >Usage: promote [options] > >Promote a backup broker to primary. Note this command will not detect if another broker is already primary, and creating a second primary will make the cluster inconsistent. It is up to the caller (normally the cluster resource manager) to ensure there is only one primary. > >Options: > -h, --help show this help message and exit > > Broker connection options: > -b <address>, --broker=<address> > Address of qpidd broker with syntax: > [username/password@] hostname | ip-address [:<port>] > (Default localhost) > --timeout=<seconds> > Give up if the broker does not respond within the > timeout. 0 means wait forever (Default 10.0) > --sasl-mechanism=<mech> > SASL mechanism for authentication (e.g. EXTERNAL, > ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL > automatically picks the most secure available > mechanism - use this option to override > --ssl-certificate=<cert> > Client SSL certificate (PEM Format) > --ssl-key=<key> Client SSL private key (PEM Format) > --config=<path/to/qpidd.conf> > Read default connection configuration from the > qpidd.conf broker configuration file. Defaults are > overridden by command-line options.) > >Usage: ping [options] > >Check if the broker is alive and responding > >Options: > -h, --help show this help message and exit > > Broker connection options: > -b <address>, --broker=<address> > Address of qpidd broker with syntax: > [username/password@] hostname | ip-address [:<port>] > (Default localhost) > --timeout=<seconds> > Give up if the broker does not respond within the > timeout. 0 means wait forever (Default 10.0) > --sasl-mechanism=<mech> > SASL mechanism for authentication (e.g. EXTERNAL, > ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL > automatically picks the most secure available > mechanism - use this option to override > --ssl-certificate=<cert> > Client SSL certificate (PEM Format) > --ssl-key=<key> Client SSL private key (PEM Format) > --config=<path/to/qpidd.conf> > Read default connection configuration from the > qpidd.conf broker configuration file. Defaults are > overridden by command-line options.) > >Usage: query [options] > >Print HA configuration and status > >Options: > -h, --help show this help message and exit > > Broker connection options: > -b <address>, --broker=<address> > Address of qpidd broker with syntax: > [username/password@] hostname | ip-address [:<port>] > (Default localhost) > --timeout=<seconds> > Give up if the broker does not respond within the > timeout. 0 means wait forever (Default 10.0) > --sasl-mechanism=<mech> > SASL mechanism for authentication (e.g. EXTERNAL, > ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL > automatically picks the most secure available > mechanism - use this option to override > --ssl-certificate=<cert> > Client SSL certificate (PEM Format) > --ssl-key=<key> Client SSL private key (PEM Format) > --config=<path/to/qpidd.conf> > Read default connection configuration from the > qpidd.conf broker configuration file. Defaults are > overridden by command-line options.) > >[root@dhcp-lab-248 ~]# echo $? >0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1136191
: 933608