Install Guide

Table Of Contents
5–Troubleshooting
Installing QLogic QConvergeConsole Beside SSMC and vPower NFS Service
Doc. No. TD-000966 Rev. 1
January 21, 2021 Page 47 Copyright © 2021 Marvell
4. Change the file name in "$CATALINA_BASE"/logs/catalina.out to
the appropriate file name. For example:
touch "$CATALINA_BASE"/logs/QCC.out
5. About 12 lines farther down, locate the following line:
>> "$CATALINA_BASE"/logs/catalina.out 2>&1 &
Make a similar change to this line as was done in Step 4:
>> "$CATALINA_BASE"/logs/QCC.out 2>&1 &
6. About 12 lines farther down, locate the following line:
>> "$CATALINA_BASE"/logs/catalina.out 2>&1 &
Make the same change to this line as was done previously:
>> "$CATALINA_BASE"/logs/QCC.out 2>&1 &
7. Save the change and close the file.
8. Restart the Tomcat server by issuing the following command on the
command line:
". /catalina.sh start"
Installing QLogic QConvergeConsole Beside
SSMC and vPower NFS Service
To install QLogic QConvergeConsole SSMC and vPower NFS service:
1. Download and extract the QConvergeConsole installer.
2. To ensure that TCP port 8080,8443, and 111 are not in use (Figure 5-6),
issue the following command:
netstat -ano | find "0.0.0.0:<port number>"
Figure 5-6. TCP Ports 8080, 8443, and 111 Usage