- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: My process is getting killed at system reboot
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-08-2007 06:39 PM
тАО05-08-2007 06:39 PM
My process is getting killed at system reboot
I am working on HP-UX B.11.11 9000/800 machine.
I have an application which is configured to start at the system reboot. For this I have created an /etc/rc.confing.d/myprog file and also provided a /sbin/init.d/myprog file containing start-stop details for my application. The run level for it is 2 with placeholder 910.
The behavior of my application is that as it gets started, it daemonize a process which waits for a set time to come to proceed further. But by the time the system reboot completes, while my application is still in wait period, it gets killed. I am unable to find out the reason for the same.
I also tried with a dummy program that daemonize in similar fashion like my application process and waits for a set period, but it doesn't get killed after system reboot completes.
Can somebody helps in this regard and give me some clue for this behavior?
Thanks,
Randeep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2007 06:53 PM
тАО05-08-2007 06:53 PM
Re: My process is getting killed at system reboot
Start your program with "tusc -fko
This tusc trace me be lengthy, but at the end, it would probably give a hint of what it is that made the program to stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2007 02:35 AM
тАО05-09-2007 02:35 AM
Re: My process is getting killed at system reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2007 05:19 PM
тАО05-13-2007 05:19 PM
Re: My process is getting killed at system reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2007 05:48 PM
тАО05-13-2007 05:48 PM
Re: My process is getting killed at system reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2007 12:59 AM
тАО05-29-2007 12:59 AM
Re: My process is getting killed at system reboot
Anyways, thanks for the help...:)