Operating System - HP-UX
1834807 Members
2492 Online
110070 Solutions
New Discussion

HPUX 11.0 /etc/rc.log continuously getting filled.

 
SOLVED
Go to solution
vaman
Frequent Advisor

HPUX 11.0 /etc/rc.log continuously getting filled.

The /etc/rc.log after reboot contnuously writing
Print Listener re-starting
Print Listener started
So the / is getting full, how can i find out, & stop which startup script is writing.
vaman kulkarni
1 REPLY 1
RAC_1
Honored Contributor
Solution

Re: HPUX 11.0 /etc/rc.log continuously getting filled.

As a root fuser -u /stc/rc.log
It will give a pid of a process that is using /etc/rc.log. It should not be used as a log file by any application/process. This file is sed to log boot messages.

Anil
There is no substitute to HARDWORK