- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to stop this error messages on console ??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:44 PM
06-04-2003 06:44 PM
How to stop this error messages on console ??
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:53 PM
06-04-2003 06:53 PM
Re: How to stop this error messages on console ??
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:57 PM
06-04-2003 06:57 PM
Re: How to stop this error messages on console ??
*.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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 07:35 PM
06-04-2003 07:35 PM
Re: How to stop this error messages on console ??
It seems like a tivoli's error, you can check the TMR server.
Regards
Snop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 10:21 PM
06-04-2003 10:21 PM
Re: How to stop this error messages on console ??
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 10:27 PM
06-04-2003 10:27 PM
Re: How to stop this error messages on console ??
# 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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 10:29 PM
06-04-2003 10:29 PM
Re: How to stop this error messages on console ??
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