listIndoubts command

Use the listIndoubts command to list and resolve all indoubt transactions.

Usage

  • To display the help for a specific command, run the following command:
    • [Unix]./xscmd.sh -h listIndoubts
    • [Windows]xscmd.bat -h listIndoubts
  • To display a list of the commands within a command group, run the following command:
    • [Unix]./xscmd.sh -lc ObjectGrid
    • [Windows]xscmd.bat -lc ObjectGrid
  • To display the general help, run the following command:
    • [Unix]./xscmd.sh -h
    • [Windows]xscmd.bat -h
  • To display a list of all of the commands, run the following command:
    • [Unix]./xscmd.sh -lc
    • [Windows]xscmd.bat -lc
  • To display a list of the command groups, run the following command:
    • [Unix]./xscmd.sh -lcg
    • [Windows]xscmd.bat -lcg

Parameters

[-g <gridName>][-s][-fs <filterSpecification>]| [-d]|[-xid <tranIdentifier>][-cm]|[-r]|[-f][-tm]|[-rm]|[-p <mapSetName:partitionID>][-to <serverTimeout>][-cgc <className>][-ca <support>][-sp800 <type>][-sp <profileName>][-ks <filePath>][-ts <filepath>][-trf <filePath>][-prot <protocol>][-cxpv <provider>][-trs <traceSpec>][-al <alias>][-pwd <password>][-tsp <password>][-cep <endpoints>][-ksp <password>][-arc <integer>][-tt <type>][-tst <type>][-ssp <profileName>][-kst <type>][-cgp <property>][-user <username>][-fips]

Parameter description

[-al, --alias <alias>]
Specifies the alias name in the keystore.
[-arc, --authRetryCount <integer>]
Specifies the retry count for authentication if the credential is expired. If the value is set to 0, then authentication retries do not occur.
[-ca, --credAuth <support>]
Sets the client credential authentication support [Never, Supported, Required].
[-cep, --catalogEndPoints <endpoints>]
Specifies one or more catalog service endpoints in the format <host>[:<listenerPort>][,<host>[:<listenerPort>]]. Default endpoint: localhost:2809
[-cgc, --credGenClass <className>]
Specifies the name of the class that implements the CredentialGenerator interface. This class is used to get credentials for clients.
[-cgp, --credgenprops <property>]
Specifies the properties for the CedentialGenerator implementation class. The properties are set to the object with the setProperties(String) method.
[-cm,--commit]
Commits all the partitions that are in the PREPARED state for this transaction.
[-cxpv, --contextProvider <provider>]
Specifies the context provider. Examples: IBMJSSE2, IBMJSSE, IBMJSSEFIPS.
[-d,--details]
Lists a detailed view of all indoubt transactions.
[ -f,--forget]
Specifies that all the partitions that are in the HEURISTIC state for this transaction should be forgotten.
[ -fs,--filter <filterSpecification> ]
The filter specification. The filter specification should be in the form: filterName=value(: *. See the TranslationMBean javadoc for valid filters).
[-fips, --fips140_2]
Enables the FIPS 140-2 TLS cryptography standard. You must configure the FIPS security provider to use this setting.
[-g, --gridName <objectGrid>]
Specifies the data grid name.
[-ks, --keyStore <filePath>]
Specifies the absolute path to keystore. Example: /etc/test/security/server.public
[-ksp, --keyStorePassword <password>]
Specifies the password to the keystore.
[-kst, --keyStoreType <type>]
Specifies the type of keystore in use. Example: JKS, JCEK, PKCS12.
[-p,--partition <mapSetName:partitionID>]
Perform the action on the specified partition identified by the mapSetName and partitionId.
[-prot, --protocol <protocol>]
Specifies the security protocol in use. Examples: SSL, SSLv2, SSLv3, TLS, TLSv1, TLSv1.1, TLSv1.2
Note: Setting FIPS 140-2 TLS encryption with TLS version 1.2 is not supported at this time.
[-pwd, --password <password>]
Specifies the eXtreme Scale password security credential.
[-r, --rollback]
Specifies that all the partitions that are in the PREPARED state for this transaction should be rolled back.
[-rm]
Perform the action on all partitions listed as the resource manager for this transaction.
[-s,--summary
Summarized view of all indoubt transactions.
[-sp, --secProfile <profileName>]
Specifies a profile name.
[-ssp, --saveSecProfile <profileName>]
Specifies the save security parameter values in security profile.
[-sp800, --sp800_131 <type>]
Enables the SP800-131a TLS cryptography standard. Valid values are off, transition, strict.
[-tm]
Perform the action on all partitions listed as the transaction manager for this transaction.
[-to, --timeout <serverTimeout>]
Specifies the server connection timeout in seconds.
[-trf, --traceFile <filePath>]
Specifies the absolute path to the generated trace file for xscmd command output.
[-trs, --traceSpec <traceSpec>]
Specifies the trace specification for xscmd command output.
[-ts, --trustStore <filepath>]
Specifies the absolute path to truststore. Example: /etc/test/security/server.public
[-tsp, --trustStorePassword <password>]
Specifies the truststore password.
[-tst, --trustStoreType <type>]
Specifies the truststore type. Examples: JKS, JCEK, PKCS12.
[-tt, --transportType <type>]
Specifies the transport layer security configuration type. Examples: TCP/IP, SSL-Supported, SSL-Required.
[-user, --username <username>]
Specifies the eXtreme Scale user name security credential.
[-xid,--tranId <tranIdentifier>]
Specifies the transaction Identifier.