Proxmox server stops unexpectedly

manues50

Active Member
Jul 25, 2019
58
0
26
37
Hello

My Proxmox system stops working unexpectedly. and I should go for a restart always, this issues happens in every two weeks

I am attaching the screenshot just before the issues
 

Attachments

  • image_2020_03_10T11_17_33_613Z.png
    image_2020_03_10T11_17_33_613Z.png
    494.2 KB · Views: 18
The errors displayed seem to indicate a problem with a CIFS/SMB mount (which you probably have configured as a storage in PVE):
* check it's logs
* check the journal of the PVE-node for more hints (or the syslog)

I hope this helps!
 
Hello,

I am unable to rectify the issue

Can you please tell me the path to check CIFS logs
 
You seem to have a storage of type CIFS configured on your system - see '/etc/pve/storage.cfg' for which it is.
CIFS/SMB is a networking filesystem - it has a server (PVE is the client) - check the logs of the CIFS server!

check the journal of the PVE-node for more hints (or the syslog)
you can read the journal of your pve node with `journalctl -b` (journal since last boot)

I hope this helps!