The log segment are stored in the location /hana/log/<SID>/mnt00001/hdb00002/logsegment_*. Never delete these files because they form a chain and are all still allocated by the database. In HANA looking at the table SYS.M_LOG_SEGMENTS you can see this. In my test system the filesystem is 84% filled.
Code: Select all
HTBTHANA01:~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 138305832 109346556 21933652 84% /
devtmpfs 31457280 88 31457192 1% /dev
tmpfs 12371864 88 12371776 1% /dev/shm
Code: Select all
HTBTHANA01:~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 138305832 82495444 48784764 63% /
devtmpfs 31457280 88 31457192 1% /dev
tmpfs 12371864 88 12371776 1% /dev/shm
More information on the reclaim logs can be found on the SAP Service Marketplace.