Ask a question
Learn more about TechXchange Dev Days virtual and in-person events here
Connect, learn, share, and engage with IBM Power.
The USER_Login is generated by tsm and the USER_Logout is generated by logout command. Depending on how you log in and out, you may execute these or other commands. ...
Hi, it should work as you tested - but since the Login-Daemons are running as root, it is logged as root. If you like to see what a user did in an sudo su - environment ...
AIX 7.2 I have added the following to /etc/security/audit/config: classes: auth = USER_Login,USER_Logout,USER_Exit users: default = auth From this I want to capture ...
This one is even faster than cio and with less limitations. Thanks!
OK. Would you be running Oracle binaries out of the cio mounted ram fs? You could try the "dio" mount option as an alternative. # mount -V jfs2 -o dio,rbrw,noatime,log=NULL ...
I tried with 7.2.5, 7.3.2 and 7.3.3.
What version of AIX are you using? What is the TL/SP level?
With Linux I used tmpfs and I can't use persistent volumes because the machine in question is a Power8.
Hi Well i think main difference is FS type. What's the FS type your are using on that Linux LPAR? Those options (noatime and no log) are the ones that i used when ...
Because I use ramdisks for tests and development. So is there another way to get a fully usable ramdisk from AIX that's not 8 times slower than the Linux versio ...