Antwort: Re: [INUG-Users] ISM 2.3 on Redhat Enterprise 3 server? > Check with netstat -an | grep portnumber [Virus checked]

Karl-Heinz.Ostertag at Sparkassen-Informatik.de Karl-Heinz.Ostertag at Sparkassen-Informatik.de
Tue May 25 05:03:01 EDT 2004


Hello,

an similary Error also on Solaris. The Lic-Server holds for some Time
(Minutes) the Port on the Machine.

Check with netstat -an | grep xxxx (where xxx is your Portnumber, also
27000 and the Port for the Vendor). When you fix the Vendor-Port to e.g.
27001 you can look easier with netstat.

Wait some Minutes and try again.

MM (resp. flexlm) said, it is in Bug on Solaris. You can set down the
TCP-Wait-Time.

But our Admin said, it is like RFCxxxx and NOT an BUG.

In Omnibus 3.6 you can stop the FlexLM for some Minutes WITHOUT Crashing
the Object-Server. It 3.6 checks not all Minutes the Licenses. But i use
ISM2.3 and ISM holds the License. So after Stopping ISM i can Restart
FlexLM without Restarting Object-Server.

But this Case is not good. Don't do it. The Risk is high.

Mit freundlichen Gr|_en

Karl-Heinz Ostertag
DB/DC C/S-Systeme/\berwachungsverfahren FE/KA

Sparkassen Informatik GmbH & Co.KG
Wilhelm-Pfitzer-Stra_e 1
70736 Fellbach
Telefon: 0711/5722-1971
Telefax: 0711/5722-1634
Notes: Karl-Heinz Ostertag/6322/FE/SI/DE at Sparkassen-Informatik
E-Mail: karl-heinz.ostertag at sparkassen-informatik.de



                                                                                                                                        
                                                                                                                                        
                                               An:       users at netcoolusers.org                                                         
                      Michael Troitzsch        Kopie:                                                                                   
                      <m.troitzsch at dico        Thema:    Re: [INUG-Users] ISM 2.3 on Redhat Enterprise 3 server?  [Virus checked]       
                      s.de>                                                                                                             
                      Gesendet von:                                                                                                     
                      users-admin at netco                                                                                                 
                      olusers.org                                                                                                       
                                                                                                                                        
                                                                                                                                        
                      25.05.04 09:57                                                                                                    
                      Bitte antworten                                                                                                   
                      an users                                                                                                          
                                                                                                                                        
                                                                                                                                        




Hi Sara,
I had that once only - I think when I restarted lmgrd and didn't kill the
vendor daemon ("netcool")
correctly. Make sure all lmgrd processes and sub-daemons "netcool" are
down.
Also, make sure that the vendor daemon's tcp port (36318) is free. You can
specifiy a fixed port if
you want: Ammend the VENDOR line to  "VENDOR netcool port=27001" in the
license.dat file (27001 is
what I use).

Of course, I only have used this on RedHat 7 and 9 - so it may be an issue
of Enterprise 3 Server
which I am not aware of.

Regards,

Michael



