Sie sind auf Seite 1von 7

############################################################################# # This is a sample response file for Sybase Adaptive Server Enterprise 15.

5 # ############################################################################# #Validate Response File #---------------------RUN_SILENT=true #Choose Install Folder #--------------------# USER_INSTALL_DIR=<directory where you want to install the product> USER_INSTALL_DIR=C:\\sybase #Install older version #--------------------# INSTALL_OLDER_VERSION=<true|false>. This property determines if the installer is allowed to install older version on top of newer version. INSTALL_OLDER_VERSION=false #Choose Update Install Option #---------------------------# DO_UPDATE_INSTALL=<true|false>. This property is valid in ESD installer. It d etermines if the installer should only update the eisting product/features. DO_UPDATE_INSTALL=false #Choose Install Set #-----------------# Note: # - If DO_UPDATE_INSTALL is set to true (ESD install), CHOSEN_INSTALL_FEATURE_LI ST and CHOSEN_INSTALL_SET will be ignored. # - If CHOSEN_INSTALL_SET is set to "Typical" or "Full", do not set CHOSEN_INSTA LL_FEATURE_LIST. # CHOSEN_INSTALL_FEATURE_LIST=<choose the feature short names you want to instal l> # The short name for each feature are listed below: # Monitor Client Library -> fmcl # SySAM License Utilities -> fsysam_util # SySAM License Server -> fsysam_server # jConnect 6.0 for JDBC -> fjconnect60 # jConnect 7.0 for JDBC -> fjconnect70 # Open Client -> fopen_client # Additional Connectivity Language Modules -> fconn_add_lm # Unified Agent Server -> fua # Sybase Central -> fsc # Interactive SQL -> fdbisql # DB-Library -> fdblib # ESQL/C -> fesql_c_lang # ESQL/Cobol -> fesql_cobol_lang (Not available on all platforms) # XA Interface Library for ASE Distributed Transaction Manager -> fxa (Not available on all platforms) # ASE SNMP Agent Plug-in -> fase_snmp_agent # SySAM Agent Plug-in -> fsysam_agent # SySAM Plug-in -> fsysamp # Agent Management Console -> famc # ASE Agent Plug-in -> fase_agent # QPTune -> fqptune # Adaptive Server Plug-in -> fasep # Adaptive Server Enterprise -> fase_srv # Adaptive Server Enterprise Additional Language Modules -> fase_a dd_lm

# ASE ODBC Driver -> fodbcw # ASE OLE DB Driver -> foledb # ADO.NET -> fado # Microsoft Cluster Server Resource Type for ASE -> fms_clusterser ver # CHOSEN_INSTALL_FEATURE_LIST=fase_srv,fase_add_lm,fopen_client,fdblib,fesql_c_l ang,fxa,fconn_add_lm,fjconnect60,fjconnect70,fodbcw,foledb,fado,fmcl,fdbisql,fqp tune,fsc,fasep,fsysamp,famc,fsysam_util,fua,fase_agent,fase_snmp_agent,fsysam_ag ent,fsysam_server # CHOSEN_INSTALL_SET=<Typical|Full|Custom> CHOSEN_INSTALL_SET=Typical #Choose Product License Type #--------------------------# SYBASE_PRODUCT_LICENSE_TYPE=<license|developer|evaluate|express>. License type 'developer', 'evaluate' and 'express' are not available on all platforms. SYBASE_PRODUCT_LICENSE_TYPE=license #Choose Sybase Software Asset Management License #----------------------------------------------# SYSAM_LICENSE_SOURCE=<license_file|existing_license_server|proceed_without_lic ense> # SYSAM_LICENSE_FILE_PATHNAME=<license key file path>. It is required when SYSAM _LICENSE_SOURCE is set to 'license_file'. # SYSAM_EXISTING_LICENSE_SERVER_HOSTNAME=<license key server name>. It is requir ed when SYSAM_LICENSE_SOURCE is set to 'existing_license_server'. # SYSAM_EXISTING_LICENSE_SERVER_PORTNUMBER=<license key server port number>. It is required when SYSAM_LICENSE_SOURCE is set to 'existing_license_server'. # Note: Set this to null for default port number. SYSAM_LICENSE_SOURCE=existing_license_server SYSAM_LICENSE_FILE_PATHNAME= SYSAM_EXISTING_LICENSE_SERVER_HOSTNAME=license_server_name SYSAM_EXISTING_LICENSE_SERVER_PORTNUMBER= #Choose SYSAM Product Edtion and License Type #-------------------------------------------# SYSAM_PRODUCT_EDITION=<Enterprise Edition|Developer Edition|Small Business Edi tion|Unknown> # 1) If SYSAM_PRODUCT_EDITION is set to 'Enterprise Edition', SYSAM_LICENSE_TYPE can be set to one of below: # CP : CPU License # SF : Standby CPU License # SR : Server License # SV : Standby Server License # DT : Development and Test License # EV : Evaluation License # OT : Other License # SS : Standalone Seat License # DV : Developer License # NA : Not Applicable or Other License # AC : OEM Application Deployment CPU License # BC : OEM Application Deployment Standby CPU License # AR : OEM Application Deployment Server License # BR : OEM Application Deployment Standby Server License # AO : OEM Application Deployment Other License # LP : Application Specific CPU License # LF : Application Specific Standby CPU License # LR : Application Specific Server License # LV : Application Specific Standby Server License # Unknown

