What is the SAV command issued by the daily menu driven option to backup
"All user directories" via go Backup menu?
It seems that it is not what I assumed, becouse the number of objets saved
are much less than what we get from:
SAV DEV('/qsys.lib/tap01.devd) OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS'
*OMIT))
What is intended by "All user directories"?
Thanks in advance.
SAV OBJ(('/*') ('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT)
('/QIBM/ProdData' *OMIT)
('/QOpenSys/QIBM/ProdData' *OMIT)) UPDHST(*YES)
--
Ad,
pas de probl�me, que des solutions
If the save feature is implemented using a command, then "command
string" auditing will log the request as a T-CD journal entry in the
audit journal QAUDJRN. I must admit, I can no longer recall what
auditing setup achieves command string auditing; a web page I saw
suggests the *CREATE for QAUDLVL but I am skeptical. On
http://www.securemyi.com/articles/artaudit.html under "Auditing User
Actions" it is noted that [and is more in line with my recollection]
that specifying "*CMD as one of the user's AUDLVL values, the system
will audit every CL command executed by the user. For commands
contained in CL programs that were created as *LOG(*NO) and
ALWRTVCLSRC(*NO), the entire command string isn't logged, but at
least the command name is logged." If that statement is accurate:
. if the GO BACKUP uses a CLP then the latter issue will probably
prevent the logging because the OS CLP will [unless also or instead
allows retrieve CL source] almost surely be shipped with attribute
LOGCLPGM(*NO)
. if the GO BACKUP uses a CL command string passed to a command
processing program such as QCAPCMD or QCMDEXC, then the latter issue
would not impact the results; i.e. the full string should be
available [hmmm... unless QCAPCMD enables effective LOGCLPGM(*NO)
results regardless that it is not a CLP].
Regards, Chuck