- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster conf file
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
02-26-2011 01:17 AM
02-26-2011 01:17 AM
cluster conf file
Please help me on the same
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 03:08 AM
02-26-2011 03:08 AM
Re: cluster conf file
The cluster configuration file is better known as the ASCII file. It will be generated by running the 'cmquerycl' command when you are building your cluster orginally.
This file will usually reside in:
/etc/cmcluster
However, once you have a running cluster you can delete the ASCII file. To regenerate the ASCII cluster file (basically you will load all the configuration settings from the running cluster) use the 'cmgetconf' command, e.g.:
# cmgetconf -c
Packages will all have their own configuration files (modular packages will only have a configuration file, legacy packages will have both a configuration and control file). These configuration files can usually be found in:
/etc/cmcluster/
Or you can use the 'cmgetconf' command again to generate the configuration files:
# cmgetconf -c
Hope that help! If you have any specific questions do let me know...
sangilak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 03:46 AM
02-26-2011 03:46 AM
Re: cluster conf file
It contains very detailed descriptions of each configuration file. It contains *everything* a HP-UX administrator needs to know about Serviceguard clusters.
The book comes with each Serviceguard license as an actual physical book, and is also available in PDF format at:
http://www.hp.com/go/hpux-serviceguard-docs
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 06:28 PM
02-26-2011 06:28 PM
Re: cluster conf file
THe highlights are
Name of the cluster
quorum mechanism
section for each node that describes the nic cards of each node and how each node accesses a lock disk if used and what nic card is the heartbeat lan
and the rest of the file has cluster parameters like timeouts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2011 07:59 PM
02-26-2011 07:59 PM
Re: cluster conf file
use man pages of serviceguard commands, you have got lot in it, i am sure that will help
Regards,
INH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2011 10:06 PM
02-27-2011 10:06 PM
Re: cluster conf file
Please read the attachment, which is step by step procedure for configuring cluster.