######################################################### # RESOURCE TEMPLATE # # This file contains a list of configuration attributes # for Sybase SQL Server. This is the template for # configuring a new SQL Server. DO NOT EDIT THIS FILE. # Copy the master template to another file and edit that. # # Syntax of the resource file is: # # product_name.attribute:value # # NOTES: # Generic attributes are prefaced by "sybinit." The only required # generic attributes are "release_directory" and "product." ######################################################### ######################################################### # RELEASE LOCATION sybinit.release_directory: /put_your_release_directory_pathname_here # The product that you wish to configure. sybinit.product: sqlsrv ############################################################# # SQL SERVER ATTRIBUTES # name for SQL Server (default name is SYBASE) sqlsrv.server_name: USE_DEFAULT # If this is a newly installed product set this attribute to yes. sqlsrv.new_config: yes ############################################################# # INFORMATION ABOUT THE SQL SERVER INTERFACES FILE ENTRY # add SQL Server to interfaces file? sqlsrv.do_add_server: yes # connect retry count; number of times client tries to connect # to SQL Server before giving up sqlsrv.connect_retry_count: 0 # connect retry delay time (in seconds); amount of time client # waits between each connection attempt sqlsrv.connect_retry_delay_time: 0 # notes associated with SQL Server interfaces file entry sqlsrv.notes: # protocol for SQL Server network listener sqlsrv.network_protocol_list: tcp # alias name for SQL Server network listener sqlsrv.network_name_alias_list: # name of host for SQL Server sqlsrv.network_hostname_list: put_your_hostname_here # port numbers for network listener sqlsrv.network_port_list: put_your_port_number_here ############################################################# # MASTER DEVICE FILE # pathname of the master device sqlsrv.master_device_physical_name: /put_your_master_device_pathname_here # size of the master device in megabytes (default is 17) sqlsrv.master_device_size: USE_DEFAULT ############################################################# # ACCOUNT WITH SA AUTHORIZATION # account with SA authorization (default is sa) sqlsrv.sa_login: USE_DEFAULT # password for account with SA authorization (default is NULL) sqlsrv.sa_password: USE_DEFAULT ############################################################# # BACKUP SERVER # Backup Server for the SQL Server to use (default is SYB_BACKUP) sqlsrv.default_backup_server: USE_DEFAULT ############################################################# # SQL SERVER FILES # pathname of SQL Server errorlog file (default is /install/errorlog) sqlsrv.errorlog: USE_DEFAULT ############################################################# # UPGRADING SQL SERVER # upgrade SQL Server? sqlsrv.do_upgrade: no ############################################################# # LANGUAGE, CHARACTER SET AND SORT ORDER # default language for SQL Server (default is us_english) sqlsrv.default_language: USE_DEFAULT # list of languages to install in SQL Server (default is NULL) sqlsrv.language_install_list: USE_DEFAULT # list of languages to remove from SQL Server (default is NULL) sqlsrv.language_remove_list: USE_DEFAULT # default character set for SQL Server (default is iso_1) sqlsrv.default_characterset: USE_DEFAULT # list of character sets to install in SQL Server (default is NULL) sqlsrv.characterset_install_list: USE_DEFAULT # list of character sets to remove from SQL Server (default is NULL) sqlsrv.characterset_remove_list: USE_DEFAULT # sort order for SQL Server (default is binary) sqlsrv.sort_order: USE_DEFAULT ############################################################# # INSTALLING THE AUDITING DATABASE sqlsrv.do_install_auditing: no sqlsrv.auditing_db_size: USE_DEFAULT sqlsrv.auditing_device_logical_name: USE_DEFAULT sqlsrv.auditing_device_physical_name: /put_your_device_pathname_here sqlsrv.auditing_device_size: USE_DEFAULT sqlsrv.do_create_auditing_device: no ############################################################# # SSPROC DB sqlsrv.sybsystemprocs_db_size: USE_DEFAULT sqlsrv.sybsystemprocs_device_logical_name: USE_DEFAULT sqlsrv.sybsystemprocs_device_physical_name: /put_your_device_pathname_here sqlsrv.sybsystemprocs_device_size: USE_DEFAULT sqlsrv.do_create_sybsystemprocs_device: yes # end of resource file