...
From the appliance, run the following commands.
...
sudo rm -r /opt/iqas/server/tmp/messages/
...
Run the df -h to initially check spacing.
df -h
docker tag f6857c1a3f7c harbor2.iqcloud.iquate.org/fishbowl/server-appliance:4.6.1694
sed -i "s|server-appliance:4.6.1617|server-appliance:4.6.1694|g" /opt/docker/appliance-stack.yml
sudo /opt/docker/stop-appliance-stack.sh true
sudo /opt/docker/start-appliance-stack.sh
Related articles
To establish the biggest directories to identify the are where all disk is consumed.
Run the following:
Code Block |
---|
This check the /opt directory.
sudo du -a /opt/ 2>/dev/null | sort -n -r | head -n 20
|
This is cast it appears to be at a root level
Code Block |
---|
which is root directory.
du -a / | sort -n -r | head -n 5 |
...
Code Block |
---|
ls -ll /var/log/
ls -ll /tmp/ |
Clearing the Syslog will resolve the issue.
Code Block |
---|
sudo rm -rf /var/log/syslog*
sudo shutdown -r now |
Filter by label (Content by label) | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page Properties | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|