Forum Discussion

X2's avatar
X2
Moderator
3 years ago

Unable to delete VRTSpbx log files

My sysadmin alerted me about space usage on one of our RHEL 7 based oracle servers. The logs for VRTSpbx were using 1.3 GB and files go all the way back till June 2021 (probably when the server was p...
  • X2's avatar
    2 years ago

    The issue reared its ugly head again a few days ago. The solution was to change

     

    RolloverMode = FileSize

     

    to

     

    RolloverMode = FileSize|LocalTime

     

    using the command

    /opt/VRTSpbx/bin/vxlogcfg -a -p 50936 -o 103 -s "RolloverMode=FileSize|LocalTime"

    and restart VRTSpbx (including NetBackup). At midnight, the RollOver happened leaving only 5 log files in the folder.