Select to view content in your preferred language

Where is sdesetup -o install in ArcSDE 10.1

1085
4
05-07-2013 09:45 PM
TamerThamer
Emerging Contributor
Hi everyone.


where is the install option in ArcSDE 10.1. It was exist in ArcSDE 10, but not exist in ArcSDE 10.1

I've used this command line to install it on ArcSDE 10.
./sdesetup -o install -d POSTGRESQL -D corpdb -u sde -p sde -l /u01/sde/authorization.ecp


How to do the same for ArcSDE 10.1


ArcSDE 10.1 Setup
Setup    Administration Utility
-----------------------------------------------------


Usage for ./sdesetup:

-?
-h

-o delete    -d {ORACLE10G|ORACLE11G}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-i <master_geodatabase_service>[:<user_schema>]] [-N]
-o list      -d {ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>]
            [-i <master_geodatabase_service>[:<user_schema>]] [-q]
-o update_key
             -d {ORACLE10G|ORACLE11G|SQLSERVER| DB2|DB2ZOS|INFORMIX|POSTGRESQL}
             -l <key> [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-H <sde_directory>] [-D <database>] [-s <datasource>] [-N]
            [-i <master_geodatabase_service>[:<user_schema>]] [-q]
-o install_st_raster
             -d {ORACLE10G|ORACLE11G|SQLSERVER|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>] [-N] [-l <key>] [-q]


==============================================
==============================================

ArcSDE 10.0 Setup
Setup    Administration Utility
-----------------------------------------------------


Usage for sdesetup:

-?
-h

-o install   -d {ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>] [-N]
            [-i {<master_geodatabase_service>[:<user_schema>] | :sde} ]
            [-l <key>] [-q]
-o upgrade   -d {ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>] [-N]
            [-i <master_geodatabase_service>[:<user_schema>]] [-l <key>]  [-q]
-o delete    -d {ORACLE10G|ORACLE11G}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-i <master_geodatabase_service>[:<user_schema>]] [-N]
-o list      -d {ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>]
            [-i <master_geodatabase_service>[:<user_schema>]] [-q]
-o update_key
             -d {ORACLE10G|ORACLE11G|SQLSERVER| DB2|DB2ZOS|INFORMIX|POSTGRESQL}
             -l <key> [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-H <sde_directory>] [-D <database>] [-s <datasource>] [-N]
            [-i <master_geodatabase_service>[:<user_schema>]] [-q]
-o install_st_raster
             -d {ORACLE10G|ORACLE11G|SQLSERVER|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>] [-N] [-l <key>] [-q]
-o prerequisite_check
             -d {ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL}
            [-H <sde_directory>] [-u <DB_Admin_user>] [-p <DB_Admin_password>]
            [-D <database>] [-s <datasource>] [-N] [-q]




Thanks
0 Kudos
4 Replies
TimDine
Frequent Contributor
I didn't find it either.  I ended up using the "Create Enterprise Geodatabase" tool as an alternative for my master geodatabase, then the "Enable Enterprise Geodatabase" tool to setup my user schema geodatabases.  You can use it through arccatalog or if you want to script it with python thats there too.
0 Kudos
VinceAngelo
Esri Esteemed Contributor
Yes, that's correct -- Those tools (under Data Management Tools -> Geodatabase Administration)
and their ArcPy equivalents are the only ways to create an ArcSDE enterprise geodatabase at 10.1+.
The documentation covers the details.

- V
0 Kudos
TamerThamer
Emerging Contributor
Thank for that,

Is this the correct steps?
create enterprise Geodatabase
enable enterprise Geodatabase
create roles
create database users
create schemas

Could you please provide the link for the documentation.

Thanks
0 Kudos
VinceAngelo
Esri Esteemed Contributor
You only need "Create" or "Enable", and while it it possble, I have never used a toolbox tool
to create a database user or role.

It is unwise to use an insecure password for any user, much less the SDE user.

If you push the "Help" tab to the left of "Forums" above, then search on "arcsde postgresql",
the first few results will place you in the middle of the relevant documentation. Alternatively,
you can drill down through Geodata to Administration to PostgreSQL.

- V
0 Kudos