Page 1 of 1

chmod: WARNING message after DS recycle

Posted: Wed Jan 28, 2009 1:43 pm
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

Posted: Wed Jan 28, 2009 7:40 pm
by ray.wurlod
What is the value of your TEMP environment variable, if indeed it is set at all?

Posted: Fri Jan 30, 2009 10:15 am
by Terala
we do not have any TEMP variable set in our Environment.

Posted: Fri Jan 30, 2009 2:48 pm
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?

Posted: Mon Feb 02, 2009 3:50 pm
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

Posted: Mon Feb 02, 2009 6:11 pm
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?

Posted: Tue Feb 03, 2009 11:26 am
by Terala
Permissions are 775 and dsadm can write in that directory.