- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitor set to 0 restarts, should be unlimited
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
03-04-2003 02:19 PM
03-04-2003 02:19 PM
I have a package with 22 services. Each service monitors one or more processes and is configured to be restarted an unlimited number of times.
cmviewcl -v -p package reports that all services but one can be restarted an unlimited number of times. Nine of the services use the exact same script except for a different process name to search for.
I confirmed that the configuration and control files have the proper syntax and do not have repeating entries or array index numbers.
Can anyone offer an idea as to what may be causing the problem?
cjw
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 02:30 PM
03-04-2003 02:30 PM
Re: Monitor set to 0 restarts, should be unlimited
If you wanted the service to be restarted unlimited number of times, you would specify "-R" in the package control file.
There is no place else that alters the behaviour of this parameter in the ServiceGuard.
May be the configuration in the files got changed after you brought up the package?. You may want to try restarting package when you get some time.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:14 AM
03-05-2003 07:14 AM
Re: Monitor set to 0 restarts, should be unlimited
I should have mentioned: I am using the -R for each service and I have stopped and restarted the package a few times. The behavior remains the same.
cjw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 07:59 AM
03-05-2003 07:59 AM
Re: Monitor set to 0 restarts, should be unlimited
Which Sg version?
Which Sg patch is installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:05 AM
03-05-2003 09:05 AM
SolutionBest regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:08 PM
03-05-2003 01:08 PM
Re: Monitor set to 0 restarts, should be unlimited
I enabled set -x, and saw in the log file that the -R argument was not passed for this service monitor.
I copied a SERVICE_RESTART line from a known working service and modified the array element. It works fine now.
Thank you.
cjw