Unknown file changes in DSEngine directory

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
j.anderson
Charter Member
Charter Member
Posts: 8
Joined: Wed Feb 09, 2005 2:09 pm

Unknown file changes in DSEngine directory

Post by j.anderson »

We have software that monitors changes on our server. Today, this list of chagnes was generated and I have no idea why they would show up.

Is there any automated processes or anything that could have done this? I need to be able to provide some sort of explaination.

Modified "/ascential/DataStage/DSEngine/DS_LICENSE/DATA.30"
Modified "/ascential/DataStage/DSEngine/catdir/!GET.PATHNAME"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.GETPID"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.INIT"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.SEQCLOSE"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.SEQGETNEXT/?"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.SEQOPEN"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.SETCOL"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.SIGNAL"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.UVCLOSE"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.UVOPEN"
Modified "/ascential/DataStage/DSEngine/catdir/$DS.UVPUT"
Modified "/ascential/DataStage/DSEngine/catdir/$PERF.REPORT"
Modified "/ascential/DataStage/DSEngine/catdir/*DataStage*DSR/?.ADMIN"
Modified "/ascential/DataStage/DSEngine/catdir/*DataStage*DSR/_LOADSTRING"
Modified "/ascential/DataStage/DSEngine/catdir/*DataStage*DSR/_MESSAGE"
Modified "/ascential/DataStage/DSEngine/catdir/*DataStage*DSR/_SELECT"
Modified "/ascential/DataStage/DSEngine/catdir/*DataStage*DSR/_TRACE"
Modified "/ascential/DataStage/DSEngine/catdir/*GET"
Modified "/ascential/DataStage/DSEngine/catdir/*UVPATHNAME"
Modified "/ascential/DataStage/DSEngine/sql/catalog/UV_SCHEMA/DATA.30"
Modified "/ascential/DataStage/DSEngine/sql/catalog/UV_USERS/DATA.30"
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

This is normal. Do worry.
Mamu Kim
j.anderson
Charter Member
Charter Member
Posts: 8
Joined: Wed Feb 09, 2005 2:09 pm

Post by j.anderson »

By chance do you know why it happens? We have DataStage running on several servers and I need to be able to give an explaination why it happened on one but not the others. Any info would be appreciated. Thanks!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DS_LICENSE (among other things) records when each client is connected, so is updated when any client connects or disconnects.

All of the entries in catdir are object code - the ones you've listed are used when DataStage jobs run (for example $DS.SEQOPEN opens a file from a Sequential File stage). The Engine keeps a count of the number of times each is referenced, therefore each is modified.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
j.anderson
Charter Member
Charter Member
Posts: 8
Joined: Wed Feb 09, 2005 2:09 pm

Post by j.anderson »

That's exactly what I needed. Thanks very much!
Post Reply