Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: najwan on March 02, 2017, 07:57:06 AM
-
It is my first time I am deploying genesys recording and I am following the deployment document provided by genesys and I am stuck on initialization cassandra (development environment single node) when it comes to the below activity:
Copy the ks-schema-local.cql file from installation_CD/data to the Cassandra node host.
2. Set the replication factor to 1 (the default), if needed. Since this is a single node deployment, you don't need to modify
this value. Refer to the Cassandra documentation for more information about replication factors.
and strategy_options = {replication_factor : 1}
3. Run the following command to create the Cassandra schema:
cassandra_install_dir/bin/cqlsh cassandra_host -f ks-schemalocal.
cql
My questin is where to find the file ks-schema-local.cql?
Please i need some help
-
On installation CD or under IRWS installation package as is described in documentation.
-
Thanks found it