Create an Endeca CAS Recordstore –

<CAS>/11.3.0/bin/component-manager-cmd.sh create-component -h <CAS-Host> -p <CAS-Port> -t RecordStore -n <record-store-name>

Example

<CAS>/11.3.0/bin/component-manager-cmd.sh create-component -h localhost -p 8500 -t RecordStore -n MyAppen-data

Delete Endeca CAS RecordStore – 

<CAS>/11.3.0/bin/component-manager-cmd.sh delete-component -h <CAS-Host> -p <CAS-Port> -n <record-store-name>

Example

<CAS>/11.3.0/bin/component-manager-cmd.sh delete-component -h localhost -p 8500 -n MyAppen-data

Other links –
How to read/export data from a Endeca CAS recordstore?
How to update the configuration of a CAS recordstore?
How to get list of Endeca CAS record stores ?

Leave a Reply