Linux または UNIX 上にある Informix の ArcSDE ジオデータベースの認証

ArcSDE Enterprise ジオデータベースはすべて、ArcGIS Server Enterprise 認証ファイルで認証する必要があります。認証ファイルは、Esri Customer Care サイトのリクエスト フォームに入力を行うことで取得できます。Esri から認証ファイルが送信されます。

認証ファイルを入手後、Linux または UNIX サーバ上でジオデータベースを認証する方法は 2 種類あります。

ヒントヒント:

sdesetup コマンドの詳細については、ArcGIS Server Enterprise の ArcSDE コンポーネントに付属している『ArcSDE コマンド リファレンス』をご参照ください。

次の手順では、install 操作または update_key 操作を指定して sdesetup コマンドを実行し、ジオデータベースを認証する方法の例を示しています。

手順:
  1. ArcSDE 管理コマンドにアクセスできるコンピュータで、MS-DOS(Windows)またはシェル(UNIX または Linux)のコマンド プロンプトを開きます。
  2. You can authorize the geodatabase while you are creating it or later, using the update_key operation with the sdesetup command.
    • To authorize the geodatabase when it is being created, include the –l option with the ArcGIS Server Enterprise authorization information when you run the sdesetup –o install command. You can specify the path to and name of the file or the authorization information.
      sdesetup –o install –d INFORMIX -s myserver -D mydb 
      -l crow/sde/license.ecp -u sde
      sdesetup –o install –d INFORMIX -s myserver -D mydb 
      -l 'arcsdeserver,93,0000a11111b2,CRA4TAZYXMM00TEJH199' -u sde
    • If you already created your geodatabase and need to authorize or reauthorize it with an ArcGIS Server Enterprise authorization file, run the sdesetup command with the update_key operation. You can specify either the path to and name of the file with the –l option or provide the authorization information.
      sdesetup -o update_key -d INFORMIX -s myserver 
      -D mydb -l crow/sde/license.ecp -u sde
      sdesetup -o update_key -d INFORMIX -s myserver -D mydb 
      -l 'arcsdeserver,93,0000a11111b2,CRA4TAZYXMM00TEJH199' -u sde

7/10/2012