Symptom
/var/log partition full message will keep flooding in the console.
LC/0/0/CPU0:May 28 08:48:01.288 IST: resmon[208]: %HA-HA_WD-2-DISK_CRIT : A monitored device /var/log ( log:/ ) is above 99% utilization. Current utilization = 100. Please remove unwanted user files and configuration rollback points.
Conditions
ASR9901 running 7.0.1.05I will have this issue. In LC one file log contents are dumped without any rotation implemented and hence it eats up full partition space.
Workaround
ssh to xr of LC (ssh lc0_xr)
cd to /var/log
scp mv1548_debug.txt to rsp0_xr:/harddisk:/
rm -rf mv1548_debug.txt
Further Problem Description