[QUOTE=harikiran;6494529]Thanks Zevang.
I will be more happy if you can give me some suggestions on below part .
I have used the command
db2 get db cfg for <dbname>
LOGFILSIZ : 4000
path to log files = E:\DB2\NODE0000\SQL00002\SQLOGDIR\* (where 400 GB space was occupied) for this folder
First Log archive method (LOGARCHNETH1) = DISK

:\Backup\database\warehous\archivelog\
I have checked in D drive, but i dont have Backup folder in my D drive, so i think archiving is not happening for my logs.
First Active Log file = S0027392.LOG
My Database Logging Type : ARCHIVE ( find the attachment for further refernce)
Let me know the following
1)I am having 4000 Log files in SQLOGDIR starting from S0000001.LOG to S0027416.LOG. so what are all the log files i can delete directly from SQLOGDIR without any impact on my Database.
2)I dont have backup folder in my D drive. I think it is not archiving. If i use the other drive to store the archive log with the following command
db2 update db cfg for <yourdbname> using logarchmeth1 <pathtonewfolder>
It wont be any affect on my database right?
suppose if i run the above archive command, how much size it will reduce the disk space.
Also find the attachment(NewMicrosoft DOC 2) for where i took a backup of DB including log files in Image format. After taking backup of my DB. the backup folder is having just 18GB. what i am asking here is, my DB size is 98GB and the SQLOGDIR size is 400GB, but my backup folder is showing just 18GB. does backup will take the SQLOGDIR log files? Let me know. waiting for your reply. Thanks.