Enterprise Workloads Editions: β Business | β Enterprise | β Elite
The following log files are available on the backup proxy and CloudCache.
Backup Proxy Log Files
Service Logs
Version | OS | File Location |
6.x.x | Linux |
|
7.x.x | Linux |
|
Backup Job Logs
Version | OS | File Location |
6.x.x | Linux |
|
7.x.x | Linux |
|
Restore Job Logs
Version | OS | File Location |
6.x.x | Linux |
|
7.x.x | Linux |
|
Instant Restore Job Logs
Version | File Location |
6.x.x |
π Note βIf the VMware backup proxy cannot be upgraded to the latest version, you must deploy a new OVA for the latest backup proxy version. |
7.x.x |
|
Browse Logs
Version | File Location |
6.x.x |
|
7.x.x |
|
Discovery Logs
Version | OS | File Location |
6.x.x | Linux | NA |
7.x.x | Linux |
|
Proxy boot log
Version | OS | File Location |
6.x.x | Linux |
|
7.x.x | Linux |
|
Proxy setup log
Version | OS | File Location |
6.x.x | Linux |
|
7.x.x | Linux |
|
CloudCache Log Files
File Location | Description |
| CloudCache service log |
| PhoenixIRService log on CloudCache |
| PhoenixIRFS log on CloudCache |
| NFS logs. By default, the NFS logs are disabled. To enable or disable the NFS logs, see Enabling and disabling NFS logs |
Enable and disable NFS logs
To enable NFS logs
Run the following command:
β# rpcdebug -m nfsd all
βOutput> nfsd sock fh export svc proc fileop auth repcache xdr lockd
βRestart the NFS server by using the following command:
βservice nfs-server restart
βCheck the log at the following location:
βtail -f /var/log/kern.log
To disable NFS logs
Run the following command:
β#> rpcdebug -m nfsd -c all
βoutput> nfsd <no flags set>
βRestart the NFS server by using the following command:
βservice nfs-server restart