Re: Windows - linux - license [message #52641] |
Sun, 18 February 2007 08:08  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Jo Klein writes:
> Can you specify what went wrong? I appreciate actually installing the
> license server on Windows is a bit of hassle, but that's a different
> question. Connecting from other machines running Linux and others was no
> problem at all in my case, once the server did its job.
Oh, everything worked correctly, eventually. It was just
that the "simple" UNIX install wasn't as simple as I hoped
(perhaps naively) it would be. I don't remember anything
specific, just the usual bunch of little problems that
annoy you to death when you are in a bit of a hurry and
don't have hours and hours to research all the UNIX installation
newsgroups. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|
|
Re: Windows - linux - license [message #52719 is a reply to message #52641] |
Mon, 26 February 2007 04:21  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
David Fanning wrote:
> Jo Klein writes:
>
>
>> Can you specify what went wrong? I appreciate actually installing the
>> license server on Windows is a bit of hassle, but that's a different
>> question. Connecting from other machines running Linux and others was no
>> problem at all in my case, once the server did its job.
>
>
> Oh, everything worked correctly, eventually. It was just
> that the "simple" UNIX install wasn't as simple as I hoped
> (perhaps naively) it would be. I don't remember anything
> specific, just the usual bunch of little problems that
> annoy you to death when you are in a bit of a hurry and
> don't have hours and hours to research all the UNIX installation
> newsgroups. :-)
>
> Cheers,
>
> David
I often do have the trouble that a windows license is nodelocked and
does not need a license server running, while when you change a windows
license to a linux license (for a new box) you have to use that license
server lmgrd. (Don't ask why we didn't get a windows like license for
linux automagicly)
Installing the license server start up script is mostly going wrong,
because they don't check which kind of linux distribution you have and
just do copy a file sys5_idl_lmgrd to a location where the directory
doesn't exists. So it becomes the directory name. And mostly it is wrong
configured so its start as one of the first processes before the network
card is initiliased.
May be these lines added do help solving that starting trouble
### BEGIN INIT INFO
# Provides: sys5_idl_lmgrd
# Required-Start: $local_fs $named $syslog $time $remote_fs
# Should-Start: coldplug pcmcia
# Required-Stop:
# Should-Stop:
# Default-Start: 3 5
# Default-Stop:
# Description: starts the idl license manager
### END INIT INFO
cheers
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
|
|
|