Tuesday, December 27, 2011

Part 4: ArcSDE on Red Hat Linux

Continue the installation process and install the other required packages. After all the installation has been done you can now execute the sdesetup command as user to setup the SDE database template. The command is written as follows:
  • sdesetup -o install -d POSTGRESQL -u user -p password -D databasename -s serveraddress -l ArcSDELicense.ecp
To start the services identified in you services.sde execute the following command as sde user:
  • sdemon -o start -i servicename


Part 4: ArcSDE on Red Hat Linux

Continue the installation process and install the other required packages. After all the installation has been done you can now execute the sdesetup command as user to setup the SDE database template. The command is written as follows:
  • sdesetup -o install -d POSTGRESQL -u user -p password -D databasename -s serveraddress -l ArcSDELicense.ecp
To start the services identified in you services.sde execute the following command as sde user:
  • sdemon -o start -i servicename


PART 3: ArcSDE on Red Hat Linux

This post contains the continuation of the installation of ArcSDE.


Please note to edit the dbinit.sde file according to your setup. You need to set the settings in the file:

  • set PGHOSTADDR = hostaddress (ex. 192.168.50.1)
  • set SDE_DATABASE = databasename

PART 3: ArcSDE on Red Hat Linux

This post contains the continuation of the installation of ArcSDE.


Please note to edit the dbinit.sde file according to your setup. You need to set the settings in the file:

  • set PGHOSTADDR = hostaddress (ex. 192.168.50.1)
  • set SDE_DATABASE = databasename

PART 2: ArcSDE on Red Hat Linux

Follow the video for the ArcSDE installation or refer to the installation instructions from the ArcSDE CD.

PART 2: ArcSDE on Red Hat Linux

Follow the video for the ArcSDE installation or refer to the installation instructions from the ArcSDE CD.

PART 1: ArcSDE on Red Hat Linux

The next part of the tutorial will show you how to create the database for ArcSDE. The procedure is quite the same with PostGIS database but here we need to install ArcSDE to run the setup for the SDE database.

You might also like:

Related Posts Plugin for WordPress, Blogger...