Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

ActiveConnections.txt file

v2
Nimbostratus
Nimbostratus

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.

 

2 REPLIES 2

Hi,

Run the next command by CLI to find the largest files:

du -a /dir/ | sort -n -r | head -n 20

 

 

@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