Hello Experts,
I am trying to reach the lsb.events log and lsb.acct log to understand the information being written into it so that I can use an automated script to extract the information.
I have referred the online documentation against both these log files:
https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.acct.5.html
I am trying to understand where does LSF store the date value in the record. I am able to identify the timestamp but not the date.
Below is a sample record for your reference of LSB.ACCT
"JOB_FINISH" "10.1" 1601151045 523 503 33554434 1 1601151044 0 0 1601151045 "sas" "normal" "" "" "" "abc.demo.sas.com" "/opt/sasinside" "" "" "" "1601151044.523" 0 1 "xyz.demo.sas.com" 32 60.0 "" "abc.sas" 0.003999 0.009998 1660 0 -1 0 0 1042 0 0 0 8 -1 0 0 0 11 2 -1 "" "default" 32512 1 "" "" 0 0 0 "" "" "" "" 0 "" 0 "" -1 "/sas" "" "" "" -1 "" "" 1040 "" 1601151045 "" "" 3 1041 "jfincache" 1032 "0" 1033 "0" 0 -1 0 0 "select[type == local] order[r15s:pg] " "" -1 "" -1 0 "" 0 0 "" 0 "/opt/sasinside" 0 "" 0.000000 0.00 0.00 0.00 0.00 1 "xyz.demo.sas.com" -1 0 0 0
Reference record of LSB.EVENTS
"JOB_NEW" "10.1" 1601151044 523 503 33554434 1 1601151044 0 0 -65535 0 0 "sas" -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 "" 60.00 2 "normal" "" "abc.demo.sas.com" "/opt/sasinside" "" "" "" "" "/home/sas" "1601151044.523" 0 "" "" "" "abc.sas" 0 "" "default" 1 "X86_64" "" "" "" "" 1040 0 "" "" "" -1 -1 -1 0 "" "" -1 "" 0 -1 "" "" 1 1041 "jfincache" 0 0 "" -1 "" -1 "" "/opt/sasinside" "" "" "" 0 -1 0 "" "" 0
Thanks in advance,
Ankit.