- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to make the node reboot automatically
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
01-15-2008 06:10 PM
01-15-2008 06:10 PM
I've configured an Oracle Cluster
Now there is a question coming
When I fail over an Oracle Package from node A to node B node A doesn't reboot automatically
How to configure it
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2008 08:49 PM
01-15-2008 08:49 PM
SolutionYour question is far from clear. Are you trying to make the package shift back over to the original node or are you trying to get the original node to reboot after you deliberately crashed it after doing something like yanking power.
You may have done something which triggered a TOC to avoid a split-brain condition because the node split into exactly equal parts and could not get a quorum lock. Normally, rebooting has nothing to do with SG and everything to do with how the boot is configured in stable storage. If the box did do a TOC then you definitely do not want it to reboot without human intervention. In fact, I never allow packages to failback automatically because the number of reasons for a package failover is legion and I would much rather evaluate (and possibly correct) the condition before I ever allow t5he package to run again on the original node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 12:06 AM
01-16-2008 12:06 AM
Re: How to make the node reboot automatically
I'm a freshman on MC
Now I want to make sure my MC is Ok by some test.
I've killed every important process of Oracle (such as chpt smon pmon) and node B will substitute node A immediately
Does that mean my MC for oracle is successful?
If not,what else should I test?
Any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 01:20 AM
01-16-2008 01:20 AM
Re: How to make the node reboot automatically
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 01:38 AM
01-17-2008 01:38 AM
Re: How to make the node reboot automatically
I've tested my cluster according to your advice
When I pull the lan cabel of Node A
Node B will substitute
But when I reboot Node A which by the way is running the package
A system crash will occur on Node B and Node B will reboot too
The question is:
what parameter is responsible for that if node A reboot node B will substitute node A?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 01:45 AM
01-17-2008 01:45 AM
Re: How to make the node reboot automatically
is your cluster lock disk or quorum server correctly configured?
You can check /var/adm/syslog/syslog.log
to get a better idea of what is exactly happening when your nodeB tocs itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 01:50 AM
01-17-2008 01:50 AM
Re: How to make the node reboot automatically
I've checked the log it said:
WARNING: Cluster lock on disk /dev/dsk/c3t2d0
is missing
cmcld[3514]: Until it is fixed, a single failure could
cmcld[3514]: cause all nodes in the cluster to crash
"/dev/dsk/c3t2d0" is my lock pv of cluster
by the way
So what should I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2008 02:54 AM
01-17-2008 02:54 AM
Re: How to make the node reboot automatically
Then halt the cluster and activate that vg on one node. then run cmcheckconf followed by cmruncl if there is no error.
sequence should as follows.. this is an example:
# cmviewconf | grep -i -e "node name" -e lock
# cd /etc/cmcluster
# cmgetconf cluster.ascii
Edit the cluster.ascii file in order to include the new lock disks on it.
# cmcheckconf -C cluster.ascii
# cmhaltcl -f
# cmapplyconf -f -C cluster.ascii
# cmruncl
don't forget to take vgcfgbackup of the lock vg then deactivate it. As once this is done that VG shouldn't be active on any node.