Operating System - HP-UX
1833599 Members
3989 Online
110061 Solutions
New Discussion

RAC cluster configuration

 
Amdocs_case
Occasional Contributor

RAC cluster configuration

HP team

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
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: RAC cluster configuration

It is telling you there are other packages that are DEPENDANT on the SG-CFS-pkg, in fact they are all the MNP packages. These need to be halted first before you halt the SG-CFS-pkg.
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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Amdocs_case
Occasional Contributor

Re: RAC cluster configuration

i want that when i halt pkg then all DG and all mount point should go down .but it is not working .
looks like i didnt specify some dependency .
can you plz help me to correct it .

Thanks
Rohit
Stephen Doud
Honored Contributor

Re: RAC cluster configuration

The SG-CFS-pkg cannot halt when sub-ordinate (dependent) packages are still running.
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'?

Amdocs_case
Occasional Contributor

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)