Installation guide

CHAPTER 3 Creating Embedded EAServer Installations
Installation Guide 25
For upgrade installations (installation type is
InstallUpgrade), specify the
location of the previous installation, as specified by the JAGUAR environment
variable for the installation.
The default value is
$D(install)/sybase, which specifies the directory
/opt/sybase.
License agreement
For the silent installation to run, change the value of
-W SybaseLicense.agreeToLicense from False to True, indicating that you
have read and agreed to the software license agreement. You can view the
license text by running the interactive installation or on the
Sybase Web site at
http://www.sybase.com/softwarelicenses
.
Listener ports
EAServer includes several preconfigured network listeners for the supported
protocols. For new installations, configure the listener ports by setting the
parameters listed in Table 3-3 on page 26. These settings are ignored if you are
upgrading an existing installation. You can also configure these settings after
the installation completes using EAServer Manager or
jagtool as described in
the EAServer System Administration Guide.
The installer checks to see if the specified ports are already in use. You can
configure the installer to either ignore port conflicts or to scan for free ports.
For example, these settings configure the installer to not scan for free ports and
to ignore conflicts:
-W PortScan.silentResolvePortConflict=False
-W PortScan.silentIgnorePortConflict=True
To scan for free ports and write the port numbers to the log file
eas_install.props, use these settings:
-W InstallLogFilename.value="$W(SilentInstallLocation.value)\EAServer\eas_ins
tall.props"
-W PortScan.silentResolvePortConflict=True
-W PortScan.silentIgnorePortConflict=False
These settings create the log file as eas_install.props in the installation
location. You can modify the file name and location by editing the value of the
-W InstallLogFilename.value parameter.