how to restrict concurrent logins in datastage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
peep
Premium Member
Premium Member
Posts: 162
Joined: Mon Aug 20, 2012 6:52 pm

how to restrict concurrent logins in datastage

Post by peep »

we are trying to restrict concurrent logins in datastage to 20.
we want only 20 uses to login at a point of time in to datastage clients.

I have tried in UVCONFIG.
but I am not sure which value should be changed.
Any thoughts or suggestion ?
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Use the Web Console (http://hostname:9080/ibm/iis/console/)

Administrator Tab
Session Management -> Active Sessions
Global Session Properties (on the right)
Maximum Sessions

Note: Do NOT set to zero! It will not let you back in!
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
peep
Premium Member
Premium Member
Posts: 162
Joined: Mon Aug 20, 2012 6:52 pm

Post by peep »

Thanks for the help.
your resolution worked.
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

Hey Andy,

Is this across all session types, or just DataStage?
So that would also limit concurrent access for scheduled jobs,admin consoles, IA, BG, MWB, etc as well, right?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's all sessions.

You also have the ability to "quiesce" Information Server, which still allows administrators to log in.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

It limits all "client" sessions. In other words - if you see it show up in the "Active Sessions" list it counts.

It does NOT stop an external scheduler from using dsjob to submit jobs in the background. (found that out the hard way).

It also is mutually exclusive with the SessionAdmin.sh -set-maint-mode.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply