- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to add third node in SGeRAC + CFS
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
11-19-2010 02:12 AM
11-19-2010 02:12 AM
How to add third node in SGeRAC + CFS
I am using Two node RAC with Service Gaurd 11.18 with CFS. Now I am going to add third node in existing cluster.
OS - HP-UX11iv2
SG - A.11.18
Oracle - 10gR2
Please let me know,what steps to be followed.
Thanks
Raman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2010 04:38 AM
11-19-2010 04:38 AM
Re: How to add third node in SGeRAC + CFS
I think you can achieve this by following pag. 118 of the following User Guide:
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02437447/c02437447.pdf
"Online Node Addition and Deletion"
Hope this helps you.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2010 05:25 AM
11-19-2010 05:25 AM
Re: How to add third node in SGeRAC + CFS
To add a node:
Build a new cluster configuration file that includes the new node:
# cmquerycl -c
Apply the new ASCII file:
# cmcheckconf -C cluster.ASCII.new
If it applies correctly, the node is now a member of the cluster. That won't buy you much. You will also have to prepare the node to run packages.
The steps on page 118 that Fabio referred to only summarize the procedure to prepare a node to use LVM VGs. It does not give a step-by-step, but you will find forum threads that describes how.
LVM packages are "failover" type packages whereas CFS packages are "multi-node" packages. They are administered differently.
Failover packages are administered by a package configuration file whether the package is a modular or legacy format package, and also a package control script if the package was created using the legacy format.
Edit the package configuration file and add a NODE_NAME reference for the new node.
If a package control script is also used, copy it to the new node.
Then cmapplyconf the updated package configuration file.
Page 50 in the same manual gives information on how to set up CFS packages but the manual does not provide a procedure to make a new node run CFS packages. The cfsdgadm and cfsmntadm commands can be used to add the node to the CFS packages. I recommend that you open a software support case with HP to work that aspect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2010 10:33 PM
11-19-2010 10:33 PM
Re: How to add third node in SGeRAC + CFS
could u tell me below is exact syntax for CFS
On Master Node
#cfsdgadm add dg_name Node_name=activation_mode (For DG)
#cfsmntadm modify
After doing that Do we have need to extra work?
How to add new node in cfs package ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 04:02 AM
11-22-2010 04:02 AM
Re: How to add third node in SGeRAC + CFS
The cfsdgadm(1m) syntax to add a node is:
cfsdgadm modify shared_disk_group add node_name=activation_mode ...
Example:
# cfsdgadm modify shared_dg1 add newNode=sw
The cfsmntadm(1m) synxtax to add a node is:
cfsmntadm modify mount_point node_name=[mount_options] ...
Example:
# cfsmntadm modify /cfs/mnt1 newNode=rw
The cfsmount(1m) syntax to add a node is:
# cfsmount /cfs/mnt1 newNode
Example:
# cfsmount /cfs/mnt1 newNode