cancel
Showing results for 
Search instead for 
Did you mean: 

SAPOSCOL has been stopped in PROD CI

Former Member
0 Kudos

Dear all,

saposcol has been stopped in Prod CI server iand Prod APP1 & APP2 are working .

when i try to start SAPOSCOL i got the below error .

PRDCIXI:irpadm 4> saposcol -l

-l

open logfile '/usr/sap/tmp/dev_coll.tmp' failed... use stderri

19:22:29 15.03.2010 ERROR: cannot open log file /usr/sap/tmp/dev_coll.tmp

19:22:29 15.03.2010 ERROR: Make sure directory /usr/sap/tmp exists or specify D

IR_PERF

19:22:29 15.03.2010 ERROR: in profile and run saposcol pf=<profile>

how can i make up SAPOSCOL

and what reason it has been stopped .

kindly suggest

Regards

Accepted Solutions (1)

Accepted Solutions (1)

ashish_mishra2
Contributor
0 Kudos

> open logfile '/usr/sap/tmp/dev_coll.tmp' failed... use stderri

> 19:22:29 15.03.2010 ERROR: cannot open log file /usr/sap/tmp/dev_coll.tmp

> 19:22:29 15.03.2010 ERROR: Make sure directory /usr/sap/tmp exists or specify D

Hi,

This is common error and just permission issue.

As it says, go to /usr/sap dirctory and check the existence of tmp directory.

if tmp is not present, create it with <sidadm:sapsys permission.

if tmp is present, then give 777 to all of it's content i.e. from root user

cd /usr/sap/

chmod -R 777 tmp

=> in case you do not want to touch all of tmp's content then just give 777 to /usr/sap/tmp/dev_coll.tmp

and start saposcol from sidadm using saposcol -l

Cheers !!!

Ashish

Answers (1)

Answers (1)

former_member185031
Active Contributor
0 Kudos

Have you verified the owner and permission of saposcol file. execute SAPROOT.SH to set the permission of SAPOSCOL file

Regards,

Subhash