RE: [U2] [UD] IP address of Users

2008-09-08 Thread Bill Haskett
Jeff:

Thanks for the idea.  I did that too and use SYSTEM(512) to write the IP
address.  This IP address is the same as the one on the list-users listing
if the checkbox in wIntegrate and AccuTerm is checked to allow device
licensing; it's correct if the checkbox isn't checked.

Does your code actually reflect a difference between device licensing being
checked/unchecked on the client?  Are you using Windows?  How are you
getting the IP address; through U2 or through the O/S?

Thanks,

Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
Sent: Sunday, September 07, 2008 5:09 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [UD] IP address of Users

Bill,

We had a similar issue at my company. I asked a consultant to write a
program that updates a record whenever someone logs in. The last login
ip is the one that is retrieved.

If you'd like more info contact me offline.

Jeff



On Sun, 2008-09-07 at 14:37 -0700, Bill Haskett wrote:

 I've been having trouble figuring out the IP address of users on a UD
system
 when Device Licensing is turned on at the client.  The IP address of all
 external users is their internal IP address.  For instance.
 
 [snipped]

 As soon as I turn off device licensing on the client software (wIntegrate
or
 AccuTerm) I get the correct IP address; but, of course, device licensing
 doesn't work and my license usage goes up.
 
 Is this a bug?  Does IBM know about this?  Is there another system
variable
 I can get this information from instead of SYSTEM(512) (Windows only)?
 
  
 
 Thanks,
 
 Bill Haskett
 Advantos Systems, Inc.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] IP address of Users

2008-09-08 Thread Jeff Powell
Bill,

There are some differences in our environment. We use SBClient to access
UD running on AIX. All of our users usually log in through the same PC
every day although their DHCP provided IP addresses will change. Our
device licensing isn't configured through the terminal software but
instead through the .profile in the user's home directory.

Our problem was that we were seeing stale IP addresses with the AIX
listuser command as well as in the SB+ USER.ID file. This was causing
some messaging services to fail.

I've contacted the programmer who wrote this to see if he thinks his
code would solve your problem as well.

HTH




On Mon, 2008-09-08 at 11:15 -0700, Bill Haskett wrote:

 Jeff:
 
 Thanks for the idea.  I did that too and use SYSTEM(512) to write the IP
 address.  This IP address is the same as the one on the list-users listing
 if the checkbox in wIntegrate and AccuTerm is checked to allow device
 licensing; it's correct if the checkbox isn't checked.
 
 Does your code actually reflect a difference between device licensing being
 checked/unchecked on the client?  Are you using Windows?  How are you
 getting the IP address; through U2 or through the O/S?
 
 Thanks,
 
 Bill
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
 Sent: Sunday, September 07, 2008 5:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] [UD] IP address of Users
 
 Bill,
 
 We had a similar issue at my company. I asked a consultant to write a
 program that updates a record whenever someone logs in. The last login
 ip is the one that is retrieved.
 
 If you'd like more info contact me offline.
 
 Jeff
 
 
 
 On Sun, 2008-09-07 at 14:37 -0700, Bill Haskett wrote:
 
  I've been having trouble figuring out the IP address of users on a UD
 system
  when Device Licensing is turned on at the client.  The IP address of all
  external users is their internal IP address.  For instance.
  
  [snipped]
 
  As soon as I turn off device licensing on the client software (wIntegrate
 or
  AccuTerm) I get the correct IP address; but, of course, device licensing
  doesn't work and my license usage goes up.
  
  Is this a bug?  Does IBM know about this?  Is there another system
 variable
  I can get this information from instead of SYSTEM(512) (Windows only)?
  
   
  
  Thanks,
  
  Bill Haskett
  Advantos Systems, Inc.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UD] IP address of Users

2008-09-08 Thread Bill Haskett
Thanks Jeff.

Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
Sent: Monday, September 08, 2008 4:31 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UD] IP address of Users

Bill,

There are some differences in our environment. We use SBClient to access
UD running on AIX. All of our users usually log in through the same PC
every day although their DHCP provided IP addresses will change. Our
device licensing isn't configured through the terminal software but
instead through the .profile in the user's home directory.

Our problem was that we were seeing stale IP addresses with the AIX
listuser command as well as in the SB+ USER.ID file. This was causing
some messaging services to fail.

I've contacted the programmer who wrote this to see if he thinks his
code would solve your problem as well.

HTH




On Mon, 2008-09-08 at 11:15 -0700, Bill Haskett wrote:

 Jeff:
 
 Thanks for the idea.  I did that too and use SYSTEM(512) to write the IP
 address.  This IP address is the same as the one on the list-users listing
 if the checkbox in wIntegrate and AccuTerm is checked to allow device
 licensing; it's correct if the checkbox isn't checked.
 
 Does your code actually reflect a difference between device licensing
being
 checked/unchecked on the client?  Are you using Windows?  How are you
 getting the IP address; through U2 or through the O/S?
 
 Thanks,
 
 Bill
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
 Sent: Sunday, September 07, 2008 5:09 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] [UD] IP address of Users
 
 Bill,
 
 We had a similar issue at my company. I asked a consultant to write a
 program that updates a record whenever someone logs in. The last login
 ip is the one that is retrieved.
 
 If you'd like more info contact me offline.
 
 Jeff
 
 
 
 On Sun, 2008-09-07 at 14:37 -0700, Bill Haskett wrote:
 
  I've been having trouble figuring out the IP address of users on a UD
 system
  when Device Licensing is turned on at the client.  The IP address of
