- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Re: HAproxy Configuration
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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-30-2023 11:12 PM
11-30-2023 11:12 PM
HAproxy Configuration
Hi Team,
As we tried to configure the haproxy for morpheus 3node HA we are geeting the different errror. Currently we are using the same haproxy.cfg which is mentioned in the document.
Load Balancer Configuration — Morpheus Docs documentation (morpheusdata.com)
After adding above config If I restarted the haproxy service getting the below errors.
- Tags:
- UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 02:31 AM
12-01-2023 02:31 AM
Re: HAproxy Configuration
I set HAProxy up recently. Absolutely, not an expert, but I have this for the ping check in my .cfg file.
option httpchk GET /ping
http-check expect string PING
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
11-30-2023 11:30 PM
11-30-2023 11:30 PM
Re: HAproxy Configuration
Dec 1 07:06:27 baasloadbal01 haproxy[415805]: [ALERT] 334/070627 (415805) : parsing [/etc/haproxy/haproxy.cfg:54] : ‘http-check send’ only supports ‘hdr’ and ‘body’, found ‘meth’.
Dec 1 07:09:54 baasloadbal01 haproxy[415902]: [ALERT] 334/070954 (415902) : parsing [/etc/haproxy/haproxy.cfg:54] : ‘http-check send’ only supports ‘hdr’ and ‘body’, found ‘uri’.
Please let me know which http-check we need to use. " http-check send meth GET uri /ping" this is mentioned in the document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 04:02 AM
12-01-2023 04:02 AM
Re: HAproxy Configuration
I think @Ollie_Phillips is correct the ‘meth’ statement is erroneous.
My backend is this (could update yours Ollie haha)
option httpchk GET /ping
http-check expect string MORPHEUS\ PING
That example is also assuming you are doing cert termination at the LB (probably are). But just wanted to call that out.