Tracking user IP addresses?

Does Tarantella log which IP address a given user logs in from? I noticedin the Object Manager that you can see what IP address a current user islogged in from. Is it possible to track that information through BillingServices? Thank you,Steve
[298 byte] By [SteveT] at [2007-11-25 20:48:09]
# 1

if you use "tarantella emulatorsession list" you can see the IP Adress of

the Users Client WS.

Writing an cron based script, and analyse the output.

TAB

"Steve T" <private@nonpublic.com> schrieb im Newsbeitrag

news:cniutc$inn$1@mint.tarantella.com...

> Does Tarantella log which IP address a given user logs in from? I noticed

> in the Object Manager that you can see what IP address a current user is

> logged in from. Is it possible to track that information through Billing

> Services?

>

> Thank you,

> Steve

>

TillmannBasien at 2007-7-4 18:49:11 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

Thank you for your response. After considering it, I believe that it would

cause a problem: issuing the TTA emulatorsession command consumes high CPU

resources. To track the majority of the user sessions would require

running this command every minute in cron. This would not be good for

performance. Even if it was run every 5 minutes, it would still impact

performance on an already busy TTA server.

Also, we would miss any quick sessions that may have started and ended

after the previous emulatorsession poll took place. (The TTA

emulatorsession command will only display currently active sessions.)

I was hoping that there would be a log filter that could be configured to

modify what Billing Services keeps track of.

Regards,

Steve

Tillmann Basien wrote:

> if you use "tarantella emulatorsession list" you can see the IP Adress of

> the Users Client WS.

> Writing an cron based script, and analyse the output.

> TAB

> "Steve T" <private@nonpublic.com> schrieb im Newsbeitrag

> news:cniutc$inn$1@mint.tarantella.com...

> > Does Tarantella log which IP address a given user logs in from? I noticed

> > in the Object Manager that you can see what IP address a current user is

> > logged in from. Is it possible to track that information through Billing

> > Services?

> >

> > Thank you,

> > Steve

> >

SteveT at 2007-7-4 18:49:11 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3

Steve,

You could probably try adding "*/*/*:all_%%PID%%.log" to your log filters to

see if you can find the necessary info in the log file. If you do, you can

then modify the filter log only those specific components. I'm sure the

client IP address is being logged in one of these components, but can't

remember which one though.

BTW - what are you trying to achieve by tracking the user IP address?

"Steve T" <private@nonpublic.com> wrote in message

news:cnjd1u$n87$1@mint.tarantella.com...

> Thank you for your response. After considering it, I believe that it would

> cause a problem: issuing the TTA emulatorsession command consumes high CPU

> resources. To track the majority of the user sessions would require

> running this command every minute in cron. This would not be good for

> performance. Even if it was run every 5 minutes, it would still impact

> performance on an already busy TTA server.

>

> Also, we would miss any quick sessions that may have started and ended

> after the previous emulatorsession poll took place. (The TTA

> emulatorsession command will only display currently active sessions.)

>

> I was hoping that there would be a log filter that could be configured to

> modify what Billing Services keeps track of.

>

> Regards,

> Steve

>

>

> Tillmann Basien wrote:

>

>> if you use "tarantella emulatorsession list" you can see the IP Adress of

>> the Users Client WS.

>> Writing an cron based script, and analyse the output.

>> TAB

>

>

>> "Steve T" <private@nonpublic.com> schrieb im Newsbeitrag

>> news:cniutc$inn$1@mint.tarantella.com...

>> > Does Tarantella log which IP address a given user logs in from? I

>> > noticed

>> > in the Object Manager that you can see what IP address a current user

>> > is

>> > logged in from. Is it possible to track that information through

>> > Billing

>> > Services?

>> >

>> > Thank you,

>> > Steve

>> >

>

>

>

>

>

Escape27 at 2007-7-4 18:49:11 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 4

Yes, I need to track all user logons and where those users logon from. I'm

not as interested in what emulator sessions they run but that information

is welcome.

Escape 27 wrote:

> Steve,

> You could probably try adding "*/*/*:all_%%PID%%.log" to your log filters to

> see if you can find the necessary info in the log file. If you do, you can

> then modify the filter log only those specific components. I'm sure the

> client IP address is being logged in one of these components, but can't

> remember which one though.

> BTW - what are you trying to achieve by tracking the user IP address?

> "Steve T" <private@nonpublic.com> wrote in message

> news:cnjd1u$n87$1@mint.tarantella.com...

> > Thank you for your response. After considering it, I believe that it would

> > cause a problem: issuing the TTA emulatorsession command consumes high CPU

> > resources. To track the majority of the user sessions would require

> > running this command every minute in cron. This would not be good for

> > performance. Even if it was run every 5 minutes, it would still impact

> > performance on an already busy TTA server.

> >

> > Also, we would miss any quick sessions that may have started and ended

> > after the previous emulatorsession poll took place. (The TTA

> > emulatorsession command will only display currently active sessions.)

> >

> > I was hoping that there would be a log filter that could be configured to

> > modify what Billing Services keeps track of.

> >

> > Regards,

> > Steve

> >

> >

> > Tillmann Basien wrote:

> >

> >> if you use "tarantella emulatorsession list" you can see the IP Adress of

> >> the Users Client WS.

> >> Writing an cron based script, and analyse the output.

> >> TAB

> >

> >

> >> "Steve T" <private@nonpublic.com> schrieb im Newsbeitrag

> >> news:cniutc$inn$1@mint.tarantella.com...

> >> > Does Tarantella log which IP address a given user logs in from? I

> >> > noticed

> >> > in the Object Manager that you can see what IP address a current user

> >> > is

> >> > logged in from. Is it possible to track that information through

> >> > Billing

> >> > Services?

> >> >

> >> > Thank you,

> >> > Steve

> >> >

> >

> >

> >

> >

> >

SteveT at 2007-7-4 18:49:11 > top of Java-index,Desktop,Sun Secure Global Desktop Software...