# 2) If SYSAM_PRODUCT_EDITION is set to 'Small Business Edition', SYSAM_LICENSE_ TYPE can be set to one of below: # CP : CPU License # SF : Standby CPU License # SR : Server License # SV : Standby Server License # DT : Development and Test License # EV : Evaluation License # OT : Other License # SS : Standalone Seat License # DV : Developer License # NA : Not Applicable or Other License # AC : OEM Application Deployment CPU License # BC : OEM Application Deployment Standby CPU License # AR : OEM Application Deployment Server License # BR : OEM Application Deployment Standby Server License # AO : OEM Application Deployment Other License # LP : Application Specific CPU License # LF : Application Specific Standby CPU License # LR : Application Specific Server License # LV : Application Specific Standby Server License # DH : Development and Testing Chip License # CH : Chip License # SH : Standby Chip License # AH : Application Deployment Chip License # BH : Application Deployment Standby Chip License # LH : Application Specific Chip License # LI : Application Specific Standby Chip License # Unknown # 3) If SYSAM_PRODUCT_EDITION is set to 'Developer Edition' or 'Unknown', SYSAM_ LICENSE_TYPE=None SYSAM_PRODUCT_EDITION=Developer Edition SYSAM_LICENSE_TYPE=None #Software Asset Management Notification Setting #---------------------------------------------# SYSAM_NOTIFICATION_ENABLE=<true|false> # SYSAM_NOTIFICATION_SMTP_HOSTNAME=<SMTP server host name>. It is required when SYSAM_NOTIFICATION_ENABLE is set to 'true'. # SYSAM_NOTIFICATION_SMTP_PORTNUMBER=<SMTP server port number>. It is required w hen SYSAM_NOTIFICATION_ENABLE is set to 'true'. # SYSAM_NOTIFICATION_SENDER_EMAIL=<Sender email>. It is required when SYSAM_NOTI FICATION_ENABLE is set to 'true'. # SYSAM_NOTIFICATION_RECIPIENT_EMAIL=<Recipient emails>. It is required when SYS AM_NOTIFICATION_ENABLE is set to 'true'. # SYSAM_NOTIFICATION_EMAIL_SEVERITY=<INFORMATIONAL|WARNING|ERROR>. It is require d when SYSAM_NOTIFICATION_ENABLE is set to 'true'. SYSAM_NOTIFICATION_ENABLE=true SYSAM_NOTIFICATION_SMTP_HOSTNAME=smtp SYSAM_NOTIFICATION_SMTP_PORTNUMBER=25 SYSAM_NOTIFICATION_SENDER_EMAIL=user_mail SYSAM_NOTIFICATION_RECIPIENT_EMAIL=user_mail SYSAM_NOTIFICATION_EMAIL_SEVERITY=WARNING #Remember ASE Password #--------------------# ASEP_REMEMBER_PASSWORD=<TRUE|FALSE>. This property determines if Adaptive Serv er Plug-in should remember the ASE password. # 1) If ASEP_REMEMBER_PASSWORD is set to 'TRUE', set ASEP_REMEMBER_PASSWORD_* an d ASEP_REMEMBER_PASSWORD_BOOLEAN_* as below:

# ASEP_REMEMBER_PASSWORD_1=Enable # ASEP_REMEMBER_PASSWORD_2= # ASEP_REMEMBER_PASSWORD_BOOLEAN_1=1 # ASEP_REMEMBER_PASSWORD_BOOLEAN_2=0 # 2) If ASEP_REMEMBER_PASSWORD is set to 'FALSE', set ASEP_REMEMBER_PASSWORD_* a nd ASEP_REMEMBER_PASSWORD_BOOLEAN_* as below: # ASEP_REMEMBER_PASSWORD_1= # ASEP_REMEMBER_PASSWORD_2=Disable # ASEP_REMEMBER_PASSWORD_BOOLEAN_1=0 # ASEP_REMEMBER_PASSWORD_BOOLEAN_2=1 ASEP_REMEMBER_PASSWORD=TRUE ASEP_REMEMBER_PASSWORD_1=Enable ASEP_REMEMBER_PASSWORD_2= ASEP_REMEMBER_PASSWORD_BOOLEAN_1=1 ASEP_REMEMBER_PASSWORD_BOOLEAN_2=0 #Configure New Servers #--------------------# SY_CONFIG_ASE_SERVER=<true|false>. This property determines wheter to configur e Adaptive Server. # SY_CONFIG_BS_SERVER=<true|false>. This property determines wheter to configure Backup Server. # SY_CONFIG_XP_SERVER=<true|false>. This property determines wheter to configure XP Server. # SY_CONFIG_JS_SERVER=<true|false>. This property determines wheter to configure Job Scheduler Agent. # SY_CONFIG_MS_SERVER=<true|false>. This property determines wheter to configure Monitor Server. # SY_CONFIG_SM_SERVER=<true|false>. This property determines wheter to enable Se lf Management. # SY_CONFIG_WS_SERVER=<true|false>. This property determines wheter to configure Web Services. # SY_CONFIG_UA_SERVER=<true|false>.. This property determines wheter to configur e Unified Agent. SY_CONFIG_ASE_SERVER=true SY_CONFIG_BS_SERVER=true SY_CONFIG_XP_SERVER=true SY_CONFIG_JS_SERVER=true SY_CONFIG_MS_SERVER=true SY_CONFIG_SM_SERVER=true SY_CONFIG_WS_SERVER=true SY_CONFIG_UA_SERVER=true SY_CONFIG_TXT_SERVER=false #Configure New Adaptive Server #----------------------------# Note: Below properties are required when SY_CONFIG_ASE_SERVER is set to 'true' . # SY_CFG_ASE_SERVER_NAME=<Adaptive Server name> # SY_CFG_ASE_PORT_NUMBER=<Adaptive Server port number> # SY_CFG_ASE_APPL_TYPE=<MIXED|OLTP|DSS>. This property describes the intended pr imary use of the Server. # OLTP - Online Transaction Proccessing # DSS - Decision Support Systems # Mixed - OLTP/DSS # SY_CFG_ASE_PAGESIZE=<2k|4k|8k|16k>. This property is Adaptive Server page size . # SY_CFG_ASE_MASTER_DEV_NAME=<Adaptive Server master device name> # SY_CFG_ASE_MASTER_DEV_SIZE=<Adaptive Server master device size in MB> # SY_CFG_ASE_MASTER_DB_SIZE=<Adaptive Server master database size in MB>

