Resolving log flooding on PMC 4.2.1 when deployed on Hyper-V due to missing Hyper-V scripts
/usr/libexec/hypervkvpd/hv_get_dhcp_info: not found
/usr/libexec/hypervkvpd/hv_get_dns_info: not found
Download and extract the attached file hv-scripts.zip here, which contains:
2. Copy the scripts to the PMC appliance
Use SCP (e.g., WinSCP) to upload both files to:
/usr/libexec/hypervkvpd
on the PMC 4.2.1 appliance running on Hyper-V.
3. Connect via SSH
SSH into PMC as the root user.
Please refer to the PMC Release Notes for the default password if you have not changed it.
4. Set executable permissions
Run the following commands:
chmod 755 /usr/libexec/hypervkvpd/hv_get_dhcp_info
chmod 755 /usr/libexec/hypervkvpd/hv_get_dns_info
5. Optional: Clear existing log file
To truncate the existing /var/log/messages file and reclaim space, run:
truncate -s 0 /var/log/messages