Monday, April 4, 2022

find 100% full filesystem using script on AIX LPAR

find 100% full filesystem using script on AIX LPAR

for i in `df -gi |grep -i '100%'|awk '{print $7}'`
do
echo "$i"
df -g $I
Sleep 2
done

No comments:

Post a Comment