8 Administration Tasks
Managing Processes
Introduction
The Short Message Charging Bundle service runs within the slee_acs process, using the ccsSvcLibrary.so and smcbMacroNodes.so libraries.
This means SMCB is started when the SLEE on the SLC is started (as acs_oper).
Turning Debug ON / OFF
Procedure
Follow these steps to set the debug option.
| Step | Action |
|---|---|
| 1 |
To turn on debug, set the UNIX environment variable DEBUG to SMCB_FN or all.
Example:
Note: The all selection of the DEBUG section displays all sections of debug. This is the most verbose debug level, so using the SMCB_FN section is recommended when specifically checking the SMCB service. |
| 2 | To turn off debug, unset the DEBUG environment variable. |
| 3 | Restart the SLEE to make the new setting effective. |
Re-reading Database Configuration
Procedure
Follow these steps to check when the Short Message Charging Feature Node last re-read the database configuration.
| Step | Action |
|---|---|
| 1 | Set the UNIX environment variable DEBUG to
SMCB_Cache, for example:
|
| 2 |
Restart the SLEE to make the new setting effective. Result: SMCB Cache related actions are shown, allowing the monitoring of the cache state. |
| 3 |
Check the system logfile for the following entry and note its timestamp:
|
| 4 |
Check the value in eserv.config for:
|
| 5 | To turn off debug, the DEBUG environment variable must be unset. |
| 6 | Restart the SLEE to make the new setting effective. |