Scott,

One thing that I've seen in use on unix systems is the "script" command.  You 
would put it in the user's .profile, or whatever startup script is executing 
UV/UD.  The syntax of the command would be "script -c <uv/ud command> 
<logfile>".  Replace <uv/ud command> with the command that you use to start the 
database of your choice and replace <logfile> with a unique log file name.  
I've seen the unique filename generated with the date command, such as: date 
+%F_%H-%M-%S.%N.

A simple example would be the following:

Contents of .profile:

<Any OS setup goes here>
logfile=/usr/local/audit.logs/${USER}-`date +%F_%H-%M-%S.%N`.log
cd /path/to/account
exec script -c /path/to/uv ${logfile}

-Mike

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Scott Zachary
Sent: Wednesday, April 24, 2013 4:35 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] TCL input and response logging such as COMO

For PCI compliance, we are tasked to log/capture all TCL entries and responses. 
I am familiar with COMO, which is one possible solution. 

1) What other TCL logging methods are available in UniVerse besides COMO?

2) What AIX Unix tools are available to capture keyboard input and responses at 
TCL?



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/TCL-input-and-response-logging-such-as-COMO-tp40528.html
Sent from the U2 - Users mailing list archive at Nabble.com.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to