Troubleshooting › Identify and Resolve the Problem › USS Environment Troubleshooting › Check Environment Variable Settings
Check Environment Variable Settings
A main cause of problems is the setting of environment variables.
To determine if the settings are in place and correct:
- To display current environment variable settings, issue the set command.
- If the problem is seen when running a script, adding a ‘set -x’ command in the script displays the settings in STDOUT when the problem arises.