# SY_CFG_ASE_SYBPROC_DEV_NAME=<Adaptive Server system procedure device name> # SY_CFG_ASE_SYBPROC_DEV_SIZE=<Adaptive Server system procedure device size in M B> # SY_CFG_ASE_SYBPROC_DB_SIZE=<Adaptive Server system procedure database size in MB> # SY_CFG_ASE_SYBTEMP_DEV_NAME=<Adaptive Server system device name for two phase commit> # SY_CFG_ASE_SYBTEMP_DEV_SIZE=<Adaptive Server system device size in MB> # SY_CFG_ASE_SYBTEMP_DB_SIZE=<Adaptive Server system database size in MB> # SY_CFG_ASE_ERROR_LOG=<Adaptive Server error log> # SY_CFG_ASE_PCI_ENABLE=<true|false>. This property determines if Java in databa se feature is enabled. # SY_CFG_ASE_PCI_DEV_NAME=<Device name for "sybpcidb" database>. It is required when SY_CFG_ASE_PCI_ENABLE is set to 'true'. # SY_CFG_ASE_PCI_DEV_SIZE=<PCI device size in MB>. It is required when SY_CFG_AS E_PCI_ENABLE is set to 'true'. # SY_CFG_ASE_PCI_DB_SIZE=<"sybpcidb" database size in MB>. It is required when S Y_CFG_ASE_PCI_ENABLE is set to 'true'. # SY_CFG_ASE_TEMP_DEV_NAME=<Adaptive Server tempdb device name> # SY_CFG_ASE_TEMP_DEV_SIZE=<Adaptive Server tempdb device size in MB> # SY_CFG_ASE_TEMP_DB_SIZE=<Adaptive Server system database size in MB> # SY_CFG_ASE_OPT_ENABLE=<true|false>. This property determines if Adaptive Serve r out-of-the-box configuration is tuned. # SY_CFG_ASE_CPU_NUMBER=<Available physical memory for ASE in MB>. It is require d when SY_CFG_ASE_OPT_ENABLE is set to 'true'. # SY_CFG_ASE_MEMORY=<Available number of CPU for ASE>. It is required when SY_CF G_ASE_OPT_ENABLE is set to 'true'. SY_CFG_ASE_SERVER_NAME=ase_server SY_CFG_ASE_PORT_NUMBER=5000 SY_CFG_ASE_APPL_TYPE=MIXED SY_CFG_ASE_PAGESIZE=4k SY_CFG_ASE_MASTER_DEV_NAME=C:\\sybase\\data\\master.dat SY_CFG_ASE_MASTER_DEV_SIZE=60 SY_CFG_ASE_MASTER_DB_SIZE=26 SY_CFG_ASE_SYBPROC_DEV_NAME=C:\\sybase\\data\\sysprocs.dat SY_CFG_ASE_SYBPROC_DEV_SIZE=152 SY_CFG_ASE_SYBPROC_DB_SIZE=152 SY_CFG_ASE_SYBTEMP_DEV_NAME=C:\\sybase\\data\\sybsysdb.dat SY_CFG_ASE_SYBTEMP_DEV_SIZE=6 SY_CFG_ASE_SYBTEMP_DB_SIZE=6 SY_CFG_ASE_ERROR_LOG=C:\\sybase\\ASE-15_0\\install\\ase_server.log SY_CFG_ASE_PCI_ENABLE=false SY_CFG_ASE_PCI_DEV_NAME=$NULL$ SY_CFG_ASE_PCI_DEV_SIZE=$NULL$ SY_CFG_ASE_PCI_DB_SIZE=$NULL$ SY_CFG_ASE_TEMP_DEV_NAME=C:\\sybase\\data\\tempdbdev.dat SY_CFG_ASE_TEMP_DEV_SIZE=100 SY_CFG_ASE_TEMP_DB_SIZE=100 SY_CFG_ASE_OPT_ENABLE=false SY_CFG_ASE_CPU_NUMBER=$NULL$ SY_CFG_ASE_MEMORY=$NULL$ #Configure New Backup Server #--------------------------# Note: Below properties are required when SY_CONFIG_BS_SERVER is set to 'true'. # SY_CFG_BS_SERVER_NAME=<Backup Server name> # SY_CFG_BS_PORT_NUMBER=<Backup Server port number> # SY_CFG_BS_ERROR_LOG=<Backup Server error log> SY_CFG_BS_SERVER_NAME=backup_server SY_CFG_BS_PORT_NUMBER=5001

