Demo installs create a test environment on a single machine that you can use before you deploy a production system.
Assigns default port values in the 3000 – 4000 range to all components. Port values are validated during installation, and if a defined port is already in use, the install will try the range of 3800 – 4000. If one of these is in use, the install will run and the port range for port in use issues can be changed.
For example, the worksheet lists 3001 as the listening port for the demo feed handler. If this port is free, the demo install will use this value. If that port is in use, the install tries to find another one in the range of 3800 - 4000.
Assigns 224.0.2.0 as the default class D multicast IP addresses to all publishers, and 127.0.0.1 as the default local host address.
Assigns two data channels for each publisher. The assigned default channel names depend on the component. For FAST feed handler, the channel names are "FAST Channel 1" and "FAST Channel 2"; for demo feed handler; the channel names are "Demo Feed 1" and "Demo Feed 2"; and for the publisher API, the channel names are "Custom Channel 1" and "Custom Channel 2".
Assigns default settings for various configuration options, such as the number of packet buffers.
Installs the RAPCache database and RAPCache subscriber on the target machine. RAPCache is set to Adaptive Server Enterprise 15.5 defaults. RAPCache subscriber is configured to communicate with the RAPCache database and all publishers.
Installs the RAPStore database and RAPStore subscriber on the target machine. RAPStore is set to Sybase IQ 15.1 ESD #1 defaults. RAPStore subscriber is configured to communicate with the RAPCache database and all publishers.
Installs the Operations Console and assigns it default port values (5000 for RAPCache and 2638 for RAPStore).