The get-write-generation
task returns the ID of the write generation.
The syntax for this task is:
recordstore-cmd get-write-generation -aRecordStoreName
-x id [-h HostName] [-l true|false] [-pPortNumber
]
where:
-a
(or--instanceName
) specifies the name of a Record Store instance. Required.-h
(or--host
) specifies the host where the CAS Service is running. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.host
property incommandline.properties
. If the property is not set, the value then defaults tolocalhost
. Optional.-l
(or--isPortSsl
) specifies whether to communicate with the service using an HTTPS connection. A value oftrue
uses HTTPS and treats thecom.endeca.itl.cas.server.port
property as an SSL port. A value offalse
uses HTTP and treatscom.endeca.itl.cas.server.port
as a non-SSL port. Specifyfalse
if you enabled redirects from a non-SSL port to an SSL port. Optional.-p
(or--port
) specifies the port of the CAS Service. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.port
property incommandline.properties
. If the property is not set, the value then defaults to8500
. Optional.-x
(or--transaction
) specifies the active transaction ID to use. The transaction must be aREAD_WRITE
type. Required.
Example 34. Example of getting the write-generation ID
recordstore-cmd get-write-generation -a RS1 -x 5 Write generation: 2
The output of the get-write-generation
task shows that Generation 2 is the current write generation.