Installing ILux 4.1 with Microsoft SQL Server 6.5 DatabaseThis document describes several key pieces of information you will need to gather before Installing ILux, including the following:
ILux can be configured for a variety of operating systems and databases. In addition, you can place the various components on one or more servers. This flexibility allows you to adapt ILux to your existing Internet or Intranet server configuration. Because ILux is so flexible, be sure to closely review the information below. For performance reasons, you may at several points in the process find it a good idea to put one of the ILux components on a different server or in a different location.
Contents
A Conceptual Overview of ILuxILux is a client/server application for analyzing web site usage. ILux is comprised of several components that can be installed in a fully distributed environment. The basic components are: The ILux ServerThe server is the central component, and is used to import, parse, store, and index information from your web server's log files. The ILux Server also serves all ILux client requests. This version of ILux can be installed on Win NT/95. The ILux Server requires a LAN, WAN, or FTP connection to the website(s) that will be analyzed, and a read/write local or network connection to all ILux components. The ILux DatabaseThe MS-SQL version of the ILux Database must reside on a MS-SQL server that is accessible via ODBC connection. The database schema is automatically generated during installation. The ILux ClientThe client is a Java-based application and is the user's interface to ILux. The ILux client can be run from any computer. The ILux ReportsThe ILux reports are the final output from all web site analyses. The reports are in HTML format. For the reports to be viewed over the Internet, this directory must be located anywhere under a webserver's web root directory. The installation procedure requires you to make decisions on directory locations for the ILux components, and provide details about your system. The ILux ServerThe ILux Server occupies approximately 10MB of disk space, and can be installed to any local directory. The default location is:
MS SQL Database PreparationOnce you have downloaded the ILux software, and before installation of the ILux Server, you must first select a MS-SQL server and create a database. Typically this is done by opening the desired registered MS-SQL server using the "Enterprise Manager" application. Make a note of the case-sensitive SQL Server name, which you will need during installation.
This completes the creation of the database. This database is initialized during the ILux Server Setup. Distributed ILux Server and MSSQL ServerFor performance reasons, you may choose to use separate computers for your ILux Server and your SQL server. If you decide to do this, you must install a MS SQL client on the computer where ILux server resides. Your Web Site(s)The ILux server needs the following information for each web site to be analyzed. For each ILux server, you can monitor up to three web servers. However, you should consider possible degradation in performance when monitoring more than one. Site nameThe URL of the web site, for example,
or
IP addressFor example:
Web root directoryThe directory under which all web files are served. If you have a network connection with read access you can specify the web root directory by UNC name or DOS path, such as:
or
You can also access the web directory structure via ftp,using a normal or anonymous login, such as:
or
Log File DirectoryIf you have a network connection and appropriate privileges you can specify the log file directory by UNC name or DOS path, such as:
or
If you do not have a network connection, you can also access the log files via ftp, using a normal or anonymous login, such as:
or
Name of Log File(s)Identify the naming pattern of your web server's log files. To choose a range of log files, use wildcards. (For example, access*) Case Sensitive Log FilesIf the web server to be monitored is on an operating system with a case-sensitive file system (for example, UNIX), select this option. If the web server is on an operating system with a case insensitive file system (for example, Windows), do not select this option. Port numberThe TCP/IP port that is used by the web server for HTTP communication. Typically, this is port 80. The ILux ClientDuring ILux server install, two sets of ILux client files are created. One set is for launching the ILux client as a Java applet from any Java enabled web browser, while the other set is a client installation for launching ILux as a Java application from a Java virtual machine. The files for the web browser based ILux Java Applet must be placed under a web server root on the SAME machine as the ILux Server and its storage requirement is approximately 1.2MB. Its default location is:
The ILux Java Application client installation files (sample/) reside in a separate directory under the main ILux server directory. The default location is:
For convenience, this directory and its contents should be later placed in a shareable directory for ease of client installation. ILux Report DirectoryILux produces all its reports in HTML format. For the reports to be viewed by a browser, the report directory must be located anywhere under any web server's web root directory. Because the nature of the ILux reports are typically for internal usage, we suggest that the reports are stored on a password protected Internet location or an Intranet web server. SMTP serverILux allows e-mail notifications to be sent to users for certain events, such as when reports have completed. Therefore, ILux requires the SMTP mail server's DNS name or IP address used by the domain, such as postmaster.mydomain.com.
Installing the ILux ServerBefore beginning installation, be sure you have collected all the information described in the previous portions of this Guide. To install ILux, simply double click on the self-extracting file iluxmssql.exe in the same location as this file. Follow the install instructions step by step. After you complete installation, review the remainder of this Guide.
During the schema generation portion of the installation process, ILux writes a log errors text file during database initialization. This file is called RESETDB.LOG, and is always stored on the root directory of the C: drive. Here is an example of an error FREE database initialization:
All other errors are to be considered initialization failures. The text of any errors should provide important clues to the problem. After correcting the problem, run the RESETDB.bat utility in the ILux \BIN directory, with the database user name and password as parameters. For example:
Then, check the
As a secondary verification, use SQL Central to inspect the TABLES section of the ILuxLog database. The existence of over 30 tables is a strong indication that the installation was successful.
Starting The ILux log reporting service on Windows NTAfter making sure the MSSQL database server is running properly, start the ILux log reporting service.
Starting The ILux Server as an Application on Windows 95
ILux Server ParametersYou can use these parameters for either the Windows NT ILux log reporting service or Windows 95 (ILux Server Application). To review this list of parameters on line, go to the directory where ilux.exe resides and run "ilux.exe -?" As a Service on Windows NTStop ILux from the Services applet in the Control Panel. As an Application on Windows 95Close the application window by using the keys: 'CTRL-C'
Limited Warranty Information in this document is periodically updated. Changes, technical inaccuracies, and typographic errors will be corrected in future editions. Portfolio Technologies Inc. makes no representations or warranties of any kind, either expressed or implied, with respect to the contents of this manual.
Trademarks ILux and the ILux lighthouse logo are registered trademarks of Portfolio Technologies Inc. Windows is a registered trademarks of Microsoft Corporation. All other trademarks and marks are the property of the respective owners.
Copyright notice Entire contents Copyright © 1998 Portfolio Technologies Inc. All rights reserved. No part of this online help may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose without the express written permission of Portfolio Technologies Inc., with the following exception: end users are granted permission to print a single copy for their sole personal use. MS SQL Last Updated November 1997 |