- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- when application failed, it will not restart manua...
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
07-24-2010 02:28 AM
07-24-2010 02:28 AM
when application failed, it will not restart manually
procedure are below which followed
cmrunpkg -pkgname ( unable to restart check syslog
cmhaltnode --- unable to restart check syslog
cmhaltcl -f -----unable to restart check syslog
pls provide solution to restart application without restart node , or restart cluster , or
restart server.
Thanks & regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2010 04:20 AM
07-24-2010 04:20 AM
Re: when application failed, it will not restart manually
what are the logs saying
/var/adm/syslog/syslog.log
/etc/cmcluster/cluster-name/cmctl.log ( yoour path depends)
what does cmviewcl -v say
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2010 11:18 PM
07-24-2010 11:18 PM
Re: when application failed, it will not restart manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 09:45 AM
07-26-2010 09:45 AM
Re: when application failed, it will not restart manually
Which version of the SG are you using and what is the version of OS?
Thanks
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 09:19 PM
07-26-2010 09:19 PM
Re: when application failed, it will not restart manually
?
#cd /etc/cmcluster/package-name folder
#cmcheckconf -P packagename.conf
check consistancy of package configuration.
is your packagename.cntl file has recently modified?
#ll packagename.cntl
or you have option to take backup of packagename.cntl file and re-create packagename.cntl file and edit it as per your requiremants
#cmmakepkg -s packagename.cntl
because if package is niether halt nor start is causes by Corrupted packagename.cntl file
Regards
Deeos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2010 03:13 AM
07-27-2010 03:13 AM
Re: when application failed, it will not restart manually
As Basheer stated, Serviceguard puts information in /var/adm/syslog/syslog.log and /etc/cmcluster/
My advice: look for the first error that occurs at, or just before the problem occurs. This error may result in a cascade of other errors that might mislead you, so work on the first error first. After solving it, the remaining errors may disappear after further testing.