on ‎2011 Dec 01 6:48 AM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.