The sde operating system account on Linux or UNIX

To install ArcSDE, you must create an ArcSDE administrator account on your Linux or UNIX server. The ArcSDE administrator account must own all ArcSDE system files and directories.

Keep the password in strict confidence to maintain system security. Only those users who must administer the ArcSDE system should have access to the ArcSDE administrator login.

For DB2, you should name the ArcSDE administrator account sde. You must have a user named sde to administer the geodatabase; therefore, having one operating system account named sde to install the software and administer the geodatabase means fewer accounts to maintain.

To create the ArcSDE administrator login, use the system administration procedures outlined by the host operating system. The following is a sample UNIX configuration for an ArcSDE administrator account named sde.

Login name: sde

User Id: <Any unused user id>

Group Id: <Any group id>

Home Directory: <home directory for user sde>

Default Shell: /bin/sh or /bin/csh or /bin/ksh

To clean out unneeded ArcSDE processes from the PROCESS_INFORMATION system table, the sde user must have authority to use the DB2 Snapshot API. This requires the sde user be added to an operating system group, and that group must be granted SYSMON authority.

For example, if you define a group called sysmon, which contains the sde user, you can set the value of the SYSMON_GROUP instance parameter to the value sysmon using the following commands:

UPDATE DBM CFG USING SYSMON_GROUP sysmon

db2stop

db2start

Related Topics

12/17/2013