Listing components

The list-components task lists all component instances that are managed by the Component Instance Manager. Executing the task returns a list of all managed components in the IAS Service.

The syntax for this task is:
component-manager-cmd list-components [-cp ContextPath] [-h HostName] [-p PortNumber] [-l true|false] 
where:
  • -cp (or --contextPath) specifies the context path of IAS. In WebLogic Server installations, the value can include a forward slash (/) or not. If the flag is omitted, it defaults to the value of the com.endeca.eidi.ias.server.contextPath property in <install path>\IAS\workspace\conf\commandline.properties. If the property is not set, the value is /ias-server in WebLogic Server installations and empty in Jetty installations (i.e. the root context path). Optional.
  • -h (or --host) specifies the host where the Component Instance Manager is running. If the flag is omitted, the default is the value of the com.endeca.eidi.ias.server.host property in commandline.properties. If the property is not set, the value then defaults to localhost. Optional.
  • -p (or --port) specifies the port of the Component Instance Manager. If the flag is omitted, the default is the value of the com.endeca.eidi.ias.server.port property in commandline.properties. If the property is not set, the value then defaults to 8401. Optional.
  • -l (or --isPortSsl) specifies whether to communicate with the service using an HTTPS connection. A value of true uses HTTPS and treats the com.endeca.eidi.ias.server.port property as an SSL port. A value of false uses HTTP and treats com.endeca.eidi.ias.server.port as a non-SSL port. Specify false if you enabled redirects from a non-SSL port to an SSL port. Optional.

To list components:

  1. Start a command prompt and change to <install path>\IAS\<version>\bin.
  2. Run the list-components task with any of the options listed above.

Example of listing components

This example lists the Record Store instances for a sample application running in the Endeca IAS Service:
component-manager-cmd.bat list-components
NAME            TYPE            STATUS
ebizsampleapp-trigger-dimensions        RecordStore     RUNNING
ebizsampleapp-products  RecordStore     RUNNING
ebizsampleapp-category-dimension        RecordStore     RUNNING
If no components have been created, the list-components task returns the following:
No components have been provisioned.