- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SERVICE GUARD needs 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
09-19-2005 08:11 PM
09-19-2005 08:11 PM
second, server one has pkg1 package is using exclusive mode to access achive and dump files.
third, server one has pkg3 package is waching oracle daemon.
fourth, server one has pkg5 package is checking gigabit card.
server two is like that.
from this weeks, try to upgrade oracle 9.2.0.5 to 9.2.0.6.
does it needs to reboot system? if needs,
i want to know what orders do I have to proceed in SERVICE GUARD.
specifically, for example, first shutdown oracle, second, cmhaltnode -f system1.....
becase this is operating system in permanently, after one system patch is ended,
other system have to proceed work.
Thanks Reguards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 08:25 PM
09-19-2005 08:25 PM
Re: SERVICE GUARD needs reboot?
Check with Oracle if there are patch or kernel change requirements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 08:59 PM
09-19-2005 08:59 PM
Re: SERVICE GUARD needs reboot?
OS patch update are not required in this case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 05:42 PM
09-20-2005 05:42 PM
Re: SERVICE GUARD needs reboot?
two system is clustered by mc service guard.
but, it needs to be running for users.
i mean the first server have to be reboot and then second server have to be reboot..
could you check the reboot order?
1. cmhaltnode -f server1 -> in first server
after first server is rebooted,
2. cmrunnode server1
3.cmhaltnode -f server2 -> in second srever
after second server is rebooted?
4.cmrunnode server2
is right? is there anything to add?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 06:52 AM
09-21-2005 06:52 AM
Re: SERVICE GUARD needs reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 07:06 AM
09-21-2005 07:06 AM
Solution1) Stop al the packages on node one
cmhaltpkg packagex
2) Stop the services on node 1
cmhaltnode node1
3) Start package one node2
cmrunpkg -n node2 packageX
4) reboot node1
shutdown -r 0
Perform the same steps if your are updating node one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 08:18 AM
09-21-2005 08:18 AM
Re: SERVICE GUARD needs reboot?
But - if you oracle is on disks that are controlled by MC/SG - then you need to upgrade oracle while the package is running!
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:40 AM
09-21-2005 09:40 AM
Re: SERVICE GUARD needs reboot?
1. shutdown Oracle
2. stop crs (/sbin/init.d/init.crs stop)
3. stop packages (cmhaltpkg
4. stop nodes (cmhaltnode
5. shutdown cluster (cmhaltcl -f -v)
6. reboot server (shutdown -ry now)
or
1. shutdown Oracle
2. stop crs (/sbin/init.d/init.crs stop)
3. shutdown cluster (cmhaltcl -f -v)
4. reboot server (shutdown -ry now)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 03:10 PM
09-21-2005 03:10 PM
Re: SERVICE GUARD needs reboot?
I have other problems.
after this process :
1) Stop al the packages on node one
cmhaltpkg packagex
2) Stop the services on node 1
cmhaltnode node1
3) Start package one node2
cmrunpkg -n node2 packageX
i didn't shutdown node1 system.
and i want to shutdown node2 system in one hour.
and then, i'll upgrade two node system.
how can I shutdown node2 package?
is it OK that just type like "cmhaltnode node2"
last, after reboot two system, if type like this "cmruncl", can these system is being operated normally?"
THANKS REGUARDS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 12:59 AM
09-22-2005 12:59 AM
Re: SERVICE GUARD needs reboot?
When they are up and running - cmruncl
Unless of course you have AUTOSTART_CMCLD=1 in /etc/rc.config.d/cmcluster
then the cluster will start at boot (I don't do this - I always start manually - in case you don't want the cluster up and running - due to a hardware failure ot what have you - IE - you should troubleshoot your system prior to running the cluster in the event of some failure).
Rgds...Geoff