FBBR – Troubleshooting – HTTPS Retention
November 26, 2023FBBR – Troubleshooting – SFTP
November 28, 2023FBBR – Troubleshooting – SCP
Isolate the issue
To isolate if the issue is with the vCenter or with the backup server, you can use a different backup server.
We can use the vCenter and ESXi as a SCP Server.
vCenter
ESXi
scp://<ESXi_IP>/vmfs/volumes/<Datastore_Name>
Validate Read/Write Permissions
WinSCP
You can use WinSCP to validate if the SCP Server has the read/wite permissions.
vCenter
scp -P 22 root@<vCenter_FQDN> <Local_File> <SCP_Username>@<SCP_Server_IP>:/<Remote_Location>
Check remote execution
To validate if the remote execution of commands, run the below command
ssh -l <Backup_Server_User> <Backup_Server_IP> 'ls <Remote_Location>'
To test retention or delete permission, run the below command
files:
ssh -l root 192.168.7.53 'rm -rf /var/vCenter/vc.vmware.local/M_6.7.0.50000_20211107-153521_/*'
folder:
ssh -l root 192.168.7.53 'rmdir /var/vCenter/vc.vmware.local/M_6.7.0.50000_20211107-153521_/'
In the Series:
- File-Based Backup and Restore – vCenter
- FBBR – Troubleshooting – Using Self Backup
- FBBR – Troubleshooting – FTP Backup
- FBBR – Troubleshooting – FTP Retention
- FBBR – Troubleshooting – FTPS Backup
- FBBR – Troubleshooting – FTPS Retention
- FBBR – Troubleshooting – HTTP
- FBBR – Troubleshooting – HTTPS Backup
- FBBR – Troubleshooting – HTTPS Retention
- FBBR – Troubleshooting – SCP
- FBBR – Troubleshooting – SFTP
- FBBR – Troubleshooting – SFTP Backup
- FBBR – Troubleshooting – SFTP Retention
- FBBR – Troubleshooting – NFS Backup
- FBBR – Troubleshooting – SMB Backup
- FBBR – Troubleshooting – SMB – 6.x/Upto 7.0U3e
- FBBR – Troubleshooting – SMB – From 7.0U3f/8.x
- File-Based Backup and Restore – Strict Certificate Validation
- File-Based Backup and Restore – Steps to Restore
- File-Based Backup and Restore – VCHA