Demo installs create a test environment on a single machine that you can use before you deploy a production system. During installation, the installer:
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 can be run
and the port range for port in use issues
can be changed.
For example, the worksheet has 3001 for the Listening Port for the Demo Feed Handler. If this is free, the demo install will use this value. If that port is in use, the install will try 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. Default
channels names depend on the component. for Channels and Publishers
will be entered. For FASTFeedHandler, the channel names are FAST
Channel 1
and FAST Channel
2;
for Demo Feed Handle, 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 ASE 15.0.2 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 12.7 ESD #3 defaults. RAPStore Subscriber is configured to communicate with the RAPCache database and all publishers.
Running
a demo install
Insert the Sybase RAP Product DVD into the drive.
<CD_mount_directory>/rap_cd1/setup<Platform>.bin -V InstallType=demo
where <Platform> is the name
of your operating system. For example, use the command /cdrom/rap_cd1/setupSolaris.bin
-V InstallType=demo
on Sun Solaris.
If you are installing on IBM AIX, omit
.bin
from
the command. For example: /cdrom/rap_cd1/setupaix
-V InstallType=demo
This command starts the InstallShield Wizard. When the installer prompts you to continue, choose Next.
When the InstallShield Wizard starts, follow the directions on the screen.
After you run the Demo install, refer to the appropriate “Postinstallation tasks”
The installer assigns default port values to all components. If the default port assignments are currently in use, run the installer with this command to generate a pool of secondary set of port assignments:
setup<platform>.bin –V START_PORT=<startvalue> -V END_PORT = <endvalue>
where <Platform> is the name
of your operating system. For example, use the command /cdrom/rap_cd1/setupSolaris.bin
-V InstallType=demo START_PORT=3800 -V
END_PORT=4000
to perform
a Demo install on Sun Solaris with a range of port assignments in the
3800 – 4000 range.