Install Guide
Table Of Contents
- Table of Contents
- Preface
- 1 System Requirements
- 2 Installing QConvergeConsole GUI
- Before You Begin
- Downloading and Installing Management Agents
- Installing QConvergeConsole GUI
- Uninstalling QConvergeConsole GUI
- 3 Getting Started
- 4 Security Considerations
- 5 Troubleshooting
- A Revision History
- Glossary
- Index
5–Troubleshooting
Setting a Tomcat Log File
Doc. No. TD-000966 Rev. 1
January 21, 2021 Page 46 Copyright © 2021 Marvell
Configure Tomcat on Linux-based Systems
The QConvergeConsole installer installs Tomcat version 7 on Linux systems. For
Tomcat 7, the log file is set up in script file catalina.sh.
To update the log file name in Linux:
1. Stop the Tomcat server by issuing the following command on a command
line:
". /catalina.sh stop"
2. Open catalina.sh file for editing. The full path to catalina.sh on
Linux systems is:
/opt/QLogic_Corporation/QConvergeConsole/apache-tomcat-x.x
3. Locate the following statement:
CATALINA_OUT="$CATALINA_BASE"/logs/catalina.out
4. Change the file name in "$CATALINA_BASE"/logs/catalina.out to
the appropriate file name. For example:
CATALINA_OUT="$CATALINA_BASE"/logs/QCC.out
5. Save the change and close the file.
6. Restart the Tomcat server by issuing the following command:
"./catalina.sh start"
Configure Tomcat on Solaris-based Systems
The QConvergeConsole installer installs Tomcat version 7 on Solaris systems.
For Tomcat 7, the log file is set up in script file catalina.sh. The script contains
three references to the log file.
To update the log file name in Solaris:
1. Stop the Tomcat server by issuing the following command on a command
line:
". /catalina.sh stop"
2. Open the catalina.sh file for editing. The full path to catalina.sh on
Solaris systems is:
/opt/QLogic_Corporation/QConvergeConsole/apache-tomcat-x.x/bin
3. Locate the following statement:
touch "$CATALINA_BASE"/logs/catalina.out