SY_CFG_BS_ERROR_LOG=C:\\sybase\\ASE-15_0\\install\\backup_server.log #Configure New Monitor Server #---------------------------# Note: Below properties are required when SY_CONFIG_MS_SERVER is set to 'true'. # SY_CFG_MONITOR_SERVER_NAME=<Monitor Server name> # SY_CFG_MONITOR_PORT_NUMBER=<Monitor Server port number> # SY_CFG_MONITOR_ERROR_LOG=<Monitor Server error log> SY_CFG_MONITOR_SERVER_NAME=monitor_server SY_CFG_MONITOR_PORT_NUMBER=5002 SY_CFG_MONITOR_ERROR_LOG=C:\\sybase\\ASE-15_0\\install\\monitor_server.log #Configure New XP Server #----------------------# Note: Below properties are required when SY_CONFIG_XP_SERVER is set to 'true'. # SY_CFG_XP_SERVER_NAME=<XP Server name> # SY_CFG_XP_PORT_NUMBER=<XP Server port number> # SY_CFG_XP_ERROR_LOG=<XP Server error log> SY_CFG_XP_SERVER_NAME=xp_server SY_CFG_XP_PORT_NUMBER=5003 SY_CFG_XP_ERROR_LOG=C:\\sybase\\ASE-15_0\\install\\xp_server.log #Configure New Job Scheduler #--------------------------# Note: Below properties are required when SY_CONFIG_JS_SERVER is set to 'true'. # SY_CFG_JS_SERVER_NAME=<Job Scheduler Agent name> # SY_CFG_JS_PORT_NUMBER=<Job Scheduler Agent port number> # SY_CFG_JS_MANAG_DEV_NAME=<Adaptive Server management device name> # SY_CFG_JS_MANAG_DEV_SIZE=<Adaptive Server management device size in MB> # SY_CFG_JS_MANAG_DB_SIZE=<Adaptive Server management database size in MB> SY_CFG_JS_SERVER_NAME=jsagent_server SY_CFG_JS_PORT_NUMBER=4900 SY_CFG_JS_MANAG_DEV_NAME=C:\\sybase\\data\\sybmgmtdb.dat SY_CFG_JS_MANAG_DEV_SIZE=75 SY_CFG_JS_MANAG_DB_SIZE=75 #Configure Self Management #------------------------# Note: Below properties are required when SY_CONFIG_SM_SERVER is set to 'true'. # SY_CFG_SM_USER_NAME=<Self Management user name> # SY_CFG_SM_PASSWORD=<Self Management user password> SY_CFG_SM_USER_NAME=sa SY_CFG_SM_PASSWORD= #Configure Web Services #---------------------# Note: Below properties are required when SY_CONFIG_WS_SERVER is set to 'true'. # SY_CFG_WEB_HTTP_PORT_NUMBER=<Web Services producer port number for HTTP> # SY_CFG_WEB_HTTPS_PORT_NUMBER=<Web Services producer port number for HTTPS> # SY_CFG_WEB_HOST_NAME=<Web Service producer host name> # SY_CFG_WEB_PASSWORD=<Certificate Password> # SY_CFG_WEB_KEY_PASSWORD=<Keystore Password> # SY_CFG_WEB_LOG=<Web Services producer log file name> # SY_CFG_WEB_CUSTOM_PORT_NUMBER=<Web Services consumer port number> # SY_CFG_WEB_CUSTOM_LOG=<Web Services consumer log file name> SY_CFG_WEB_HTTP_PORT_NUMBER=8181 SY_CFG_WEB_HTTPS_PORT_NUMBER=8185 SY_CFG_WEB_HOST_NAME=xavista64 SY_CFG_WEB_PASSWORD=sybase SY_CFG_WEB_KEY_PASSWORD=sybase

