!!! Overview
There are tow basic steps to setting up [XDAS] for [EDirectory], [DirXML] and [NMAS] on Linux.
!! Step One - Instance Setup
The setup is specific to each instance or [eDirectory]. If you are running multiple Instances. If NOT running multiple instances, you can drop the:
%%prettify
{{{
--config-file /data/nds/idv/nds.conf
}}} /%
from the commands below.
In the [nds.conf] file, you can specify the location of the [xdas.properties] file.
Otherwise it is located at [TODO].
Once you have the [xdas.properties] file configured, you need to load the [xdasauditds] module.
! Starting and Stopping --config-file /data/nds/idv/nds.conf
The [XDAS] documentation says you can check to see if it is loaded using the command:
%%prettify
{{{
ndstrace -c modules --config-file /data/nds/idv/nds.conf |grep 'xdasauditds'
xdasauditds Running
or
xdasauditds Not Loaded
}}} /%
To load the [xdasauditds] module, use:
%%prettify
{{{
ndstrace -c "load xdasauditds" --config-file /data/nds/idv/nds.conf
}}} /%
To unload the [xdasauditds] module, use:
%%prettify
{{{
ndstrace -c "unload xdasauditds" --config-file /data/nds/idv/nds.conf
}}} /%
To cause the [xdasauditds] module to load each time [eDirectory] is started, edit the [ndsmodules.conf] file to show:
%%prettify
{{{
xdasauditds auto #XDASauditds
}}} /%
%%warning
We have seen conditions where improper [configuration] of the [xdas.properties] file will cause core dumps for [eDirectory].\\
Be sure of you configuration before auto loading.
%%
%%information
We have seen conditions where we needed to re-start the instance for [XDAS] to load properly.
%%!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]