HLServer: Trouble Shooting
From Headus Docs
(Difference between revisions)
Revision as of 04:41, 6 February 2008 (edit) Headus (Talk | contribs) (→Server Log) ← Previous diff |
Revision as of 04:42, 6 February 2008 (edit) (undo) Headus (Talk | contribs) (→Server Log) Next diff → |
||
Line 19: | Line 19: | ||
; '''Config - starting hlserver''' : So far so good. | ; '''Config - starting hlserver''' : So far so good. | ||
- | |||
- | ; '''Shutdown - at server''' : '''hlserver''' shut itself down. Under Windows that would usually be because the service was stopped. Under IRIX/Linux it could happen if the hlserver process couldn't write to /usr/tmp/hlserver.pid, or if two hlserver processes tried to run at the same time, or if the PID file is deleted manually or via a cron job. | ||
; '''Connect - INVALID: host [xxx.xxx.xxx.xxx]''' : Someone from '''host''' (with IP '''xxx.xxx.xxx.xxx''') connected to the server's port, but it wasn't talking the right protocol. This could mean one of a couple of things; there's some sort of port overlap with other installed software; you can change the PORT used by hlserver by editing the config file and restarting. Or someone's doing a port scan attack to find a way into the system; you might need to install a firewall, or if you already have one, configure it to block connects to port 11668 from outside the LAN. | ; '''Connect - INVALID: host [xxx.xxx.xxx.xxx]''' : Someone from '''host''' (with IP '''xxx.xxx.xxx.xxx''') connected to the server's port, but it wasn't talking the right protocol. This could mean one of a couple of things; there's some sort of port overlap with other installed software; you can change the PORT used by hlserver by editing the config file and restarting. Or someone's doing a port scan attack to find a way into the system; you might need to install a firewall, or if you already have one, configure it to block connects to port 11668 from outside the LAN. | ||
Line 47: | Line 45: | ||
; '''Shutdown - by user@host''' : Manager '''user@host''' told '''hlserver''' to shut itself down. | ; '''Shutdown - by user@host''' : Manager '''user@host''' told '''hlserver''' to shut itself down. | ||
+ | |||
+ | ; '''Shutdown - at server''' : '''hlserver''' shut itself down. Under Windows that would usually be because the service was stopped. Under IRIX/Linux it could happen if the hlserver process couldn't write to /usr/tmp/hlserver.pid, or if two hlserver processes tried to run at the same time, or if the PID file is deleted manually or via a cron job. | ||
</ul> | </ul> |
Revision as of 04:42, 6 February 2008
|
If you can't get HLServer to work, you should first check the server log file for any obvious errors. If that's no help, check below for some tests you can run on both the server and client machines.
Server LogThe first stop for all problems is the hlserver log file, found in the headus/etc directory. By default there will be two (sometimes four) log files, rotated weekly; check their last modified dates to see which one is currently active. If your users have problems accessing the floating licenses you should first check the log file to see if any errors have been reported. The following is an explanation of the log messages.
Checking the ServerIf the log file recorded no errors, you can run these tests to check that the server is running OK.
Checking ClientsYou can run these tests to check that the client (i.e. user) is configured properly.
If none of the above tests sheds any more light on the problem, contact your license issuer for further directions. |