I am new to this, so please bear with me...
I'm trying to install -->
ArcSDE 10
OS - RHEL 5.7
DB - Oracle 11.2.0.2
Ran sdesetup - o install ....
As it turns out, we were missing a lib
We installed the lib
Tred to re-run sdesetup -o install and received the following msg:
ERROR: The geodatabase already exists. If you want to upgrade the geodatabase,
see the ArcSDE installation guide for instructions.
ERROR: Geodatabase install not completed.
Tried to ./sdesetup -o delete ... and received the following msg:
There are user connections open
on the schema geodatabase instance or master instance.
Deleting a Schema geodatabase is allowed only when
no users are connected. Disconnect all users and try again.
Tried to kill the connections--> ./sdemon -o kill -t all ... and received the followig msg:
Set service name to use default 'esri_sde'
SDE not running on server, Unable to get instance configuration
Set the service name to 'esri_sde' and received the following msg:
SDE not running on server, Unable to get instance configuration
I've checked all DB connections and rebooted my server to no avail...
How do I go about re-starting my ArcSDE installation?
Any assitance would be appreciated:)