Before creating the response file, you must know:
The name of the machine hosting your database server.
The full path for your Sybase installation directory.
The password for the entldb account on your Adaptive Server Enterprise.
The system administrator password for your Adaptive Server Enterprise.
Using the text below as an example, create a file named upgrade.res containing all these properties with values that pertain to your installation.
JDBC_URL=jdbc:sybase:Tds:<ASEHOST>:5000/acdb JDBC_ADMIN_USERNAME=sa JDBC_ADMIN_PASSWORD= DATABASE_TYPE=sybase_ase ASEDB_LOGSIZE=100 ASEDB_DATASIZE=100 ASEDB_PAGESIZE=2048 ASEDB_TRUNC_ON_CHECKPOINT=true ENTLDB_USERNAME=acdbdbo ENTLDB_PASSWORD=dbopswd ROOTORG_NAME=sybase PSONAME=Portal Security Officer PSOUID=pso PSO_PASSWORD=123qwe GUEST_PASSWORD=guest WEBPLUGIN_PASSWORD=sybase PORTALADMIN_PASSWORD=sybase POPULATE_ONLY=false # Contact person for organization ROOTORG_CONTACT=admin # Contact address for organization ROOTORG_ADDRESS=Dublin # Description of organization ROOTORG_DESC=Sybase ROOTORG_COUNTRY=us # Portal Security Officer's email PSOEMAIL=pso@sybase.com # Portal Security Officer's Phone PSOPHONE=1234556 OUTPUT_ENKFILE=/software/sybase/Security/.enk RANDOM_SEED=1000 ENKFILE=/software/sybase/Security/.enk SHARED_DIR=/software/sybase/shared SECURITY_DIR=/software/sybase/Security/ EASERVER_DIR=/software/sybase/EAServer EASERVER_HOST=M2 EASERVER_PORT=9000 EASERVER_USERNAME=jagadmin EASERVER_PASSWORD= EASERVER_SERVERNAME=Jaguar EASERVER_RESTART=false DNS_DOMAIN=sybase.com HTTP_PORT=8080 HTTPS_PORT=8081 OVERWRITE=true SECURITY_PROPERTIES_FILE=/software/sybase/Security/tmp/security.properties ENTLDB_JDBC_ADMIN_USERNAME=sa ENTLDB_JDBC_ADMIN_PASSWORD= ENTLDB_JDBC_DRIVER=com.sybase.jdbc2.jdbc.SybDriver ENTLDB_JDBC_URL=jdbc:sybase:Tds:<ASEHOST>:5000/entldb ROOTORG_NAME=sybase ROOTORG_COUNTRY=us