LiveUpdate Administrator 2.x has been successfully installed. Or, LUA 2.x has been running but is generating occassional errors. What measures can be taken to ensure that LUA runs with the greatest possible stability and efficiency?
Note: Many of the following performance tuning changes have been integrated into LiveUpdate Administrator 2.3. Administrators are strongly encouraged to upgrade to this latest release, if possible. Manually alter the configuration files on LUA 2.3 only if specifically instructed to do so by Symantec Technical Support.
___________________________________________________________________________
There are a number of tasks which the LUA admin can take to improve performance and avoid any resource-related errors.
If assistance is required:
Together these steps will tune the LUA 2.x server for increased performance.
Check the Version
To ensure that all of the most recent enhancements and improvements are available- including database tuning and maintenance improvements- Symantec Technical Support recommends upgrading to the latest available release of LUA 2.x if you have not already done so.
The latest version of LUA 2.x can be downloaded from the following website: http://www.symantec.com/techsupp/home_homeoffice/products/lu/lu/files.html
If it is not possible to migrate from LUA 2.1 to 2.2, be sure to use the correct ports for 2.1.
Step 0 - Update Product Catalog
Step 1 - Backup LUA Database
Allow each of these commands to complete before moving on. Each may require several minutes. On LUA 2.1, use port 5432 instead of 7072.
Step 2 – Database Maintenance
Open a command (cmd) window and change to the folder "<lua_install_dir>
Allow each of these commands to complete before moving on. Each may require several minutes. On LUA 2.1, use port 5432 instead of 7072.
Log files will be generated by the above step. These can be archived:
Step 3 – PostgreSQL Configuration
In this step we provide a new configuration file for “LUA PostgreSQL” service. You may use the attached file named “postgresql.conf.LUA22” for LUA 2.2 or postgresql.conf.LUA21 for LUA 2.1. Administrators with advanced knowledge of PostgreSQL may wish to create their own configuration file. The GUC's in Tuning LiveUpdate Administrator 2.x's PostgreSQL Database may help.
Step 4 – JAVA configuration
1. Stop the “LUA Apache Tomcat” service and change startup type from “Automatic” to “Disabled”.
2. Stop the “LUA PostgreSQL” service and change startup type from “Automatic” to “Disabled”.
3. Uninstall any previous version of the JRE (Java Runtime Environment) or JDK (Java Developers Kit).
4. Download Java “JDK 1.6 Update 14 or later” from the following link: http://java.sun.com/javase/downloads/index.jsp
5. Install all Java JDK components
6. Reboot the server.
7. Check in “Add or Remove Programs” that both JDK and JRE are present.
8. Open a command window and type “java -version” to check if Java is registered properly
9. Change “LUA PostgreSQL” service type from “Disabled” to “Automatic”
10. Start “LUA PostgreSQL” service.
11. Change “LUA Apache Tomcat” service type from “Disabled” to “Automatic”
12. Start “LUA Apache Tomcat” service.
13. Enter the folder "<lua_install_dir>
14. Enter the folder "<lua_install_dir>
Step 5 – TOMCAT configuration
Open a command window and enter the folder "<lua_install_dir>
For example:
C:\LUAinst\tomcat\bin\tomcat5w.exe //ES//LUATomcat
2. A “LUA Apache Tomcat Properties” GUI will appear:
3. Enter in the “Logging” tab
4. Change logging level to “Debug”
5. Enter in “Java” tab
6. Deselect the “Use default” option.
7. The “Java Virtual Machine” field will become available.
8. Add the following lines to the “Java Options” section:
An example, for sake of illustration, after adding custom “JAVA Options”
9. Change memory and thread parameters using the following values:
At the end the “Java” tab will be like the following:
10. Click on the “OK” button.
11. Stop the “LUA Apache Tomcat” service, wait 30 seconds, then start the “LUA Apache Tomcat” service.
Step 6 – Collect Debug information
If additional assistance is required, gather debug information about LUA 2.x with the following procedure. Note that LUA 2.1 uses port 8080 by default.
1. Open Internet Explorer on your LiveUpdate Administrator 2.x (LUA 2.x) server
2. Login to LUA 2.x using valid account credentials.
3. Open the following URL: http://127.0.0.1:7070/lua/debug.do
4. Click Ok when prompted
5. When collection is complete, a link will be posted from which to download “luadebuginfo.zip”.
For details, please see How to Collect Troubleshooting Information from LiveUpdate Administrator 2.x