Forum Discussion

v2's avatar
v2
Icon for Nimbostratus rankNimbostratus
Feb 22, 2022

ActiveConnections.txt file

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

  • Hi,

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

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

     

     

    • v2's avatar
      v2
      Icon for Nimbostratus rankNimbostratus

      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