From: Dan M. <dan...@or...> - 2009-02-09 23:11:48
|
> Does that help and make sense? Thanks, yes. But I would like to test the process by creating and booting a one-node (or at most two-node) cluster and then "grow" it later to a larger cluster. Is this possible? If so, what parts/scripts of the howto will I have to re-do when I am ready to grow it from one-node (or two-nodes) to many? Thanks, Dan > -----Original Message----- > From: Marc Grimme [mailto:gr...@at...] > Sent: Saturday, February 07, 2009 3:13 AM > To: ope...@li... > Cc: Dan Magenheimer > Subject: Re: [OSR-users] rpms for ocfs2+rhel5 > > > On Saturday 07 February 2009 01:42:42 Dan Magenheimer wrote: > > Finally got the rpms and installed. One other typo on > > the rhel5/ocfs2 webpage: > > > > comoonics-bootimage-1.3-33 (not -32) > > > > as comoonics-bootimage-extras-ocfs2-0.1-1 depends > > on -33. > Thanks. I fixed both typos. You might want to check if those > are ok now. > > > > On to the next step! :-) > > > > Do I need a redhat cluster.conf file other than to > > have the ocfs2 cluster.conf file created from it? > > In other words, can I just start with my own > > /etc/ocfs2/cluster.conf file? Or will the other > > installation steps require /etc/cluster/cluster.conf? > Yes, this is something I don't like either but as I had no > customer willing to > pay for it I took the simplest way ;-). > > That means up to now you need a /etc/cluster/cluster.conf > based on redhat > cluster. And on the other side it wasn't possible to extend the ocfs > cluster.conf with attributes. > > So in the current state you will have to create a > cluster.conf. This will be > the base for the /etc/ocfs2/cluster.conf which will be automatically > generated by com-queryclusterconf convert ocfs2. To validate > the output you > can use the command. It should return something like below: > > [root@generix3 ~]# com-queryclusterconf convert ocfs2 > > node: > ip_port = 7777 > ip_address = 10.10.10.83 > number = 3 > name = generix3.local > cluster = clu_generix > > node: > ip_port = 7777 > ip_address = 10.10.10.82 > number = 2 > name = generix2.local > cluster = clu_generix > > node: > ip_port = 7777 > ip_address = 10.10.10.84 > number = 4 > name = generix4.local > cluster = clu_generix > > cluster: > node_count = 3 > name = clu_generix > > Does that help and make sense? > > Marc. > > -- > Gruss / Regards, > > Marc Grimme > http://www.atix.de/ http://www.open-sharedroot.org/ > > |