sara.rubio at telefonica-wholesale.com wrote:
> Hi Michael,
> I have done what you have told me and I am getting these messages, in
> license.log  and in the display, is that Ok? These are the messages you
see in
> your system? How did you avoid the display messages?
>
> license.log
>
>  7:04:12 (netcool) FLEXlm version 8.3b
>  7:04:12 (lmgrd) Started netcool (internet tcp_port 36318 pid 15742)
>  7:04:12 (lmgrd) license daemon: lost all connections
>  7:04:12 (lmgrd) This is an internal error.  lmgrd will now
>  7:04:12 (lmgrd) attempt to re-establish contact with other daemons.
>  7:04:12 (lmgrd) Starting vendor daemons ...
>  7:04:12 (netcool) Warning: ncism_dns expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_http expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_https expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_icmp expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_ldap expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_rping expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_saa expires 02-jun-2004
>  7:04:12 (netcool) Warning: ncism_snmp expires 02-jun-2004
>  7:04:12 (netcool) Warning: database_module expires 02-jun-2004
>  7:04:12 (netcool) Server started on gedcss2 for:       ncism_dns
>  7:04:12 (netcool) ncism_http   ncism_https     ncism_icmp
>  7:04:12 (netcool) ncism_ldap   ncism_rping     ncism_saa
>  7:04:12 (netcool) ncism_snmp   database_module
>  7:04:12 (netcool) Vendor daemon can't talk to lmgrd (Cannot connect to
license
> server (-15,570:111 "Connection refused"))
>
> Display:
>
> Incorrectly built binary which accesses errno or h_errno directly. Needs
to be
> fixed.
>
> Thank you very much
>
>
>
>
> Michael Troitzsch <m.troitzsch at dicos.de> con fecha 25/05/2004 08.54.07
>
>
> Por favor, responda a users at netcoolusers.org
>
> Destinatarios: users at netcoolusers.org
> CC:      (cci: Sara Isabel Rubio Iglesias/TDC)
> Asunto: Re: [INUG-Users] ISM 2.3 on Redhat Enterprise 3 server?
>
>
>
>
> Hi,
>
> I had the same licensing issue on RedHat 7.2 and RedHat 9. Apparently, it
is a
> small bug in the
> $NC_HOME/common/license/bin/nc_start_license script, which incorrectly
points to
> the license
> directory instead of the license file.
>
> I changed the last line
> from: exec $LMGRD -c $licensedir -l $logfile $ZZ
> to:   exec $LMGRD -c $licensedir/license.dat -l $logfile $ZZ
> and it worked.
>
> I just ignored the messages about unsupported version of Linux and
incorrectly
> built binary, and I
> have systems running for more than 6 months in production without issues.
>
> Hope this helps,
>
> Michael
>
> sara.rubio at telefonica-wholesale.com wrote:
>
>>Hi Ned,
>> I4m very interested in your installation, we are trying to install the
same
>>architecture as you have but we can`t even install the licences file
properly.
>>
>>When we try to start the license server we got this message:
>>
>>/opt/netcool/common/license/bin/nc_start_license
>>
>>
>>>Error: Unsupported version of Linux
>>>
>>>Incorrectly built binary which accesses errno or h_errno directly. Needs
to be
>>>fixed.
>>>license manager: can't initialize: Cannot find license file
>>>The license files (or server network addresses) attempted are
>>>listed below.  Use LM_LICENSE_FILE to use a different license file,
>>>or contact your software provider for a license file.
>>>Filename:      /usr/local/flexlm/licenses/license.dat
>>>License path:  /usr/local/flexlm/licenses/license.dat
>>>FLEXlm error:  -1,359.  System Error: 2 "No such file or directory"
>>>For further information, refer to the FLEXlm End User Manual,
>>>available at "www.globetrotter.com".
>>
>>
>>could you help me?
>>
>>Thanks in advance,
>>     Sara
>
> --
> DICOS GmbH                        Michael Troitzsch
> Kommunikationssysteme             Solution Architect
> Alsfelder Strasse 11              Tel: +49 6151 82787-31
> D-64289 Darmstadt                 Fax: +49 6151 82787-59
> http://www.dicos.de               GSM: +49 160 7825 915
> mailto:m.troitzsch at dicos.de     AIM: troitzschM
>
________________________________________________________________________________________
>
> Este mensaje ha sido analizado y protegido por la tecnologia antivirus
> www.trendmicro.es
--
DICOS GmbH                        Michael Troitzsch
Kommunikationssysteme             Solution Architect
Alsfelder Strasse 11              Tel: +49 6151 82787-31
D-64289 Darmstadt                 Fax: +49 6151 82787-59
http://www.dicos.de               GSM: +49 160 7825 915
mailto:m.troitzsch at dicos.de            AIM: troitzschM




More information about the Users mailing list