The following log files are available on the backup proxy and TurboTier.
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 |
|
TurboTier Log Files
Version | Description | File Location |
4.x.x | TurboTier service log |
|
4.x.x | PhoenixIRService log on TurboTier |
|
4.x.x | PhoenixIRFS log on TurboTier |
|
4.x.x | NFS logs. By default, the NFS logs are disabled. To enable or disable the NFS logs, see Enabling and disabling NFS logs |
|
6.x.x | TurboTier service logs |
|
6.x.x | IR Job 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
