Title: RE: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectiv ely?
**
Rebecca,
 For Unix as long as both 9i and 10g are installed all you have to do is to have a script that sets up the environment for each bfore you start arsystem.
 
i.e.
    oracle_9i.ksh
#! /usr/bin/ksh
ARS_ROOT=/apps/rem63/ars; export ARS_ROOT
ORACLE_HOME=/apps/oracle/product/9.1.2; export ORACLE_HOME
 
AR_SYSTEM_LICENSE_DIR=/etc/arsystem/ars63; export AR_SYSTEM_LICENSE_DIR
AR_SYSTEM_LIC_DIR=/etc/arsystem/ars63; export AR_SYSTEM_LIC_DIR
 
ARCONFIGDIR=$ARS_ROOT/ars; export ARCONFIGDIR
AR_LOG_DIR=$ARS_ROOT/logs/ars; export AR_LOG_DIR
AR_TMP_DIR=$ARS_ROOT/tmp; export AR_TMP_DIR
 
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
MANPATH=/usr/share/man:/usr/local/man; export MANPATH
PATH=/usr/bin:/usr/local/bin:/usr/sbin:$ORACLE_HOME/bin; export PATH
 
ORACLE_SID=ora63; export ORACLE_SID
TWO_TASK=myora63; export TWO_TASK
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    oracle_10g.ksh
#! /usr/bin/ksh
ARS_ROOT=/apps/rem70/ars; export ARS_ROOT
ORACLE_HOME=/apps/oracle/product/10.2.0; export ORACLE_HOME
 
AR_SYSTEM_LICENSE_DIR=/etc/arsystem/ars70; export AR_SYSTEM_LICENSE_DIR
AR_SYSTEM_LIC_DIR=/etc/arsystem/ars70; export AR_SYSTEM_LIC_DIR
 
ARCONFIGDIR=$ARS_ROOT/ars; export ARCONFIGDIR
AR_LOG_DIR=$ARS_ROOT/logs/ars; export AR_LOG_DIR
AR_TMP_DIR=$ARS_ROOT/tmp; export AR_TMP_DIR
 
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
MANPATH=/usr/share/man:/usr/local/man; export MANPATH
PATH=/usr/bin:/usr/local/bin:/usr/sbin:$ORACLE_HOME/bin; export PATH
 
ORACLE_SID=ora70; export ORACLE_SID
TWO_TASK=myora70; export TWO_TASK
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
 


From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rebecca Hammond
Sent: Tuesday, October 03, 2006 9:36 PM
To: [email protected]
Subject: Re: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectiv ely?

**

Ouch!

 

Now, my next question (for the list) is this – how can I set up my environment variables so that the same User (non-root) can run Oracle 9i and 10g, perhaps at the same time?  Or…I can’t?

 


From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of McKenzie, James J C-E LCMC HQISEC/L3
Sent: Tuesday, October 03, 2006 10:34 AM
To: [email protected]
Subject: Re: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectiv ely?

 

Rebecca:
 
No, bad power.  It looks like we took one too many power hits and one of the drives in a mirrored set broke.  I'm hoping that we can boot the system from CD and bring it back to life.

James McKenzie
L-3 GSI

________________________________

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Rebecca Hammond
Sent: Monday, October 02, 2006 7:57 PM
To: [email protected]
Subject: Re: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectiv ely?

Unrelated to the install (I hope)?

________________________________

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of McKenzie, James J C-E LCMC HQISEC/L3

Sent: Monday, October 02, 2006 7:04 PM
To: [email protected]
Subject: Re: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectiv ely?

Rebecca:

We are trying that here, except our Oracle server has a major problem....

James McKenzie

________________________________

From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Rebecca Hammond
Sent: Monday, October 02, 2006 3:57 PM
To: [email protected]
Subject: ARS 6.3/7.0 on same server, with ITSM 6 and ITSM 7, respectively?

**

Hi all,

So, I know that I can install ARS 6.3 and 7.0 on the same App. Server, but today, when I called Support about an installation question, they implied that although I can install the ARServers, I might not be able to install ITSM 7.0 on my ARS 7.0 instance (since I have ITSM 6.0 on my ARS 6.3 instance). 

Does anyone know if this is true?  Has anyone installed 6.3/7.0 on the same box, with the appropriate ITSM versions on the servers?

Thanks!

-Rebecca

 
 
__20060125_______________________This posting was submitted with HTML in it___

Reply via email to