SY_CFG_WEB_LOG=C:\\sybase\\WS-15_0\\logs\\producer.log SY_CFG_WEB_CUSTOM_PORT_NUMBER=8186 SY_CFG_WEB_CUSTOM_LOG=C:\\sybase\\WS-15_0\\logs\\consumer.log #Unified Agent - Self Discovery Service Adaptor #---------------------------------------------# Note: Below properties are required when SY_CONFIG_UA_SERVER is set to 'true'. # UAF_SELFDISCOVERY_CONFIG_UDP_ADAPTOR=<true|false>. This property determines wh ether to configure UDP adaptor. # UAF_SELFDISCOVERY_CONFIG_JINI_ADAPTOR=<true|false>. This property determines w hether to configure JINI adaptor. # UAF_SELFDISCOVERY_JINI_HOST_NAME=<JINI host name>. It is required when UAF_SEL FDISCOVERY_CONFIG_JINI_ADAPTOR is set to 'true'. # UAF_SELFDISCOVERY_JINI_PORT_NUMBER=<JINI port number>. It is required when UAF _SELFDISCOVERY_CONFIG_JINI_ADAPTOR is set to 'true'. # UAF_SELFDISCOVERY_JINI_HEART_BEAT_PERIOD=<JINI heart beat period in seconds>. It is required when UAF_SELFDISCOVERY_CONFIG_JINI_ADAPTOR is set to 'true'. UAF_SELFDISCOVERY_CONFIG_UDP_ADAPTOR=true UAF_SELFDISCOVERY_CONFIG_JINI_ADAPTOR=true UAF_SELFDISCOVERY_JINI_HOST_NAME=localhost UAF_SELFDISCOVERY_JINI_PORT_NUMBER=4160 UAF_SELFDISCOVERY_JINI_HEART_BEAT_PERIOD=900 #Unified Agent - Security Login Modules #-------------------------------------# Note: Below properties are required when SY_CONFIG_UA_SERVER is set to 'true'. # UAF_LOGIN_MODULES_SIMPLE_ACTIVE=<A comma separated list of Simple Login module s activity: true|false>. This property determines whether Simple Login Modules a re active. # UAF_LOGIN_MODULES_SIMPLE_USERNAME=<A comma separated list of user names for Si mple Login Modules>. It is required when UAF_LOGIN_MODULES_SIMPLE_ACTIVE is set to 'true'. # UAF_LOGIN_MODULES_SIMPLE_PASSWORD=<A comma separated list of password for Simp le Login modules>. It is required when UAF_LOGIN_MODULES_SIMPLE_ACTIVE is set to 'true'. # UAF_LOGIN_MODULES_NTUNIX_ACTIVE=<true|false>. This property determines whether NT Proxy Login Module is active. # UAF_LOGIN_MODULES_ASE_ACTIVE=<true|false>. This property determines whether AS E Login Module is active. # UAF_LOGIN_MODULES_MODULE_ORDER=<A comma separated list of security login modul es orders, and the whole input is with double quotation marks>. E.g.: "SIMPLE, A SE, NT" for Windows or "UNIX, ASE, SIMPLE" for Unix. UAF_LOGIN_MODULES_SIMPLE_ACTIVE=true UAF_LOGIN_MODULES_SIMPLE_USERNAME=uafadmin UAF_LOGIN_MODULES_SIMPLE_PASSWORD=Sybase4me UAF_LOGIN_MODULES_NTUNIX_ACTIVE=true UAF_LOGIN_MODULES_ASE_ACTIVE=true UAF_LOGIN_MODULES_MODULE_ORDER=SIMPLE1,ASE,NT

Das könnte Ihnen auch gefallen