Operating System - Tru64 Unix
1752681 Members
5616 Online
108789 Solutions
New Discussion юеВ

Re: Binary.errlog file doesnB4t storage information

 
SOLVED
Go to solution
Marly Koto
Occasional Contributor

Binary.errlog file doesnB4t storage information

Hi !
Which can be the cause by the binary.errlog file doesn't storage information. I've already checked the daemon binlogd and it's ok. I recreated the file and I tested with the command logger -b "Teste", but when I execute uerf -R, it only shows uerf version 4.2-011 (122). The TRU64 version is 4.0D and the machine is in cluster.
Thanks.
3 REPLIES 3

Re: Binary.errlog file doesnB4t storage information

What type of Alpha system is this? Depending on the system type you may have to use DECevent rather than uerf to view the error log.
Ralf Puchner
Honored Contributor
Solution

Re: Binary.errlog file doesnB4t storage information

Please check:

# ls -la
lrwxr-xr-x 1 root system 7 Jul 28 1997 /var -> usr/var
drwxr-xr-x 16 adm adm 8192 Mar 25 18:45 /var/adm
# which binlogd
/usr/sbin/binlogd
# ls -la /usr/sbin/binlogd
-rwxr-xr-x 1 bin bin 32768 Dec 29 1997 /usr/sbin/binlogd
# cd /var/adm
# rm binary.errlog
# touch binary.errlog
# ls -l binary.errlog
-rw-r----- 1 root adm 802184 May 18 16:24 /var/adm/binary.errlog
# logger -b foo
# uerf -R

Help() { FirstReadManual(urgently); Go_to_it;; }
Marly Koto
Occasional Contributor

Re: Binary.errlog file doesnB4t storage information

Thanks!! I executed the recommended instructions and also stopped and restarted the daemon. Now the file is ok.