Original Message:
Sent: Apr 11, 2025 04:33 AM
From: Hans Meiser
Subject: How to incease days logs are stored
Hello Andrea,
iam confused. I think you ansered a question of an other Communityuser? I cant see a relation to my question or i do i muss something?
;)
Hans
Original Message:
Sent: Apr 10, 2025 09:44 AM
From: Andrea Consalvi
Subject: How to incease days logs are stored
Hi Hans,
From what you're describing, it sounds like you're trying to mount an ISO from within the guest OS, not from a datastore or vCenter-level mount. In that case, when you try to mount the ISO via the VM's virtual CD/DVD drive, it may hang because ESXi expects ISO mounts to come from a datastore or client-connected device, not from a file inside the guest OS.
When you accessed the ISO via SMB and mounted it from inside the OS, it worked which confirms the issue is not with the ISO itself, but how it's being mounted through the VM hardware.
If you want to mount the ISO using the virtual CD/DVD drive, do it via vSphere Web Client like this:
-
Right-click the VM → Edit Settings
-
Add CD/DVD drive (or edit the existing one)
-
Choose "Datastore ISO file" and browse to upload your ISO to a shared datastore
-
Check "Connect at power on"
This way, the ISO is mounted at the hypervisor level, which avoids guest OS locking up.
If you copy the ISO into the guest OS and try to use it locally, it won't work through the virtual hardware interface, and the VM might hang just like you're seeing.
Original Message:
Sent: Apr 09, 2025 03:59 AM
From: Hans Meiser
Subject: How to incease days logs are stored
Hello,
from time to time we have the problem, that our backupsoftware is not able to log in into our VCenter at night. It is not very often, may be every 2-3 months one failure.
Logs on backupsoftware are complete and i can at least found an error on clientside. the problem is finding the logs on VCenter.
Currently i believe that i should find loginfailures on VCenter by ssh in /var/log/vmware/vpxd/vpxd.log
But this log seems to have to process a lot of data and accordingly fast the log is rotating and compressing old ones. This happens so fast that i can not find the real errors from nighttime. The problems happens at 1 a.m. and if i check the logs at ~8 a.m. i just can see backwards to ~5 a.m. So it is not possible for me to find the real reason for my loginproblem.
Am i correct that /var/log/vmware/vpxd/vpxd.log is the right logfile for such cases?
How to increase amount of time to keep the logs? It should be possible to analyze the whole preceding night at morning.
Thank you,
Hans