The information in 'jutil_ctrl' is not configurable in any jBASE release. In fact, being in a 'tmp' directory, it is very transient and volatile.
You would be better served creating a separate 'audit' file for that kind of information and build the information into a 'login' and/or 'logout' routine.The routines could read in and/or write out the command stack to your audit file. Another option would be to place a trigger on 'jutil_ctrl' but there are caveats to this approach. Dan On Wed, Jun 11, 2014 at 8:06 AM, Maheedhar Sastry Vavilala < [email protected]> wrote: > Dear Daniel, > > Thanks a lot for the reply. > > Idea is to store the current user of AIX session,Process ID, Port No, TTY > details into ID of jutil_ctrl record so that we can track more details for > audit purpose. > Currently, as you said, Port NO is part of jutil_ctrl ID. > I want to understand how currently ID of jutil_ctrl file is prepared and > whether it can be changed (with some jbase level configuration) to store > the details as mentioned above in ID of jutil_ctrl file. > > > Thanks a lot in advance. > > Maheedhar > > > > > > On Wed, Jun 11, 2014 at 5:24 PM, Daniel Klein <[email protected]> > wrote: > >> Perhaps, instead of specifying what you want to do, you could indicate >> why you need to do it so that someone could provide an appropriate solution. >> >> If I had to make a guess, I suspect you want users to obtain the same >> command stack each time they login. A simple solution to this would be to >> set the JBCPORTNO environment variable to a unique number for each user. >> This works because the 'port number' ('15' in your example below) is part >> of the 'jutil_ctrl' ID. This, of course, assumes that each user will only >> be logging into one session. >> >> Dan >> >> >> On Tuesday, June 10, 2014 8:00:22 AM UTC-4, Maheedhar Sastry Vavilala >> wrote: >>> >>> Hi all, >>> >>> I have a query regarding the mechanism in which jsh commands (JED, >>> SELECT etc) are stored in jutil_ctrl file. Is there any configuration in >>> jbase/TAFC to setup what contains the ID of jutil_ctrl file. Example record >>> ID of jutil_ctrl is "jed_as_15_0". We want more information to be added in >>> ID of this file. >>> >>> Can someone guide in this regard. >>> >>> Thanks a lot in advance. >>> >>> Regards >>> Maheedhar >>> >> -- >> -- >> IMPORTANT: T24/Globus posts are no longer accepted on this forum. >> >> To post, send email to [email protected] >> To unsubscribe, send email to [email protected] >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "jBASE" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
