Unix Technical Forum

hp-ux 11i mac address licensing problem

This is a discussion on hp-ux 11i mac address licensing problem within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> I have a serious problem with my flexlm licensing on hp-ux 11i. Lmgrd can't find the ethernet mac address. ...


Go Back   Unix Technical Forum > Unix Operating Systems > HP-UX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 05:21 PM
sdonecker
 
Posts: n/a
Default hp-ux 11i mac address licensing problem

I have a serious problem with my flexlm licensing on hp-ux 11i.

Lmgrd can't find the ethernet mac address.

If I use the command lmutil lmhostid -ether it returns an empty
string.

I know that the current recommendation is to request license files
based on the lmhostid and not the physical mac addr, but I have
license files from three different companies that I need to get
working now.

Any work arrounds?

I heard that lmgrd does work on some 11.x machines and not others.
Anybody know why?

Thanks for any ideas!

-Stephen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 05:21 PM
Greg Cagle
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

sdonecker wrote:

> I have a serious problem with my flexlm licensing on hp-ux 11i.
>
> Lmgrd can't find the ethernet mac address.
>
> If I use the command lmutil lmhostid -ether it returns an empty
> string.
>
> I know that the current recommendation is to request license files
> based on the lmhostid and not the physical mac addr, but I have
> license files from three different companies that I need to get
> working now.
>
> Any work arrounds?
>
> I heard that lmgrd does work on some 11.x machines and not others.
> Anybody know why?


Check the permissions on /dev/lan0. They may need to be opened up
so lmhostid can read the MAC address.

- Greg
--
Greg Cagle
gregc at gregcagle dot com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 05:21 PM
sdonecker
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

Greg Cagle <gregc@gregcagle.com> wrote in message news:<3FAD2A63.4060703@gregcagle.com>...
> sdonecker wrote:
>
> > I have a serious problem with my flexlm licensing on hp-ux 11i.
> >
> > Lmgrd can't find the ethernet mac address.
> >
> > If I use the command lmutil lmhostid -ether it returns an empty
> > string.
> >
> > I know that the current recommendation is to request license files
> > based on the lmhostid and not the physical mac addr, but I have
> > license files from three different companies that I need to get
> > working now.
> >
> > Any work arrounds?
> >
> > I heard that lmgrd does work on some 11.x machines and not others.
> > Anybody know why?

>
> Check the permissions on /dev/lan0. They may need to be opened up
> so lmhostid can read the MAC address.
>
> - Greg


I gave it a try, still no luck.

The permissions on /dev/lan0 are

crw-rw-rw- 1 bin bin 14 0x000000 Nov 7 19:08 lan0

Just to be specific, I get the following error when running

../lmutils lmhostid -ether

