was the error a configuration error, for example, or is it still present in your environment?
is it a stand-alone host kvm?
Posts
- 
RE: Null pointer at Export always fails
- 
RE: Reset admin pa*swordHi @KLM , - 
login to MySQL on Storware Backup & Recovery server host 
 mysql -uroot -p vprotect
- 
find GUID of the admin account, by default, it is '1' 
 MariaDB [vprotect]> select * from appuser where login = 'admin'\G
- 
update the password for this user, this should reset it to “vPr0tect” 
 update appuser set PASSWORD = "$2a$07$l5ucy8fi8iMXuVvjBtFWh.24qBF1nBYpW0HbQg6uDY23attku2pDa" where GUID = "1";
 
- 
- 
RE: Vprotect Mult*tenantHi @denididan, 
 I am attaching a link to the entry in our documentation, where it is described how we handle with Nutanix AHV Prism Element/Central environments.
 https://storware.gitbook.io/backup-and-recovery/protecting-virtual-machines/virtual-machines/nutanix-acropolis-ahv
 If the answer cannot be found I would ask you to let me know
- 
RE: Storware update went wrongHi Cristian, 
 Repo looks fineIf you want to update the server hosting UI Storware Backup & Recovery, use the yum update vprotect-server command yum update sbr-endpoints-server refers to the application component used to backup computers in the organization. Please also remember to update vprotect-node along with server update 
- 
RE: Storware update went wrong@Cristian-Eglue 
 Could I ask for the result of the cat command from the created repo for the SBR Endpoints product?
 Should be located in /etc/yum.repos.d dir
- 
RE: vProtect + Proxmox@JakubCBI 
 Hello,First of all, I would ask you to confirm whether the backup method "Export storage repository" is used. 
 The file /etc/exports should be on the vm where the node is, I would ask you to use the command "cat /etc/exports" and "id vprotect" and send the result.Below I paste a link to our documentation, where it is shown how to create NFS export. 
 https://storware.gitbook.io/backup-and-recovery/protecting-virtual-machines/virtual-machines/proxmox-ve#how-to-set-up-export-storage-repository-backupGreetings Dzień dobry, Na początku prosiłbym o potwierdzenie, czy wykorzystywana jest metoda backupu "Export storage repository". 
 Plik /etc/exports powinien znajdować się na vm gdzie jest node, prosiłbym o użycie polecenia "cat /etc/exports" i "id vprotect" oraz przesłanie rezultatu.Poniżej wklejam jeszcze link do naszej dokumentacji, gdzie jest przedstawiony sposób stworzenia exportu na NFS. 
 https://storware.gitbook.io/backup-and-recovery/protecting-virtual-machines/virtual-machines/proxmox-ve#how-to-set-up-export-storage-repository-backupPozdrawiam 
