- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- 2 Node Linux cluster with HP service Guard 11.15
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
08-04-2004 02:02 PM
08-04-2004 02:02 PM
2 Node Linux cluster with HP service Guard 11.15
This is without fiber channel.
We used LUN instead of quorum server and configured up to verifying the cluster configuration up to this all seems to be fine.
But when we enter the cmcheckconf -v -C $SGCONF/cluster1.conf command it gives an error with the below messages
checking nodes done
checking configuration done for clster one
Error unable to establish communication to node server:19
cmcheckconf:failed to gather configuration information.
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:13 PM
08-04-2004 02:13 PM
Re: 2 Node Linux cluster with HP service Guard 11.15
/etc/cmcluster/cmclnodelist
and the format is:
So my cluster has:
hpatcux6.rose.hp.com root # snsl-atc
hpatcux7.rose.hp.com root # snsl-atc
hpatcux8.rose.hp.com root # snsl-atc
hpatcux9.rose.hp.com root # snsl-atc
The same thing might exist on Linux's version of SG.
Good luck,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 05:42 PM
08-04-2004 05:42 PM
Re: 2 Node Linux cluster with HP service Guard 11.15
However, the cmclnodelist file on RH Linux is: /usr/local/cmcluster/conf/cmclnodelist.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 06:25 PM
08-04-2004 06:25 PM
Re: 2 Node Linux cluster with HP service Guard 11.15
usr/local/cmcluster/conf/cmclnodelist file
was updated properly.
Chanaka-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 01:34 AM
08-06-2004 01:34 AM
Re: 2 Node Linux cluster with HP service Guard 11.15
Q1: Bonding doesnâ t work (Can you ping the systems over all of the networks you have configured?)
A1: Usually this is the wrong network driver. The default driver is the TG3 driver for the installations and the BMC5700 driver must be used.
Q2: Can I bond dissimilar network cards,
A2: yes
Q3: I have the systems running, everything installed, I can Ping systems, telnet, etc but the cluster wonâ t form.
A3: See section Editing Security Files (chapter 5) in the Users manual. Usually cmclnodelist (and rhosts) are not correctly set up.
Q4: Thereâ s confusion about bonding drivers.
A4: Use the bonding drivers that come with RedHat3 (or later) and UL/SuSE SLES8 SP3 (or
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 02:00 AM
08-06-2004 02:00 AM
Re: 2 Node Linux cluster with HP service Guard 11.15
I have connectivity between the two server froma a cross cable and pinging works from one server to the other.
In the sence of bonding bonding interface is present but when i issue the command ifcfg the ip does not apper for the slave devices( ifcfg-eth0,..etc)
Can ssh/telnet from each other
i have edited the cmclnodelist but didnt edit the rhhost file
will look in to this file as well
Chanaka-