22-Feb-2022 06:39
Hello.
I have a Big-IP device that is showing the below error message whenever i try to get into tmsh
"exception: (Can't update command history file (/root/.tmsh-history-root), No space left on device) (framework/CmdHistoryFile.cpp, line 244), exiting..."
it looks that the root partion has 0% free space, have looked around the file systesm and the largest file is one under the root directory named ActiveConnections.txt, what is this file used for? what will happen if it is deleted?
Regards.
22-Feb-2022 08:17
Hi,
Run the next command by CLI to find the largest files:
du -a /dir/ | sort -n -r | head -n 20
23-Feb-2022 04:14
@Sebastiansierra see what am getting below
[root@sbthq-lb2:Active:In Sync] config # du -a / | sort -n -r | head @dmin-n 20
head: cannot open `@dmin-n' for reading: No such file or directory
head: cannot open `20' for reading: No such file or directory
du: cannot access `/proc/22207/task/22207/fd/4': No such file or directory
du: cannot access `/proc/22207/task/22207/fdinfo/4': No such file or directory
du: cannot access `/proc/22207/fd/4': No such file or directory
du: cannot access `/proc/22207/fdinfo/4': No such file or directory