Operating System - HP-UX
1836285 Members
1798 Online
110097 Solutions
New Discussion

How to stop this error messages on console ??

 
Q4you
Regular Advisor

How to stop this error messages on console ??

Hundreds of following messages are getting logged every few minutes on the console. How to stop or fix it ?

Check for possible Errors.
id:po32 "/opt/tivoli/tsm/tdp_r3/ora/prole -p tdpr3ora"

INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:po32 "/opt/tivoli/tsm/tdp_r3/ora/prole -p tdpr3ora"
6 REPLIES 6
steven Burgess_2
Honored Contributor

Re: How to stop this error messages on console ??

Hi

It looks like there is an issue with the command "/opt/tivoli/tsm/tdp_r3/ora/prole -p tdpr3ora"

To stop the messages you could comment the line in /etc/inittab then investigate the actual issue. Is the server a tivoli master or client ? if a master are your schedules ok ?

HTH

Steve
take your time and think things through
Michael Tully
Honored Contributor

Re: How to stop this error messages on console ??

Change the the entry in /etc/syslog.conf file for alert to your system log.

*.alert /var/adm/syslog/syslog.log

Restart syslog
# /sbin/init.d/syslogd stop
# /sbin/init.d/syslogd start

You should also investigate the respawn message. These are usually generated by an incorrect script starting from /etc/rc.config.d directory

Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
Anyone for a Mutiny ?
Snop Hsieh
Occasional Advisor

Re: How to stop this error messages on console ??

Hi..
It seems like a tivoli's error, you can check the TMR server.

Regards

Snop
Rajesh G. Ghone
Regular Advisor

Re: How to stop this error messages on console ??

Hi,

It looks like a Tivoli server problem,you can temp. comment any info related to Tivoli in /etc/inittab for investigation or you can try restarting syslogd
syslogd stop
syslogd start.

Regards,
Rajesh G.
Rajesh Ghone
Michael Tully
Honored Contributor

Re: How to stop this error messages on console ??

Another way to remove console logging is this way: (courtesy of the build a bastion server document)

# nettlconf -L console 0
# nettl -stop
# nettl -start

The nettlconf command modifies the nettl config file /etc/nettlgen.conf so it won't start at the next reboot either. Works wonders where you don't have a console attached as well!

Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
Anyone for a Mutiny ?
Fenil Manek_4
Occasional Contributor

Re: How to stop this error messages on console ??

Hi,

First of all any entry in /etc/inittab
should be in this format

label:runlevel:action:command

What I understand you have missed the runlevel
part and also action type.

Also check the command i.e
/opt/tivoli/tsm/tdp_r3/ora/prole -p tdpr3ora
is the correct command.

Regards
Fenil Manek