A quick tour of setting up a geodatabase in Informix

Before you can create a geodatabase in an IBM Informix database management system (DBMS), you first install the Informix software, configure the DBMS, create a database, and register the Spatial DataBlade and other modules in it.

DBMS の設定では、データベース インスタンス内にテーブル、インデックス、ファイルの格納領域を設定し、適切にメモリを割り当てます。作成するテーブル、インデックス、格納領域の名前、タイプ、場所を検討し、作成するバックアップ ログ ファイルの大きさ、一時領域のサイズも検討する必要があります。データベース管理者は、サイトで使用される命名規則や、サイトで必要とされるコンフィグレーションのタイプを知っておく必要があります。

データを格納するときの言語も決定する必要があります。DBMS のデフォルト言語以外の言語を使用してデータベースを設定する場合、DBMS をその言語用に設定する必要があります。

データベースの準備ができたら、ArcSDE をインストールします。これによって、Informix データベース内にジオデータベースを作成し設定するために必要なファイルを得ることができます。

ArcSDE のインストール要件を確認するには、「」、「ArcSDE for Informix のシステム要件」、「」、「」、「」をご参照ください。

以下では、さまざまなオペレーティング システム上の Informix でジオデータベースを設定する手順について概要を示します。以下の概要では、ArcSDE だけに適用される手順の詳細情報へのリンクを掲載しています。ユーザの作成などの一般的な Informix タスクについては、Informix ドキュメントをご参照ください。

A summary of setting up a geodatabase in Informix on Linux or UNIX

  1. Install the Informix IDS and configure it. See your Informix documentation for information on configuring the database.
  2. Create an operating system account with the user name sde.
  3. Add variable definitions to the sde user's shell file. See Setting variables for the sde OS user on Linux or UNIX.
  4. Connect to the database and grant the RESOURCE privilege to user sde.
  5. Create an Informix database. The database must be created as either logged or buffered logged.
  6. Register Spatial DataBlade Module in the database.
  7. Register either Informix Basic Text Search (BTS) or Excalibur Text Search (ETX) DataBlade Module in the database.

  8. Install ArcSDE. See Installing ArcSDE for Informix on Linux or UNIX.
  9. If you have installed ArcSDE on a server that is separate from the Informix DBMS, you must install the Informix SDK or IConnect application on the ArcSDE server. Be sure the client has CONNECT privileges to the database.
  10. Set the ODBC driver connection by setting up the $INFORMIXDIR and adding the appropriate database server entry to the sqlhosts file in the $INFORMIXDIR/etc directory. See Setting up an ODBC data source for Informix on Linux or UNIX.
  11. Add a new data source to the odbc.ini file, copy the template data source, then replace the placeholders with valid parameters.
  12. Modify the files in the $SDEHOME/etc (including the dbtune.sde file) and UNIX/etc directories.
  13. Run the sdesetup command to create the geodatabase and authorize it with an ArcGIS Server Enterprise license. See Creating a geodatabase in Informix on Linux or UNIX.
  14. サービスを使用する場合は、sdemon コマンドを実行してサービスを開始します。手順については、「ローカル ArcSDE サービスの開始(Linux または UNIX)」または「リモート ArcSDE サービスの開始(Linux または UNIX)」をご参照ください。
  15. Create other users and grant them permissions in the Informix DBMS.
  16. For any client that will be making a direct connection to the geodatabase, you must install the Informix SDK or IConnect application and configure the ODBC driver connection.

A summary of setting up a geodatabase in Informix on Windows

  1. Install the Informix IDS and configure it. See your Informix documentation for information on configuring the database.
  2. Create an operating system account with the user name sde.
  3. Create an Informix database. The database must be created as either logged or buffered logged.
  4. Connect to the database and grant the RESOURCE privilege to user sde.
  5. Register Spatial DataBlade Module in the database.
  6. Register either Informix Basic Text Search or Excalibur Text Search DataBlade Module in the database.

  7. Set up Informix's Setnet 32 application. See Setting up the Informix Setnet 32 application.
  8. Set up the ODBC data sources. See Setting up an ODBC data source for Informix on Windows.
  9. Install ArcSDE using the wizard. See Installing ArcSDE for Informix on Windows.
  10. If you have installed ArcSDE on a server that is separate from the Informix DBMS, you must install the Informix SDK or IConnect application on the ArcSDE server.
  11. Choose configuration files and run the ArcSDE for Informix Post Installation wizard or the sdesetup command to create a geodatabase.
    注意注意:

    You cannot use the Post Installation wizard if your ArcSDE installation is on a different server than the Informix DBMS.

  12. Authorize the geodatabase with an ArcGIS Server Enterprise license using either the Post Installation wizard or the sdesetup command.
  13. If you will use an ArcSDE service at your site, create and start a service using the Post Installation wizard.
  14. Create other users and grant them permissions in the database.
  15. For any client that will be making a direct connection to the geodatabase, you must install the Informix SDK or IConnect application and configure the ODBC driver connection.

関連項目


7/10/2012