Raj:
> Is it possible to run this QZRCSRVS (our user related) into our new subsystem ? or Can I add a routing entry based on our user profile to route all jobs related to this user profile into new subsystem ?
You can't isolate by "user" but you can isolate by client IP address or by client IP address ranges.
Since the QZRCSRVS servers require a signon from users, how could they possibly run in the correct subsystem for a user before the user even signs on? The server jobs must be running in order to accept a signon, and they will be running in some subsystem. The jobs would have to know what user is going to sign on in order to be running in the right subsystem before the signon happens. (Note that the signons can happen silently without you seeing them being done if you have things configured that way.)
However, IP addresses are known as soon as a connection request arrives. A new server job can be spawned to the appropriate subsystem according to the IP address of the socket. The signon can then be done.
Tom
Main Topics
Browse All Topics





by: Gary_The_IT_ProPosted on 2009-03-23 at 11:13:10ID: 23960594
Raj,
com/infoce nter/iseri es/v5r4/ in dex.jsp?to pic=/rzaih /rzaihwhym onitorimpa cts.htm
If you just want to move the QZRCSRVS work for a subset of jobs, I don't know of any supported mechanism that will accomplish that.
You can move all of the QZRCSRVS work to a new subsystem by creating the appropriate pre-start job entries in your new subsystem and then altering the QYSMSVRE user index to point to the new subsystem.
The user index QUSRSYS/QYSMSVRE is used by the various host server daemons to route requests to the proper subsystem.
http://publib.boulder.ibm.
- Gary Patterson