chmod: WARNING message after DS recycle

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

chmod: WARNING message after DS recycle

Post by Terala »

Hi ,
After we bounce DS Server we get this warning message.

Code: Select all

chmod: WARNING: can't access /dir1/Ascential/DataStage/DSEngine/dstmp.090128.144007A
/dir1/Ascential/DataStage/DSEngine/sample/ds.rc: /dir1/Ascential/DataStage/DSEngine/dstmp.090128.144007A: cannot open

DataStage Engine 7.5.3.1 instance "ade" has been brought up.
Starting JobMonApp
JobMonApp has been started.

Any idea what is nature of this warning message?

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What is the value of your TEMP environment variable, if indeed it is set at all?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Post by Terala »

we do not have any TEMP variable set in our Environment.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In that case what are the permissions on /dir1/Ascential/DataStage/DSEngine/dstmp and what user ID are you using when you start DataStage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Post by Terala »

we do not have dstmp file in the path you mentioned.

Code: Select all

/Ascential/DataStage/DSEngine> ls -l dstmp*
dstmp*: No such file or directory
we use dsadm to stop and start datastage services
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Take a look at the DataStage startup/shutdown script (/dir1/Ascential/DataStage/DSEngine/sample/ds.rc)

It is expecting to find/create a file in /dir1/Ascential/DataStage

Please check the permissions for dsadm on /dir1/Ascential/DataStage directory - can the dsadm user write there?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Post by Terala »

Permissions are 775 and dsadm can write in that directory.
Post Reply