- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RAC cluster configuration
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-31-2011 05:04 AM
03-31-2011 05:04 AM
RAC cluster configuration
i am in serious problem .
i configured the rack cluster created all Vg and mount mount .
but i am halting the package then it is showing below error .
Plz suggest it how to fix it .
pkbppdb1:/# cmhaltpkg SG-CFS-pkg
Unable to execute command. The following dependency packages are not down:
SG-CFS-DG-1 SG-CFS-MP-1 SG-CFS-MP-2 SG-CFS-MP-3 SG-CFS-MP-4 SG-CFS-MP-5 SG-CFS-MP-6 SG-CFS-MP-7 SG-CFS-MP-8 SG-CFS-MP-9 SG-CFS-DG-2 SG-CFS-MP-10 SG-CFS-MP-11 SG-CFS-MP-12 SG-CFS-MP-13 SG-CFS-MP-14 SG-CFS-MP-15 SG-CFS-DG-3 SG-CFS-MP-16 SG-CFS-DG-4 SG-CFS-MP-17 SG-CFS-MP-18 SG-CFS-MP-19 SG-CFS-MP-20 SG-CFS-MP-21 SG-CFS-DG-5 SG-CFS-MP-22 SG-CFS-DG-6 SG-CFS-MP-23 SG-CFS-MP-24 SG-CFS-DG-7 SG-CFS-MP-25 SG-CFS-MP-26
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 06:06 AM
03-31-2011 06:06 AM
Re: RAC cluster configuration
In fact the hierarchy is:
SG-CFS-MP-x is reliant upon SG-CFS-y is reliant on SG-CFS-pkg
So you need to sttop them in the order of SG-MP-X, then SG-DG-y, and only when all th MP and DG MNP packages are down can you halt the SG-CFS-pkg SMNP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 06:16 AM
03-31-2011 06:16 AM
Re: RAC cluster configuration
looks like i didnt specify some dependency .
can you plz help me to correct it .
Thanks
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 09:14 AM
03-31-2011 09:14 AM
Re: RAC cluster configuration
The package dependency order is:
SG-CFS-pkg = requires running cluster daemons
SG-CFS-DG* = requires SG-CFS-pkg running
SG-CFS-MP* = requires specific SG-CFS-DG* package is running.
Before you can halt SG-CFS-pkg, halt the MP packages and then the DG packages, and _then_ you will be able to halt the SG-CFS-pkg.
But what is your real goal? Are you wanting to halt Serviceguard? If so, why not do 'cmhaltcl -f'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2011 10:15 AM
04-08-2011 10:15 AM
Re: RAC cluster configuration
Thanks for reply
but my goal is that .. "Instead of Halting in the sequence as you mention , i want to halt all Mp package and DG pakcge with one single command.when i will use below command then it sholud halt all . Instead of manually halting all one by one.
cmhaltpkg SG-CFS-pkg
(Above command should halt all mp pkg and Dg pkg togather)