cancel
Showing results for 
Search instead for 
Did you mean: 

Error 000028: No space left on device in Module rslgcoll(041)

Former Member
0 Kudos

Hi All,

I am getting an error "Error 000028: No space left on device in Module rslgcoll(041)" on production CI system.

Though I have already checked there is no space crunch on the system. /usr/sap/SID, /sapmnt/SID, /tmp, /usr/sap/tmp, archive directory and all other space related file system have enough space. But still we are getting the above given error.

Please anybody have a idea bout it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Restart rslgcoll process.

check from

ps -ef | grep co.sap

then kill the process.

Goto SAP Work direcory and execute rslgcoll.

rslgcoll -pf=<complete path to instance profile> -F &

or you may follow the steps on the start profile (create sym link and then execute co.sapXXXXX )

Also check diskspace limit iaken by the syslog is specified in the SAPPARAM parameter "rslg/max_diskspace/local

You can get more information from below SAP help document,

http://help.sap.com/saphelp_45b/helpdata/en/1f/8311e04bc511d189750000e8322d00/frameset.htm

Regards

Nagaraju