cancel
Showing results for 
Search instead for 
Did you mean: 

free space for update stack on UNIX

Former Member
0 Kudos

Hello

I need to upgarde the stack, so when I executed the JSPM I got this message:

Error: Can not create file /usr/sap/IPD/JC00/SDM/program/temp/KMCCM18_1-10003492.SCA: No space left on device (errno:28)

In this file system there are this folder : put, config, SYS, SCS01,JC00, lost+found

I want to know if i can delete any files for free space

and another question Can I deployment the stack files one per one??

thanks

Danny

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

check for core files too find . -name core - print

Former Member
0 Kudos

Thanks for your answers

I solved this problem to SO level with command lvextend

thank you very much

Danny

Former Member
0 Kudos

Hi,

Just to add you can also delete old transports request as per SAP note 7224 - Deleting old corrections and transport requests

Also check Note 16513 - File system is full - what do I do. It may help you.

Thanks

Sushil

markus_doehr2
Active Contributor
0 Kudos

> Error: Can not create file /usr/sap/IPD/JC00/SDM/program/temp/KMCCM18_1-10003492.SCA: No space left on device (errno:28)

>

> In this file system there are this folder : put, config, SYS, SCS01,JC00, lost+found

Patching Java instances requires quite a huge amount of space, you will have to increase it. You may delete old stack files from /usr/sap/trans/EPS/in.

> and another question Can I deployment the stack files one per one??

No, a stack has to be deployed as a whole using JSPM.

Markus