Operating System - HP-UX
1834914 Members
2475 Online
110071 Solutions
New Discussion

Re: How to Create Package in Two Node Cluster

 
SOLVED
Go to solution
Karthick K S
Frequent Advisor

How to Create Package in Two Node Cluster

Hi,

How to create package in two node cluster.
10 REPLIES 10
Cem Tugrul
Esteemed Contributor

Re: How to Create Package in Two Node Cluster

Karthick,

do you have installed MC/SG?
Our greatest duty in this life is to help others. And please, if you can't
renarios
Trusted Contributor

Re: How to Create Package in Two Node Cluster

Hi Karthick,

Please be more specific in your query. What kind of environment are you in?

Cheerio,

Renarios
Nothing is more successfull as failure
Karthick K S
Frequent Advisor

Re: How to Create Package in Two Node Cluster

Hi,

I already Installed MC/Servicguard A.11.16,I have SAN Using LVM,already some packages runing but i want to create one more package in runing cluster so that give me procedure how to follow.

Cem Tugrul
Esteemed Contributor

Re: How to Create Package in Two Node Cluster

http://docs.hp.com/en/B3936-90065/ch05s06.html#d0e10500
may be good link to start

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Karthick K S
Frequent Advisor

Re: How to Create Package in Two Node Cluster

Hi,

I am not asking to configure cluster,just i want to know how to create one more package,
melvyn burnard
Honored Contributor

Re: How to Create Package in Two Node Cluster

follow the instructions in the Managing Serviceguard manual at http://docs.hp.com/en/B3936-90079/B3936-90079.pdf
hapter 6, page 243 to be precise.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Ranjith_5
Honored Contributor
Solution

Re: How to Create Package in Two Node Cluster

Hi Karthick,

Generally packages are configured after applying the cluster configuration. After configuring the cluster
make a folder for package inside /etc/cmcluster. eg: pkgora.
Move to /etc/cmcluster/pkgora
Create the package template by #cmmakepkg -p pkg.conf
Create the package control script file by #cmmakepkg -s pkg.cntl
Edit the cmclconfig.ascii , pkg.conf , pkg.cntl files as necessary.
Make it sure that the volume groups mentioned in the pkg.cntl is present in cmclconfig.ascii .
Copy the configuration files to other nodes.
Check the configuration
#cmcheckconf -C cmclconfig.ascii -p pkgora/pkg.conf

after successful checking apply cmapplyconf command.
#cmapplyconf -C cmclconfig.ascii -p pkgora/pkg.conf


Regards,
Syam
Cem Tugrul
Esteemed Contributor

Re: How to Create Package in Two Node Cluster

Karthick,

"Clustering" consept is a little bit complex.
and really needs to be carefully,you have to
consider your requirements and have to plan

if you do not any enough information about
this consept you may be fail an also your
working nodes may be down so that's why
i refered that link.
Our greatest duty in this life is to help others. And please, if you can't
Karthick K S
Frequent Advisor

Re: How to Create Package in Two Node Cluster

Thanks Shyam,

Its nice i will try and reply to u back

regards
Karthick
Pedro Cirne
Esteemed Contributor

Re: How to Create Package in Two Node Cluster