To retrieve information about a specific PaF's logs, run the following command:
As root user
zip paf_logs.zip -r /usr/local/afs7/PaF/${serviceId_ProjectName}/${service_status}/${ProjectName_PaFName}/logs/*
Where:
- ${serviceId_ProjectName} is the ID of the service followed by the name of the project.
- ${service_status} is the status of the service.
- ${ProjectName_PaFName} is the name of the project followed by the name of the specific PaF.
Example
To retrieve information about the following:
- Service ID: 1
- Service status: stable
- Project name: "Antidot Technical Publications"
- PaF: FTManager
Run the following command:
As root user
zip paf_logs.zip /usr/local/afs7/PaF/1_ANTIDOT_TECHNICAL_PUBLICATIONS/stable/ANTIDOT_TECHNICAL_PUBLICATIONS_FTManager/logs/*