lmutil - Copyright (C) 1989-2002 Globetrotter Software, Inc.
The FLEXlm host ID of this machine is ""
lmhostid: Cannot find ethernet device (-29,175:2 "No such file or
directory")

What do you suppose can't find ethernet device means? Are they looking
to talk to a different device than lan0? Could I map something?

Thanks again,

-Stephen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 05:21 PM
Greg Cagle
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

sdonecker wrote:

> I gave it a try, still no luck.
>
> The permissions on /dev/lan0 are
>
> crw-rw-rw- 1 bin bin 14 0x000000 Nov 7 19:08 lan0
>
> Just to be specific, I get the following error when running
>
> ./lmutils lmhostid -ether
>
> lmutil - Copyright (C) 1989-2002 Globetrotter Software, Inc.
> The FLEXlm host ID of this machine is ""
> lmhostid: Cannot find ethernet device (-29,175:2 "No such file or
> directory")
>
> What do you suppose can't find ethernet device means? Are they looking
> to talk to a different device than lan0? Could I map something?
>
> Thanks again,
>
> -Stephen


As I remember, lmhostid is a script. You may want to tear it apart
and figure out exactly what it's looking for - it may have changed
since the last time I looked at it 8^).

- Greg
--
Greg Cagle
gregc at gregcagle dot com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 05:21 PM
Greg Cagle
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

sdonecker wrote:

> I gave it a try, still no luck.
>
> The permissions on /dev/lan0 are
>
> crw-rw-rw- 1 bin bin 14 0x000000 Nov 7 19:08 lan0
>
> Just to be specific, I get the following error when running
>
> ./lmutils lmhostid -ether
>
> lmutil - Copyright (C) 1989-2002 Globetrotter Software, Inc.
> The FLEXlm host ID of this machine is ""
> lmhostid: Cannot find ethernet device (-29,175:2 "No such file or
> directory")
>
> What do you suppose can't find ethernet device means? Are they looking
> to talk to a different device than lan0? Could I map something?
>
> Thanks again,
>
> -Stephen


As I remember, lmhostid is a script. You may want to tear it apart
and figure out exactly what it's looking for - it may have changed
since the last time I looked at it 8^).

- Greg
--
Greg Cagle
gregc at gregcagle dot com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-16-2008, 05:21 PM
Paul Pluzhnikov
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

sdonecker@sbcglobal.net (sdonecker) writes:

> ./lmutils lmhostid -ether
>
> lmutil - Copyright (C) 1989-2002 Globetrotter Software, Inc.
> The FLEXlm host ID of this machine is ""
> lmhostid: Cannot find ethernet device (-29,175:2 "No such file or
> directory")
>
> What do you suppose can't find ethernet device means? Are they looking
> to talk to a different device than lan0? Could I map something?


Why not learn to use 'tusc/truss' and answer your own questions?
Look for a line similar to this:

open("/foo/bar", O_RDONLY, 0) ................ ERR#2 ENOENT

Cheers,
--
In order to understand recursion you must first understand recursion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-16-2008, 05:21 PM
Allyn Fratkin
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

In article <afc5c510.0311080919.58f8f96e@posting.google.com >, sdonecker@sbcglobal.net (sdonecker) writes:
> Lmgrd can't find the ethernet mac address.


my understanding is that the system calls used by lmgrd to find
the mac address were removed (obsoleted) in hp-ux 11.x and that
there is no way to use lmgrd with licenses tied to the mac address.

your best bet is to keep an hp-ux 10.20 machine around until you
can relicense the applications.

this is not an official statement of hp, i'm just telling you what i've
leared as an hp-ux user. if anyone knows anything to the contrary,
i'd love to hear it.
--
From the virtual mind of Allyn Fratkin allyn@sdd.hp.com
San Diego Site
Hewlett-Packard Company
http://www.fratkin.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-16-2008, 05:21 PM
Rick Jones
 
Posts: n/a
Default Re: hp-ux 11i mac address licensing problem

Back when HP-UX 10.20 first shipped - what 1995 I guess, or eight
years ago, it was announced that LLA - Link-Level Access - was going
away and that all software that relied on LLA needed to migrate to
DLPI. It was also announced that any "new" drivers would not include
LLA support even on 10.20.

Well, things being what they are, natually, a few ISV's didn't pay
attention and didn't migrate. In 11.0, for some "workstation" drivers
(probably btlan3, the older lan2 driver - not to be confused with any
"lan2" interface), the LLA calls were kept or put back-in, with
another of those "you better start porting" reminders.

I suspect that now, in 2003, HP-UX 11i no longer has those LLA calls.
I know that the btlan3 driver no longer exists as a separate entity -
it was subsumed into the btlan driver that replaced btlan[3456].

rick jones
--
firebug n, the idiot who tosses a lit cigarette out his car window
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to raj in cup.hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-16-2008, 05:22 PM
Alan D Johnson
 
Posts: n/a
Default OT: Re: hp-ux 11i mac address licensing problem

Rick Jones wrote:

> Back when HP-UX 10.20 first shipped - what 1995 I guess, or eight
> years ago, it was announced that LLA - Link-Level Access - was going
> away and that all software that relied on LLA needed to migrate to
> DLPI. It was also announced that any "new" drivers would not include
> LLA support even on 10.20.
>
> Well, things being what they are, natually, a few ISV's didn't pay
> attention and didn't migrate. In 11.0, for some "workstation" drivers
> (probably btlan3, the older lan2 driver - not to be confused with any
> "lan2" interface), the LLA calls were kept or put back-in, with
> another of those "you better start porting" reminders.
>
> I suspect that now, in 2003, HP-UX 11i no longer has those LLA calls.
> I know that the btlan3 driver no longer exists as a separate entity -
> it was subsumed into the btlan driver that replaced btlan[3456].
>
> rick jones

Rick,
We have an issue between 11.0 and 11.i and it appears to be a arch
issue for lack of a better term. Is there any where that has the diffs
between 11.0 and 11i ? It doesn't run on .0 but does on i, no one has
been able to figure it out, HP or vendor....

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-16-2008, 05:23 PM
Rick Jones
 
Posts: n/a
Default Re: OT: Re: hp-ux 11i mac address licensing problem

Alan D Johnson <adjtech@usadatanet.net> wrote:
> We have an issue between 11.0 and 11.i and it appears to be a arch
> issue for lack of a better term. Is there any where that has the
> diffs between 11.0 and 11i ?


Release notes would be the first place I'd look.

> It doesn't run on .0 but does on i, no one has been able to figure
> it out, HP or vendor....


Are you sure you have the sense right there? Runs on 11.11, but not on
11.0?

Anyhow, what are the specifics - which driver(s) on each machine, for
which NICs, and do you have tusc traces of the working versus
non-working examples?

rick jones
--
Wisdom Teeth are impacted, people are affected by the effects of events.
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to raj in cup.hp.com but NOT BOTH...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:05 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com