dbTalk Databases Forums  

Multiple ASE versions same server

comp.databases.sybase comp.databases.sybase


Discuss Multiple ASE versions same server in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DS
 
Posts: n/a

Default Multiple ASE versions same server - 04-23-2004 , 02:37 PM






Is it possible to run 11.9.2 and ASE 12 on the same server?

Reply With Quote
  #2  
Old   
Larry Feng
 
Posts: n/a

Default Re: Multiple ASE versions same server - 04-23-2004 , 04:08 PM






DS wrote:
Quote:
Is it possible to run 11.9.2 and ASE 12 on the same server?
On UNIX, absolutely,
on Windows, I don't know.

Larry



Reply With Quote
  #3  
Old   
Julius_72
 
Posts: n/a

Default Re: Multiple ASE versions same server - 04-25-2004 , 01:39 AM



On Unix yes. We have on the same server three different version of sybase
(ASA, not ASE).

Two ASA version 8.x and one ASA versione 7.x.

Jul

"DS" <dsinacol (AT) msn (DOT) com> ha scritto nel messaggio
news:dafbd44e.0404231137.6e387c9 (AT) posting (DOT) google.com...
Quote:
Is it possible to run 11.9.2 and ASE 12 on the same server?



Reply With Quote
  #4  
Old   
Sid.Sarkar.
 
Posts: n/a

Default Re: Multiple ASE versions same server - 05-02-2004 , 12:45 PM



Better to keep ASE S/W to their own directory & create a setup file
for environment variables. Here is a sample in k-shell for ASE 12.

Name : setenv.1200.ksh
Usage: . ./setenv.1200.ksh

Text :

#!/bin/ksh
stty erase 
set -o vi
export SYBASE="/work1/sybase.1200"
export PATH=/bin:/usr/sbin:$SYBASE:$SYBASE/OCS-12_0/bin:$SYBASE/sybcent32:$PATH
export LANG=
export EDITOR=vi
export DSQUERY="SIDTEST_1200"
.. $SYBASE/SYBASE.sh
alias ll='ls -l'
alias isql='isql -w999'
PS1="`hostname`:1200 \$ "


HTH,
Sid.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.