Enterprise Workloads Editions: β Business | β Enterprise | β Elite
The following log files are available on Backup proxy and CloudCache:
Log | Description |
|
Phoenix service logs on Backup proxy |
π Note
|
Instant restore job log on Backup proxy |
|
Migrate to production job log on Backup proxy |
| CloudCache service log on cloudcache |
| 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