Installation guidelines ASE 15.0
From SybaseWiki
[root@server]# groupadd -g 9999 sybase01 [root@server]# useradd -g 9999 -u 9999 -d /opt/sybase/sybase01 sybase01 [root@server]# mkdir /opt/sybase [root@server]# mkdir /opt/sybase/sybase01 [root@server]# chown sybase01:sybase01 /opt/sybase/sybase01 su - sybase01
create a ase1500.rs file
SYBASE=/opt/sybase/ase1500 # SYBROOT=${SYBASE} SYBASE_ASE=ASE-15_0 SYBASE_OCS=OCS-15_0 INCLUDE=${SYBASE}/${SYBASE_OCS}/include:$INCLUDE LIB=${SYBASE}/${SYBASE_OCS}/lib:$LIB SYBASE_JRE=${SYBASE}/shared/jre142 SYBASE_SYSAM=SYSAM-2_0 SYBASE_UA=${SYBASE}/ua SCROOT=${SYBASE}/shared/sybcentral43 SYBASE_WS=WS-15_0 export SYBASE SYBROOT SYBASE_ASE SYBASE_OCS INCLUDE LIB SYBASE_JRE SYBASE_SYSAM SYBASE_UA SCROOT SYBASE_WS # PATH=${SYBASE}/ua/bin:${PATH} PATH=/opt/sybase/ASE-15_0/jobscheduler/bin:${PATH} PATH=${SYBASE}/${SYBASE_ASE}/bin:${SYBASE}/${SYBASE_OCS}/bin:${SYBASE}/RPL-15_0/bin:${PATH} export PATH # LD_LIBRARY_PATH=${SYBASE}/${SYBASE_ASE}/lib:${SYBASE}/{SYBASE_OCS}/lib:${SYBASE}/{SYBASE_OCS}/lib3p:${LD_LIBRARY_PATH} LD_LIBRARY_PATH=${SYBASE}/DataAccess/ODBC/lib:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH
. ase1500.rs mkdir ase1500 tmp cd tmp gzip -d ase-15.0.0-ebf13194_linux-x86-32_official-release_express-ed.tgz tar xvf ase-15.0.0-ebf13194_linux-x86-32_official-release_express-ed.tar ./setup -console
At some point it should display:
... Sybase Adaptive Server Enterprise will be installed in the following location: /opt/sybase/ase1500 with the following features: Sybase Servers Adaptive Server Enterprise ASE Agent Plugin Replicator ASE Web Services Job Scheduler Connectivity Open Client Common ctlib files Common dblib files Embedded SQL/C Monitor Client Library Common Connectivity Components ASE Data Providers
At the end choose to "not" to configure 8 possible server options. We do this by hand with reproducible resource files.
cd mkdir admin mkdir