Configuring audit logging
To generate audit log output on a server, you must perform the following steps.
- Add theSM_AUDIT_CLIENT_ACTIONSenvironment variable to theruncmd_env.shfile located in theBASEDIR/<productsuite>/smarts/local/conf directoryof your software product suite.For example, the directory for the IP AM/PM suite would beBASEDIR/IP/smarts/local/conf.
- You can do this by using thesm_editutility via the command line to open theruncmd_env.shfile. Invokesm_editfrom theBASEDIR/<productsuite>/smarts/bin directory:sm_edit conf/runcmd_env.sh #/opt/InCharge/IP/smarts/bin>sm_edit conf/runcmd_env.sh
- Add the environment variable and its value using the following syntax:SM_AUDIT_CLIENT_ACTIONS=TRUE SM_AUDIT_ALL_CONNECTIONS=1
- Save theruncmd_env.shfile and close it.
- Restart any program currently running for the new environment variables to take effect.