Installation guide

Chapter 8: Configuring, Starting and Stopping FlashCONNECT Components
86 FlashCONNECT Administrators Guide
Turnkey Installation
A turnkey installation is one in which FlashCONNECT becomes available when the
host system starts.
Complete the steps below to modify the installation to be a turnkey installation.
To create a turnkey installation:
1. Modify the D3 user-coldstart macro to include the steps taken to start the
FlashCONNECT components. For example, these lines could be added to the
user-coldstart script in the dm account:
logto www
clear-jobs (optional)
clear-file dm,runtime-errors, (optional)
clear-file w3lines
WWW-MANAGER START
logto dm
Where: www is the FlashCONNECT account.
2. Modify the D3 user-shutdown macro to include the steps taken to stop the
FlashCONNECT components. For example, these lines could be added to the
user-shutdown script (called :SHUTDOWN in mvBase) in the dm account:
logto www
WWW-SHUTDOWN
logto dm
3. Do one of the following:
UNIX: Modify the UNIX /etc/inittab file or the rc.d files to include the steps
taken to start the FCService.
Windows: Modify the FlashCONNECT entry in the Service dialog box.
a. From the Control Panel, select Services.
NOTE—A turnkey installation can be created automatically when installing the
WWW account by responding yes to the prompt:
Do you want USER-COLDSTART and USER-SHUTDOWN to
automatically start and stop FlashCONNECT in the
accountname account at boot and shutdown time? (Y/N)
See the FlashCONNECT 3.5 and mvDesigner 2.1 Installation Guide for more
information.