Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Important: When upgrading License Statistics to a new version, be sure to make a backup (see Backing up and restoring the database) and then remove the current installation before installing the new version. The License Statistics installation will not remove the currently installed version and will not install a new version into the same location as a previous version. 

Step 1: Download and install License Statistics.

...

Step 5: Start the service.

Note: If you created the License Statistics init script during installation, we We recommend using the init script to start the service instead of starting it manually as described below.

Run License Statistics as a daemon by entering the following command from a Linux command line:

No Format
./xflicstat -b /path/configfile

where /path/configfile is the full path to the License Statistics configuration file; for example:

No Format
./xflicstat -b ./xflicstat.cfg

If you execute this command outside of the License Statistics installation directory, you must designate the path using an additional command line variable; for example:

No Format
LD_LIBRARY_PATH="/usr/xflicstat/" /usr/xflicstat/xflicstat -b /usr/xflicstat/xflicstat.cfg

...

No Format
[2012-01-02 13:44:50] Ready for querying...
[2012-01-02 13:44:50] To view statistics please go to http://localhost:80
  • Check results in your browser by going to http://localhost:80. The first time you access the License Statistics web interface, your login information is set to username = admin, password = admin.
  • If you do not see any results, check whether the License Statistics web server port specified in the configuration file (which defaults to port 80) is busy. If needed, you can specify a different port as described in this article.