Enabling logs
You must check various log files when you debug a BMC Atrium Single Sign-On issue. If there are no errors in arjava plugin log then you do not have to worry about those errors.
Log file disk space requirements
An additional 7-10 GB of space is recommended for log file growth, depending on the volume of users and products integrating with the BMC Atrium Single Sign-On server.
To manage log file storage space effectively, perform the following tasks:
- Delete the debug log files periodically, especially if the debug level is set to message.
- Check the .access and .error log files periodically in the logs directory.
- Consider configuring the log rotation to delete the oldest log files.
Enable logging on the BMC Atrium Single Sign-On server
- Stop the BMC Atrium Single Sign-On server.
- Enable Open AM server logging:
- Delete logs from AtriumSSO\tomcat\webapps\atriumsso\WEB-INF\config\atriumsso\debug\debug.out.
- Delete the log files from C:\Program Files\BMC Software\AtriumSSO\tomcat\temp\atsso*.log.
- Log on to the BMC Atrium Single Sign-On Admin Console to enable Open Server logging.
- Select Configuration > Server and Sites and then click Debugging.
- Debug level to Message.
- Merge debug files to ON.
- Save.
- Enable Atrium Atrium Single Sign-On logging:
On a non-Windows platform- Open the setenv.sh file.
- In JAVA_OPTS, add "-Datsso.log.level=FINEST".
- Save the file.
- Open a command window.
- Change directory to C:\Program Files\BMC Software\AtriumSSO\tomcat\bin.
Run the following command:
tomcat7w //ES//BMCAtriumSSOTomcat.
- Click the java tab.
- Add "-Datsso.log.level=FINEST" to the java Options tab, and click Apply.
- Click the General tab.
- Start the service.
Enabling logging on BMC Remedy Mid Tier
- Stop the BMC Remedy Mid Tier service
- Go to C:\Program Files\Apache Software Foundation\Tomcat7.0\temp\ and delete the atsso.log file.
- Go to C:\Program Files\Apache Software Foundation\Tomcat7.0\ and delete the logs*<YYYY-MM-DD>.log file (where YYYY-MM-DD is the current date).
On non-Windows platforms- Open the setenv.sh file.
- In JAVA_OPTS, add "-Datsso.log.level=FINEST".
- Save the file.
On Windows platforms- Open a command window.
- Change the directory to C:\Program Files\BMC Software\AtriumSSO\tomcat\bin.
Run the following command:
tomcat7w
- Click the java tab.
- Add "-Datsso.log.level=FINEST" to the java Options tab and click Apply.
- Click the General tab.
- Start the service.
Log files to send
After enabling the logs, you must perform your test and send the following logs:
From BMC Remedy Mid Tier:
- ARSystem\midtier\logs\armidtier.log
- Apache Software Foundation\Tomcat7.0\temp\atsso.log
- Apache Software Foundation\Tomcat7.0\logs*YYYY-MM-DD*log files
From BMC Atrium Single Sign-On:
- AtriumSSO\tomcat\temp\atsso.log
- AtriumSSO\tomcat\logs*YYYY-MM-DD*log files
- AtriumSSO\tomcat\webapps\atriumsso\WEB-INF\config\atriumsso\debug\debug.out
Log files for installation failures
When installation fails, get the logs from the following folders to isolate the issue:
- ..\AtriumSSO\tomcat\webapps\atriumsso\WEB-INF\config\atriumsso\log
- ..\AtriumSSO\tomcat\webapps\atriumsso\WEB-INF\config\atriumsso\debug
- ..\AtriumSSO\tomcat\temp
- ..\AtriumSSO\tomcat\logs
- ...\AtriumSSO\tomcat\webapps\atriumsso\WEB-INF\config\opends\logs
Comments
Log in or register to comment.