Select to view content in your preferred language

Multiple ArcSDE Service on UNIX

547
1
01-26-2012 08:01 PM
RosaEscamilla_Flores
Deactivated User
Hi everybody .

can someone describe me  steps to create multiple instances ArcSDE Services in one server that runs UNIX operation system or any links thet can help me:

Environment:

SERVER "A" runs ArcSDE 9.3.1 and have one service  ArcSDE called "esri_sde"
SERVER "B" runs Oracle and have "SDE" DB that use "esri_sde" service.
SERVER "C" runs another Oracle  DB "SDE"

but  in the SERVER "A" I need to create another service called "esri_sde2" that  pointing to SERVER "C"

all the servers runs UNIX.
Help me  please.

My best regards.
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
The documentation covers all those case -- there's even several ways to accomplish them
(I recommend multiple ArcSDE install directories, not sharing one by changing the naming
of $SDEHOME/etc files).  Use the upper-right search bar to look for "arcsde unix install"
and the two top results should be Oracle install docs.  All you really need is a second
/etc/services entry (I prefer to include the port number in the name, e.g., sde_prod5152
or sde_test5161).

I don't generally recommend using remote server configurations (you can configure them
for administrative purposes, just use Direct Connect for connections instead).

You should still install ArcSDE media on the remote ArcSDE server so that the listener
can be configured for ST_GEOMETRY (and the DLLs can be patched when it's time to
apply an SP).

- V
0 Kudos