- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- HAproxy Configuration
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-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
- 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.