- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Package does not restart after 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
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
08-28-2001 07:42 AM
08-28-2001 07:42 AM
Package does not restart after reboot
The second node had its cron entry for reboot commented out.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:31 AM
08-28-2001 08:31 AM
Re: Package does not restart after reboot
and which syslog.log did you check?
and the pkg logs?
Is the pkg configured to autostart? and switch between nodes?
also do a cmscancl and check for the settings in teh binary file.
finally, did the node rejoin the cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 08:44 AM
08-28-2001 08:44 AM
Re: Package does not restart after reboot
I don't think your package will automatically start if a node fails and rejoins the cluster that is already up and running.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 09:05 AM
08-28-2001 09:05 AM
Re: Package does not restart after reboot
A. cmviewcl shows both nodes up and both packages started, but pkg_switch is disabled.
B. I checked the syslog on both nodes in the cluster and I do not see anything outside of the halt when the server was coming down on the reboot and when I manually issued the cmrunpkg to start the halted package.
C. I checked the pkg log on the node where the pkg was halted. nothing to note...
D. I did not note the AUTO_RUN variable in either the .conf or the .cntl files. Currently, pkg_switch is disabled on this node. we are running version A.11.09
Mike E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 09:08 AM
08-28-2001 09:08 AM
Re: Package does not restart after reboot
Well, I know we are unable to bring down the cluster at this point in time, but I see what you are saying. It's funny, I cannot locate the AUTO_RUN variable in the pkg conf. file.
You're right on your second note... Since it was a node failure, but since pkg_switch was disabled on both nodes, the package had nowhere to go..
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 09:58 AM
08-28-2001 09:58 AM
Re: Package does not restart after reboot
the fact that you state that switching is disabled for both nodes makesme think that is the reason your pkg did not start again.
The AUTO_RUN parameter is new as of 11.09, but will ONLY be in your pkg config files if you have created new version and merged the old ones into it.
The variable you should be looking for in old parlance is
PKG_SWITCHING_ENABLED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:10 AM
08-28-2001 10:10 AM
Re: Package does not restart after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:41 AM
08-28-2001 10:41 AM
Re: Package does not restart after reboot
You should make some checks to confirm all is ok for the pkg on both nodes, and then enable the switching by using the cmmodpkg command.
don't forget to ensure thaht bot GLOBAL and LOCAL switching are enabled , i.e. cmmodpkg -e pkgname for GLOBAL,
and cmmodpkg -e -n hostname pkgname for LOCAL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:46 AM
08-28-2001 10:46 AM
Re: Package does not restart after reboot
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:34 AM
08-28-2001 11:34 AM
Re: Package does not restart after reboot
But again, as SG is for High Availability, why reboot every Sunday??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 03:26 AM
08-29-2001 03:26 AM
Re: Package does not restart after reboot
# cd /etc/rc.config.d/
change the file cmcluster:
# vi cmcluster
change:
AUTOSTART_CMCLD=1 ( Must be 1 to autostart )
Please do this on Both Nodes in your system.
2 - Please check if your package script is correct.
Located on the path:
# cd /etc/cmcluster
Check your package script.