InterviewSolution
| 1. |
What Are The Different Modes Of Archival? Explain Each Mode In Two Lines Each? |
|
Answer» Rotate, rotate the log FILE when the MAXIMUM size is reached. The appliance CREATES a copy of the file and starts a new file. The appliance retains the archived copies up to the specified NUMBER of rotations. After REACHING the maximum number of rotations and the log file reaches its maximum size, the appliance deletes the oldest file and copies the current file. Upload, upload the log file when the maximum size is reached. The appliance uploads the file using the specified upload method. Rotate, rotate the log file when the maximum size is reached. The appliance creates a copy of the file and starts a new file. The appliance retains the archived copies up to the specified number of rotations. After reaching the maximum number of rotations and the log file reaches its maximum size, the appliance deletes the oldest file and copies the current file. Upload, upload the log file when the maximum size is reached. The appliance uploads the file using the specified upload method. |
|