Hi,
I am trying to take a large log file from our busy DMZ and export it using a eval install running in hyper-v on my laptop.
I can do fwm logexport of the running fw.log fine but when I try it with the DMZ file I get File is too large. The DMZ log file is 2,328,043,520 bytes.
This is R80.30, 64bit, 8GB mem. I can cat the file. Any ideas appreciated. Thanks.
[Expert@gw-460f06:0]# fwm logexport -n -p -i test.log
pfopen: failed to open /opt/CPsuite-R80.30/fw1/log/test.log
CBinaryFile::Open: failed to open file (/opt/CPsuite-R80.30/fw1/log/test.log) for reading
CBinaryFile::Open: exit status false
CMappedBinaryFile::error opening file /opt/CPsuite-R80.30/fw1/log/test.log
CLogFile::Open2: error: open (/opt/CPsuite-R80.30/fw1/log/test.log) for reading failed
Failed to open file '/opt/CPsuite-R80.30/fw1/log/test.log': File too large
log_initfile: error - unable to open and read file: test.log
Error: Failed to open log file
[Expert@gw-460f06:0]# ls -l test.log
-rw-rw-r-- 1 admin root 2328043520 Feb 18 13:12 test.log