I guess it depends on what legislation you must comply with for auditing 
purposes and what you can get away with. If you have to log everything then I'd 
agree that the unix tee command as others suggest would be best. The following 
works OK on our AIX dev box but there are a few strange terminal characters in 
the log file that might make parsing difficult and require some quality time 
with sed and/or awk. A log roll utility should also be employed to regularly 
compress and archive the resulting logs once they reach a certain size/age.

$ `cat /.uvhome`/bin/uv | tee -a /var/uvlogs/user1.log

If you just need to lock down and/or log the relevant UV verbs then remote VOC 
pointers will do the job. This might include a false TCL program invoked at 
login or when exiting from the menu (e.g. loop, input, log, execute, repeat) 
that just logs everything at TCL.

Doctoring the TCL verbs for logging/security would require to disable break and 
possibly make exceptions for any phantoms and other background/batch jobs 
though which may be more effort to implement thoroughly.

HTH
Peter

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Scott Zachary
Sent: Thursday, 25 April 2013 6:35
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

 -------------------------------------------------------------------------------
Note: 
This email (inc all attachments) is for the use of the intended recipient(s) 
only.
Privileged or confidential information may be contained in this communication. 
If you have received this email in error, please notify the sender immediately 
and then delete all copies of this message from your computer network. If you 
are not the intended recipient, you must not keep, use, disclose, copy or 
distribute this email without the author's prior permission. If you are the 
intended recipient and you do not wish to receive similar electronic messages 
from us in future, then please respond to the sender to this effect. 
We have taken precautions to minimise the risk of transmitting software 
viruses, but advise you to carry out your own virus checks on this email and 
its attachments. We do not accept liability for any loss or damage caused by 
software viruses and do not represent that this transmission is free from 
viruses or other defects. 
Firstmac Limited (ABN 59 094 145 963) (AFSL 290600) 
 -------------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to