On Wednesday, 09/18/2013 at 01:59 EDT, "Will, Chris" <[email protected]> wrote: > How do I start the racfsmf process and specify the service machine name. I am > doing this from maint. > > xautolog racfsmf > ICH70001I RACFSMF LAST ACCESS AT 13:50:59 ON WEDNESDAY, SEPTEMBER 18, 2013 > 13:55:06 Command accepted > Ready; T=0.01/0.01 13:55:06 > 13:55:06 AUTO LOGON *** RACFSMF USERS = 26 BY MAINT > 13:55:06 HCPCLS6056I XAUTOLOG information for RACFSMF: The IPL command is verifi > ed by the IPL command processor. > 13:55:06 USER DSC LOGOFF AS RACFSMF USERS = 25 > > When I use the example from the documentation it still doesn't work. > > Xautolog racfsmf #racfvm > > xautolog racfsmf > racfvm > ICH70001I RACFSMF LAST ACCESS AT 13:55:06 ON WEDNESDAY, SEPTEMBER 18, 2013 > 13:56:28 Command accepted > Ready; T=0.01/0.01 13:56:28 > Unknown CP/CMS command > 13:56:28 AUTO LOGON *** RACFSMF USERS = 26 BY MAINT > 13:56:28 HCPCLS6056I XAUTOLOG information for RACFSMF: The IPL command is verifi > ed by the IPL command processor. > 13:56:28 USER DSC LOGOFF AS RACFSMF USERS = 25 > > I ran a rexx trace on this and it looks like it doesn't come up with any server > names (i.e.racfvm).
Based on the HELP for XAUTOLOG, use xautolog racfsmf"#racfvm (where " is the ESC character) or #cp xautolog racfsmf#racfvm If you don't supply the server id, RACFSMF will process all files in its reader that look like messages from RACF, but there shouldn't be any in there as they will have been purged when RACFVM autologged RACFSMF. RACFSMF will otherwise simply process the SMF logs based on the criteria you have set in the exec. See the Program Directory or the RACF Auditor Guide (depending on the release) for the details of how to modify PROFILE EXEC (SMFPROF). Alan Altmark Senior Managing z/VM and Linux Consultant IBM System Lab Services and Training ibm.com/systems/services/labservices office: 607.429.3323 mobile; 607.321.7556 [email protected] IBM Endicott ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
