Data Fields | |
char * | agentUrl |
The agent management channel URL. | |
char * | pluginPath |
The file system plugin path. | |
char * | user |
The system reduced privileges user. | |
char * | group |
The system reduced privileges group. | |
char * | runPath |
The system lock/pid file path (no file). | |
char * | logFilePath |
The normal logging file path. | |
char * | debugFilePath |
The debug logging file path. | |
unsigned | debugLevel |
The system global debug level. | |
DnxWlmCfgData | wlm |
WLM specific configuration data. | |
char * | serverPath |
The path to the dnx server program. | |
char * | localCheckPattern |
The regular expression for local jobs. | |
char * | syncScript |
The sync script path and file name. | |
char * | auditFilePath |
The audit log file path. | |
char * | dispatcherUrl |
The dispatcher channel URL. | |
char * | collectorUrl |
The collector channel URL. | |
char * | authWorkerNodes |
The authorized worker node address list. | |
unsigned | maxNodeRequests |
The maximum acceptable node requests. | |
unsigned | minServiceSlots |
The minimum acceptable node requests. | |
unsigned | expirePollInterval |
The job expiration timer check interval. |
Definition at line 110 of file dnxClientMain.c.
char * DnxCfgData::agentUrl |
The agent management channel URL.
Definition at line 112 of file dnxClientMain.c.
Referenced by copyCfgData(), dnxServerInit(), freeCfgData(), initClientComm(), initConfig(), logGblConfigChanges(), main(), and validateCfg().
char* DnxCfgData::pluginPath |
The file system plugin path.
Definition at line 113 of file dnxClientMain.c.
Referenced by copyCfgData(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), and validateCfg().
char* DnxCfgData::user |
The system reduced privileges user.
Definition at line 114 of file dnxClientMain.c.
Referenced by copyCfgData(), dropPrivileges(), freeCfgData(), initConfig(), logGblConfigChanges(), and validateCfg().
char* DnxCfgData::group |
The system reduced privileges group.
Definition at line 115 of file dnxClientMain.c.
Referenced by copyCfgData(), dropPrivileges(), freeCfgData(), initConfig(), logGblConfigChanges(), and validateCfg().
char* DnxCfgData::runPath |
The system lock/pid file path (no file).
Definition at line 116 of file dnxClientMain.c.
Referenced by copyCfgData(), createPidFile(), daemonize(), freeCfgData(), initConfig(), logGblConfigChanges(), removePidFile(), and validateCfg().
char * DnxCfgData::logFilePath |
The normal logging file path.
The system log file path.
Definition at line 117 of file dnxClientMain.c.
Referenced by copyCfgData(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), nebmodule_init(), and validateCfg().
char * DnxCfgData::debugFilePath |
The debug logging file path.
The debug log file path.
Definition at line 118 of file dnxClientMain.c.
Referenced by copyCfgData(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), nebmodule_init(), and validateCfg().
unsigned DnxCfgData::debugLevel |
The system global debug level.
The global debug level.
Definition at line 119 of file dnxClientMain.c.
Referenced by copyCfgData(), initConfig(), logGblConfigChanges(), main(), nebmodule_init(), and validateCfg().
WLM specific configuration data.
Definition at line 120 of file dnxClientMain.c.
Referenced by copyCfgData(), freeCfgData(), initConfig(), main(), and validateCfg().
char* DnxCfgData::serverPath |
The path to the dnx server program.
Definition at line 110 of file dnxNebMain.c.
Referenced by execServerProcess(), initConfig(), and validateCfg().
The regular expression for local jobs.
Definition at line 111 of file dnxNebMain.c.
Referenced by ehSvcCheck(), initConfig(), releaseConfig(), and validateCfg().
char* DnxCfgData::syncScript |
The sync script path and file name.
Definition at line 112 of file dnxNebMain.c.
Referenced by ehProcessData(), initConfig(), and validateCfg().
char * DnxCfgData::auditFilePath |
The audit log file path.
Definition at line 115 of file dnxNebMain.c.
Referenced by copyCfgData(), dnxAuditJob(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), nebmodule_init(), and validateCfg().
The dispatcher channel URL.
Definition at line 93 of file dnxServerMain.c.
Referenced by copyCfgData(), dnxServerInit(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), and validateCfg().
char* DnxCfgData::collectorUrl |
The collector channel URL.
Definition at line 94 of file dnxServerMain.c.
Referenced by copyCfgData(), dnxServerInit(), freeCfgData(), initConfig(), logGblConfigChanges(), main(), and validateCfg().
The authorized worker node address list.
Definition at line 96 of file dnxServerMain.c.
Referenced by copyCfgData(), freeCfgData(), initConfig(), logGblConfigChanges(), and validateCfg().
unsigned DnxCfgData::maxNodeRequests |
The maximum acceptable node requests.
Definition at line 97 of file dnxServerMain.c.
Referenced by copyCfgData(), dnxCalculateJobListSize(), initConfig(), logGblConfigChanges(), and validateCfg().
unsigned DnxCfgData::minServiceSlots |
The minimum acceptable node requests.
Definition at line 98 of file dnxServerMain.c.
Referenced by copyCfgData(), dnxCalculateJobListSize(), initConfig(), logGblConfigChanges(), and validateCfg().
unsigned DnxCfgData::expirePollInterval |
The job expiration timer check interval.
Definition at line 99 of file dnxServerMain.c.
Referenced by copyCfgData(), initConfig(), logGblConfigChanges(), and validateCfg().