Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools > Non-GUI Installation > Process of Unattended Installation and Configuration >

Installing the Reports Server in Unattended Mode


This section provides instructions for installing Reports Server without the installation GUI, using unattended mode.

NOTE:  For more information about installing Reports Server, see Installing the Siebel Reports Server. In particular, review the information presented in Preinstallation Tasks for the Siebel Reports Server.

Editing the siebel.ini Files for Reports Server

Before starting the Reports Server installation, you must modify portions of the siebel.ini file, as described in the following section. After you are done with the installation, you can perform configuration in GUI mode as described later on in this chapter.

To modify the siebel.ini file for the main installer

  1. Using a text editor, modify the siebel.ini file for the Siebel Reports Server.

    NOTE:  Make a copy of each siebel.ini file you plan to modify, and save it in a unique location that identifies the module it pertains to. Preserve these copies in case you may need them for later reference.

    • Siebel Reports Server. Windows\Server_Ancillary\actuate\siebel.ini.

      CAUTION:  When you modify a siebel.ini file, make sure that you enter the correct values, because your entries are not validated by the installer.

  2. Locate the [Dialog.ActuateServer.Windows] section.

    Using the following as an example, change the values to reflect your configuration requirements:

    [Dialog.ActuateServer.Windows]
    Readme = no
    LocaleTimeZone = no
    ServiceProfile = no
    PMDHostPort = no
    iServerHostPort = no
    EncyclopediaVolume = no
    AutoStart = no
    AdminPassword = no
    MgmtConsoleHTTPPort = no

  3. Locate the [Defaults.ActuateServer.Windows] section.

    Using the following as an example, change the values to reflect your configuration requirements:

    [Defaults.ActuateServer.Windows]
    Locale = English (United States)
    TimeZone = Pacific Standard Time (GMT-8:00 Pacific Standard Time)
    AutoStartPMD = 1
    AutoStartiServer = 1
    ActuateUser = hq\jsmith
    ActuateUserPassword = abc123
    PMDHost = machine_name
    PMDPort = 8100
    iServerHost = machine_name
    iServerPort = 8000
    EncyclopediaVolume = volume_name
    AdminPassword =
    MgmtConsoleHTTPPort = 8900

  4. Locate the [Dialog.ActuatePortal.Windows] section.

    Using the following as an example, change the values to reflect your configuration requirements:

    [Dialog.ActuateActivePortal.Windows]
    License = no
    HTTPDestination = no
    LocaleTimeZone = no
    HTTPPort = no
    HTTPServiceAccount = no
    EncyclopediaVolume = no
    iServerHostPort = no
    PMDHostPort = no

  5. Locate the [Defaults.ActuateActivePortal.Windows] section.

    Using the following as an example, change the values to reflect your configuration requirements:

    [Defaults.ActuateActivePortal.Windows]
    HTTPDestination = C:\Program Files\Common Files\Actuate\7.0
    Locale = English (United States)
    TimeZone = Pacific Standard Time (GMT-8:00 Pacific Standard Time)
    HTTPPort = 8700
    HTTPServiceUser = hq\jsmith
    HTTPServicePassword = abc123
    EncyclopediaVolume = volume_name
    iServerHost = machine_name
    iServerPort = 8000
    PMDHost = machine_name
    PMDPort = 8100

    If you are installing iServer in the same installation, the following parameters should have the same values as in [Defaults.ActuateServer.Windows]:

    Locale
    TimeZone
    EncyclopediaVolume
    iServerHost
    iServerPort
    PMDHost

Table 10 displays the Reports Server component keys in the siebel.ini file. It also indicates whether the keys are always required and the conditions in which keys may be required. If a key is required, then there must be a corresponding value in the siebel.ini file.

Table 10.  Reports Server Component Keys
Component Key
Required?
Condition When Required

Locale

Y

Specify the full name of the locale you require. For locale mappings, see Values for Locale.txt and Timezone.txt.

TimeZone

Y

Specify the full name of the time zone you require. For time zone mappings, see Values for Locale.txt and Timezone.txt.

AutoStartPMD

Y

If installing iServer and Management Console.

1 = Automatically start Process Management Daemon when Windows boots.
0 = Not automatically start Process Management Daemon when Windows boots.

AutoStartiServer

Y

If installing iServer and Management Console.

1 = Automatically start iServer when Process Management Daemon starts.
0 = Not automatically start iServer when Process Management Daemon starts.

ActuateUser

Y

If installing iServer and Management Console.

ActuateUserPassword

Y

If installing iServer and Management Console.

PMDHost

Y

 

PMDPort

Y

 

iServerHost

Y

 

iServerPort

Y

 

EncyclopediaVolume

Y

 

AdminPassword

N

 

MgmtConsoleHTTPPort

Y

If installing iServer and Management Console.

HTTPDestination

Y

If installing ActivePortal.

HTTPPort

Y

If installing ActivePortal.

HTTPServiceUser

Y

If installing ActivePortal.

HTTPServicePassword

Y

If installing ActivePortal.

Siebel Installation Guide for Microsoft Windows: Servers, Mobile Web Clients, Tools