Author Topic: V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed  (Read 2535 times)

mvandyk

  • Newbie
  • *
  • Posts: 3
    • View Profile
V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed
« on: December 07, 2015, 04:20:18 AM »
Hi

I have upgraded our TEST On Demand instance from V8.5 to V9.5 about a month ago.

The On Demand application support team now asked the question why the SYSTEM LOAD Input File Name is not displayed anymore after the path if the load is done from a batch job. If the load is done from the JES spool via the ARSLOAD started task the Input File Name is still displayed.

I attached two files for SYSTEM LOAD V8.5 and V9.5. The input file name is also not displayed in the SYSTEM LOG message column between File(). If I double click on the message column from SYSTEM LOG to view the ARS4315I and ARS4317I messages are displayed correctly with path and DD:Input File Name.

V8.5 SYSTEM LOAD Input File Name column:
/var/ars/tmp50333136 (DD:INPUT-S42T.OND.X209)

V9.5 SYSTEM LOAD Input File Name column:
/var/ars/tmpb//0

Is this normal or did I miss something with the upgrade?

Thanks

Michael



Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed
« Reply #1 on: December 08, 2015, 03:25:49 AM »
Did you try:

Code: [Select]
arssyscr -I <cmod_instance> -l -u
??
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

mvandyk

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed
« Reply #2 on: December 08, 2015, 05:18:51 AM »
Did the following on our INSTALL instance:

arssyscr -I INSTALL -l -u
arssyscr -I INSTALL -a -u

Date/time fields are working now on the SYSTEM LOG and SYSTEM LOAD. Unfortunately the Input File Name field of System Load still only contains the path and not the DD and dataset used as input for the load. Same for the SYSTEM LOG message field.

Thanks for the reply Alessandro.
Will log a call with IBM when I'm back from leave.
Michael

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed
« Reply #3 on: December 08, 2015, 09:53:33 AM »
Did you run the arstblsp command as well, to close out the old table, so that a new one can be built?
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

mvandyk

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: V9.5 SYSTEM LOAD or SYSTEM LOG Input File Name not displayed
« Reply #4 on: December 09, 2015, 12:34:54 AM »
I did not explicitly run the arstblsp command, but I could see from my ARSUTBL exit messages on the INSTALL instance job log that new tables were created for SYSTEM LOAD (Table=AONLARI.SA3) and SYSTEM LOG (AONLARI.SL6).

Michael