Record
installation responses into a response file or copy the sample response file. In either case, edit the file
to customize the responses.
Prerequisites
If you are upgrading, Sybase recommends that you shut down the earlier version of Sybase Control Center before installing the new version. When the installer configures HTTP, HTTPS, and RMI ports, it checks to see if the port numbers
provided are in use. If the earlier version of Sybase Control Center is running when you install
the new version, you cannot use the same ports in both versions. Configure
different ports only if you plan to run the two versions of Sybase Control Center simultaneously,
which is not recommended.
Task
To create a response file when installing in GUI or console mode, use
the -r command line argument. The -r argument records your responses to the installation
wizard’s prompts and creates a response file when the installation wizard exits. The
response file is a text file that you can edit to change any responses.
Alternatively, Sybase provides a sample reponse file called
sample_response.txt in the directory where your Sybase
Control Center installer images were downloaded. Rather than creating a reponse file
as described below, you might prefer to copy and edit the sample response file. The
options are documented in the
file. You
must provide values for the password properties CONFIG_SCC_CSI_SCCADMIN_PWD and
CONFIG_SCC_CSI_UAFADMIN_PWD.
-
(Windows) If you are installing 32-bit SCC on 64-bit Windows Vista, Windows 7, or Windows
2008, set compatibility mode for the installer to Windows XP.
Tip: To avoid these extra steps, use the 64-bit SCC Windows installer.
- Right-click setup.exe or setupConsole.exe.
- Select
Properties.
- On the Compatibility tab, select Windows XP
compatibility mode.
- Click OK.
-
(Windows) If you are installing in Windows Vista, Windows 7, or Windows
2008, set the Run as Administrator option on the installer. You must do this even if you already have administrative privileges.
- Right-click setupConsole.exe.
- Select Run as
Administrator.
- To generate the response file during installation, run:
-
Windows console
mode:
setupConsole.exe -i console -r <full-path-to-response-file>
For example:
setupConsole.exe -i console -r C:\work\responsefile.txt
-
Windows GUI mode:
setupConsole.exe -r <full-path-to-response-file>
For example:
setupConsole.exe -r C:\work\responsefile.txt
-
UNIX:
setup.bin -r <full-path-to-response-file>
For example:
setup.bin -r /work/responsefile.txt
Note: The directory path you specify for the response file must
already exist.
- See Installing with the Sybase Installer for instructions on responding
to the installer.
- Before using the response file, open it and add values for the password
properties CONFIG_SCC_CSI_SCCADMIN_PWD and CONFIG_SCC_CSI_UAFADMIN_PWD. For
security reasons, the values you enter are not recorded in the response file,
but setting these passwords to non-null values during installation is
required.
Next
The response file contains passwords in clear text. After you use the file, destroy
it or remove the passwords.