Running a silent install

Launch SilentInstall.sh from a console to start the install. You must include a license acceptance switch as an argument when you run this script. Other arguments depend on whether you plan to run a “Typical install” or “Custom install”.

Command line arguments

You can display options for this script by running the SilentInstall.sh script with the –h or –? option in a console.

Typical install

You can run a typical silent install directly from the installation CD, and must include the license acceptance switch:

% ./<DVD_mount_directory>/ SilentInstall.sh –I_accept_sybase_license

If you do not have the $SYBASE environment variable set, you must also specify the -dst parameter.

Custom install

If you want to perform a custom install, the command you use to run SilentInstall.sh must include the –txt switch that points to the location of the modified SilentInstall.txt. The command must also include the license acceptance switch:

% ./SilentInstall.sh –txt <directory name/SilentInstall.txt –I_accept_sybase_license 

If you do not have the $SYBASE environment variable set, you must also specify the -dst parameter.

NoteNote