Autorisieren von ArcSDE-Geodatabases in Informix unter Linux oder UNIX

Alle ArcSDE Enterprise-Geodatabases müssen mit einer ArcGIS Server Enterprise-Autorisierungsdatei autorisiert werden. Zum Anfordern einer Autorisierungsdatei füllen Sie das entsprechende Formular auf der Website Esri Customer Care aus. ESRI sendet Ihnen dann die Autorisierungsdatei zu.

Sie haben zwei Möglichkeiten, um mit der Autorisierungsdatei die Geodatabase auf einem Linux- oder UNIX-Server zu autorisieren:

TippTipp:

Weitere Informationen zur Verwendung des Befehls "sdesetup" finden Sie in der "ArcSDE Administration Command Reference", die zusammen mit der ArcSDE-Komponente von ArcGIS Server Enterprise bereitgestellt wird.

Anhand der nachstehenden Beispiele wird die Ausführung des Befehls "sdesetup" mit der Operation "install" oder "update_key" veranschaulicht.

Schritte:
  1. Öffnen Sie auf einem Computer, auf dem Sie Zugriff auf die administrativen Befehle in ArcSDE haben, eine MS-DOS- (Windows) oder eine Shell-Befehlseingabeaufforderung (UNIX oder 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