Hi All,
I am using perl expect module to run commands on remote systems and using "$exp->log_file" method to read the whole session.
Now in some the cases where data is very huge, the complete output of a command does not get saved in log file.
For example one of the command produces more than 1 MB of data, in this case only 300/400 MB data gets saved in log file.
IS there any way by which I can get complete data in log file?