SAND CDBMS Administration Guide
The SAND Enterprise Service

 

Previous Topic:
Administering the SAND Enterprise Service (part 1)
Chapter Index
 

 

Administering the SAND Enterprise Service


Server Processes


Logs

The log accessible from SAND Enterprise Manager is also written to files in the LOG folder in the SAND program directory. Separate logs are kept for Service (nes.log) and Agent (agent_<user-name>.log) processes.


Rebooting

By default, the NE Service will be restarted when the system is rebooted.


The nes.ini file

The following is an example of the nes.ini system configuration file for UNIX (the nes.ini file for Windows is identical except for the style of directory paths). Note that the nes.ini file is written automatically by SAND Enterprise Manager, and should not be edited manually.

Note:
When the connection parameters used to connect with the sescmd scripting client are saved, they are written in encrypted form to a [nesop] section of the nes.ini file (not illustrated below).

[Nes]
AdminDomain=None
/* Domain specified at installation or with the SEM Security feature */

AdminUserName=admin
/* Admin user name specified at installation or with the SEM security feature */

DefaultDirectory=/sand/system
/* Default directory for browsing */

NesPort=5001
/* Port on which the server listens */

ServerDomain=None
/*
Domain name for System agent */

ServerPassword=78e98...
/* Encrypted password for system agent */

ServerUserName=admin
/* System agent account */

[Nucleus]
NucleusIniPath=/usr/sand
/* Path to the nucleus.ini file */

NucleusPath=/usr/sand
/* Path to SAND CDBMS executables and seed Database */

/* Database entry */
[TEST]
HOST=host1
PATH=/sand/system
TYPE=STANDARD

/* Primary Instance entry */
[TEST/TEST]
AUTOSTARTUP=FALSE
CACHE=64
CACHEMAX=1024
CACHEMIN=16
RunMode=Virtual
MaxDeltaFileRatio=0
MaxDeltaFileSize=0
PORT=1285
DeltaPath=/sand/temp
TYPE=VDB
UPDATEFILE=

/* Secondary Instance entry */
[TEST/TEST_1]
AUTOSTARTUP=FALSE
CACHE=64
CACHEMAX=1024
CACHEMIN=16
RunMode=Virtual

MaxDeltaFileRatio=0
MaxDeltaFileSize=0
PORT=1286
DeltaPath=/sand/temp
TYPE=VDB
UPDATEFILE=

 

Previous Topic:
Administering the SAND Enterprise Service (part 1)
Chapter Index