Follow these steps on the source machine if you need to upload files larger than 10GB using Check Point Uploader utility:
- Connect to command line.
- Log in to Expert mode.
- Split the large file into pieces of 1GB each:
# split -b 1024m "file.tar.gz" "file.tar.gz.part-"
This will create files: file.tar.gz.part-aa, file.tar.gz.part-ab, file.tar.gz.part-ac, ..., etc.
Upload these pieces using Check Point CPInfo utility
Related solutions / references:
|
This solution has been verified for the specific scenario, described by the combination of Product, Version and Symptoms. It may not work in other scenarios.
|