cancel
Showing results for 
Search instead for 
Did you mean: 

/usr/sap/sid/joo/j2ee/cluster/apps/sap.com Contents

pnagar
Participant

Accepted Solutions (0)

Answers (2)

Answers (2)

Johan_sapbasis
Active Contributor
0 Kudos

Hi Prashant,

No! you should not delete anything from this folder.

Also depending on your Operating System Windows wont allow you to copy and paste a backup of your /usr/sap/sid/j00* folder to another using copy and paste as the path is too long. So if you do need to try and make a change in Windows first make a backup using robocopy something like.

robocopy <x>:\usr\sap\sid\ <y>:\sid_backup\ /MIR/ /E /r:0 /MT:<*> /log:x:\robocopy.log

Or in Linux Backup:

tar -cf - /usr/sap/sid/ | compress -c > SID.tar.Z

tar -czf SID.tgz /usr/sap/sid/

Restore:

tar -xzf SID.tgz

But in summary dont touch/delete anything there without a backup. And if you do delete it may most likely bring your system down.

Kind Regards,

Johan

Sriram2009
Active Contributor
0 Kudos

Hi Prashant

I think you should not delete the folder /usr/sap/sid/joo/j2ee/cluster/apps/sap.com,

Regards

SS