You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 33 Next »

The information on this page refers to License Statistics v4.12 or newer, which made changes to the License Statistics ./xflicstat xflicstat.cfg enabling debug mode in Linux to using ./xflicstat. If you are using an earlier version, please refer to the documentation for releases prior to v4.12.

An init script is used to start, stop, and restart License Statistics and determine whether License Statistics is currently running.

The init script is created during License Statistics installation under the general system init script directory for your specific Linux distribution (for example, /etc/init.d for Debian and RHEL). If the init script is not stored in the system init script directory (for example, the person installing License Statistics had inadequate permissions to write to the directory or chose during installation not to install to the directory, or if writing to the directory fails for any reason), the init script will be stored in the "init" directory under the License Statistics installation directory.

You use the init script by running the following commands, where /init is the directory that contains the init script:

Command

Action

/init/xflicstat start

Starts License Statistics.

/init/xflicstat stop

Stops License Statistics.

/init/xflicstat restart

Restarts License Statistics.

/init/xflicstat status

Reports whether License Statistics is currently running.

Note: Alternatively, you may run License Statistics in console using ./xflicstat. This will display the same information that is written to the License Statistics log file, and should be used only to check License Statistics; for example, for troubleshooting purposes.

See Enabling License Statistics debug logs for detailed information about enabling debug mode in License Statistics.

  • No labels