From a ssh session on the standby I was able to use a command as Vincent showed?
[Expert@GK2]# $CPDIR/bin/cprid_util -server xx.xx.xx.xx -verbose rexec -rcmd /bin/bash -c "df"
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 20480 20480 0 100% /tmp
tmpfs 61440 15248 46192 25% /fwtmp
/dev/mmcblk1p8 4974080 39936 4661760 1% /logs
/dev/mmcblk1p11 8177080 969696 6772288 13% /storage
/dev/mmcblk1p6 709296 509376 148312 77% /pfrm2.0
tmpfs 20480 11144 9336 54% /tmp/log/local
tmpfs 512000 0 512000 0% /tetmp
ANd so I was able to list and then remove files:
[Expert@GK2]# $CPDIR/bin/cprid_util -server xx.xx.xx.xx -verbose rexec -rcmd /bin/bash -c "ls -l /tmp/log/*.?"
-rw-r--r-- 1 root root 1048624 Dec 12 03:51 /tmp/log/check_available_firmware.elg.0
-rw-r--r-- 1 root root 1085490 Oct 16 2023 /tmp/log/cphamcset.elg.0
-rw-r--r-- 1 root root 1085490 Oct 15 2023 /tmp/log/cphamcset.elg.1
-rw-r--r-- 1 root root 667648 Apr 4 11:47 /tmp/log/cxld.elg.0
-rw-r--r-- 1 root root 913064 Dec 21 08:57 /tmp/log/cxld.elg.1
-rw-r--r-- 1 root root 199975 Feb 1 22:30 /tmp/log/sfw_webd.elg.1
-rw-r--r-- 1 root root 200001 Dec 28 18:04 /tmp/log/sfw_webd.elg.2
-rw-r--r-- 1 root root 199991 Nov 29 15:59 /tmp/log/sfw_webd.elg.3
-rw-r--r-- 1 root root 199992 Nov 7 03:12 /tmp/log/sfw_webd.elg.4
-rw-r--r-- 1 root root 1040384 Apr 20 09:47 /tmp/log/sfwd.elg.0
-rw-r--r-- 1 root root 740718 Apr 6 19:13 /tmp/log/sfwd.elg.1
-rw-r--r-- 1 root root 782053 Apr 8 14:03 /tmp/log/ted.elg.0
-rw-r--r-- 1 root root 937984 Dec 5 00:02 /tmp/log/ted.elg.1
-rw-r--r-- 1 root root 1048592 Apr 20 12:47 /tmp/log/uc_activation.elg.0
-rw-r--r-- 1 root root 1048618 Apr 12 22:55 /tmp/log/uc_activation.elg.1
[Expert@GK2]# $CPDIR/bin/cprid_util -server xx.xx.xx.xx -verbose rexec -rcmd /bin/bash -c "rm /tmp/log/*.?"
[Expert@GK2]# $CPDIR/bin/cprid_util -server xx.xx.xx.xx -verbose rexec -rcmd /bin/bash -c "df -h"
Filesystem Size Used Available Use% Mounted on
tmpfs 20.0M 9.3M 10.7M 47% /tmp
tmpfs 60.0M 14.9M 45.1M 25% /fwtmp
/dev/mmcblk1p8 4.7G 39.0M 4.4G 1% /logs
/dev/mmcblk1p11 7.8G 947.0M 6.5G 13% /storage
/dev/mmcblk1p6 692.7M 497.4M 144.8M 77% /pfrm2.0
tmpfs 20.0M 10.9M 9.1M 54% /tmp/log/local
tmpfs 500.0M 0 500.0M 0% /tetmp
And then finally able to reset the password
[Expert@GK2]# ssh admin@xx.xx.xx.xx
admin@xx.xx.xx.xx's password:
Your password has expired and must be changed.
Enter password:
Enter password (again):
GK1>
Thanks Very much for your help Vincent.
Thanks Andy too, I will set the threshold tmp filesystem higher and have some monitoring/cron scripts to clear some of those files down.
I will continue with Checkpoint to ask them about this issue and update here, once I hear back