cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

File system getting full and Server node getting down.

former_member787462
Participant
0 Likes
498

Hi Team,

Currently we are using IBM Power 6 AIX operating system.

And in our environment, for development system, file system is getting full and development system is getting slow while accessing.

Can you please let me know , what exactly the problem & which command is used to see the file system size and how to resolve the issue by deleting the core files or some ting. Please help me .

Thanks

Manoj K

View Entire Topic
Former Member
0 Likes

Hi Manoj,

>> Can you please let me know , what exactly the problem & which command is used to see the file system size and how to resolve the issue by deleting the core files or some ting. Please help me .

You can execute "df -Ig" command to see capacity status of the logical volumes. Additionally, you can find the core files with the command at the root level

"find . -name core"

Then, you can drop these files, if they are not necesarry.

Moreover, you can configure standard reorganization jobs by the OSS note 16083 and set a retention period for the old log files, if they have been configured as store at the OS level.

One more thing is, you can check "/usr/sap/<SID>/<Instance>/work" folder. This folder may have been used for work directory of some of the applications.

Best regards,

Orkun Gedik