all
  external users is their internal IP address.  For instance.
  
  [snipped]
 
  As soon as I turn off device licensing on the client software
(wIntegrate
 or
  AccuTerm) I get the correct IP address; but, of course, device licensing
  doesn't work and my license usage goes up.
  
  Is this a bug?  Does IBM know about this?  Is there another system
 variable
  I can get this information from instead of SYSTEM(512) (Windows only)?
  
   
  
  Thanks,
  
  Bill Haskett
  Advantos Systems, Inc.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD] IP address of Users

2008-09-08 Thread Kevin King
What does who report in AIX?  The internal or external IP address?

On Mon, Sep 8, 2008 at 7:23 PM, Bill Haskett [EMAIL PROTECTED] wrote:

 Thanks Jeff.

 Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
 Sent: Monday, September 08, 2008 4:31 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] [UD] IP address of Users

 Bill,

 There are some differences in our environment. We use SBClient to access
 UD running on AIX. All of our users usually log in through the same PC
 every day although their DHCP provided IP addresses will change. Our
 device licensing isn't configured through the terminal software but
 instead through the .profile in the user's home directory.

 Our problem was that we were seeing stale IP addresses with the AIX
 listuser command as well as in the SB+ USER.ID file. This was causing
 some messaging services to fail.

 I've contacted the programmer who wrote this to see if he thinks his
 code would solve your problem as well.

 HTH




 On Mon, 2008-09-08 at 11:15 -0700, Bill Haskett wrote:

  Jeff:
 
  Thanks for the idea.  I did that too and use SYSTEM(512) to write the IP
  address.  This IP address is the same as the one on the list-users
 listing
  if the checkbox in wIntegrate and AccuTerm is checked to allow device
  licensing; it's correct if the checkbox isn't checked.
 
  Does your code actually reflect a difference between device licensing
 being
  checked/unchecked on the client?  Are you using Windows?  How are you
  getting the IP address; through U2 or through the O/S?
 
  Thanks,
 
  Bill
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Powell
  Sent: Sunday, September 07, 2008 5:09 PM
  To: u2-users@listserver.u2ug.org
  Subject: Re: [U2] [UD] IP address of Users
 
  Bill,
 
  We had a similar issue at my company. I asked a consultant to write a
  program that updates a record whenever someone logs in. The last login
  ip is the one that is retrieved.
 
  If you'd like more info contact me offline.
 
  Jeff
 
 
 
  On Sun, 2008-09-07 at 14:37 -0700, Bill Haskett wrote:
 
   I've been having trouble figuring out the IP address of users on a UD
  system
   when Device Licensing is turned on at the client.  The IP address of
 all
   external users is their internal IP address.  For instance.
  
   [snipped]
  
   As soon as I turn off device licensing on the client software
 (wIntegrate
  or
   AccuTerm) I get the correct IP address; but, of course, device
 licensing
   doesn't work and my license usage goes up.
  
   Is this a bug?  Does IBM know about this?  Is there another system
  variable
   I can get this information from instead of SYSTEM(512) (Windows only)?
  
  
  
   Thanks,
  
   Bill Haskett
   Advantos Systems, Inc.
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/




-- 
-Kevin
http://www.PrecisOnline.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UD] IP address of Users

2008-09-07 Thread Jeff Powell
Bill,

We had a similar issue at my company. I asked a consultant to write a
program that updates a record whenever someone logs in. The last login
ip is the one that is retrieved.

If you'd like more info contact me offline.

Jeff



On Sun, 2008-09-07 at 14:37 -0700, Bill Haskett wrote:

 I've been having trouble figuring out the IP address of users on a UD system
 when Device Licensing is turned on at the client.  The IP address of all
 external users is their internal IP address.  For instance.
 
  
 
 3 Dev (0)- lu
 
  
 
 Licensed(UDT+CP)/Effective  Udt Sql iPhtm   Pooled
 Total
 
  
 
 (  24 + 1   ) / 25  3   0   0   0   3
 
  
 
 UDTNO USRNBR  UID USRNAME   USRTYPE  TTYIP-ADDRESSTIME DATE
 
   1   2580 197615 myuserphantom pts/1   Console   10:42:05 Aug 29
 2008
 
   2   3488 197640 designbai udt pts/2   udcs  14:04:53 Sep 07
 2008
 
   3   2108 197615 myuserudt pts/3   192.168.1.101 13:31:04 Sep 07
 2008
 
   4   2072 197615 myuserudt pts/4   192.168.1.101 14:07:21 Sep 07
 2008
 
   5984 197640 designbai udt pts/5   192.168.0.2   13:40:19 Sep 07
 2008
 
  
 
 3 Dev (0)-
 
  
 
 This shows the user on port #5 is coming from 192.168.0.2 when in reality
 they're coming from some IP address in southern California.  192.168.0.2 is
 the internal IP address of the client machine making the connection.
 
  
 
 As soon as I turn off device licensing on the client software (wIntegrate or
 AccuTerm) I get the correct IP address; but, of course, device licensing
 doesn't work and my license usage goes up.
 
  
 
 Is this a bug?  Does IBM know about this?  Is there another system variable
 I can get this information from instead of SYSTEM(512) (Windows only)?
 
  
 
 Thanks,
 
 Bill Haskett
 Advantos Systems, Inc.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/