- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Heartbeat and /etc/hosts
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
05-04-2004 01:23 AM
05-04-2004 01:23 AM
I want to find out if putting an entry for Heartbeat lan into /etc/hosts can generate troubles.
Is it possible to do that?
Thanks
JPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:29 AM
05-04-2004 01:29 AM
Re: Heartbeat and /etc/hosts
in my opinion it'n not a problem...
it's simply a host!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:37 AM
05-04-2004 01:37 AM
Re: Heartbeat and /etc/hosts
Do it if it really helps you. !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:08 AM
05-04-2004 02:08 AM
Re: Heartbeat and /etc/hosts
Nope - no troubles at all. We do it on all our clusters. In fact it's a good back door method between cluster nodes if, for any reason, the main IP goes down. You can then telnet/ssh between systems over the heartbeat network.
Of course this assumes you are using separate, private subnets for the heartbeats - which is *strongly* recommended.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:11 AM
05-04-2004 02:11 AM
Re: Heartbeat and /etc/hosts
hosts: files [NOTFOUND=CONTINUE] dns
in nsswitch.conf
In hosts:
#
# Heart Beat LAN
#
192.168.2.181 svr003hb
192.168.2.182 svr004hb
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:24 AM
05-04-2004 02:24 AM
Re: Heartbeat and /etc/hosts
I usually put my heartbeat addresses at the very bottom of the file, just to be overly careful.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:24 PM
05-04-2004 01:24 PM
Re: Heartbeat and /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 03:28 PM
05-04-2004 03:28 PM
Re: Heartbeat and /etc/hosts
Suggest that prior to making these entries you ensure there are no address resolution conflicts FIRST. After that, make the entries in /etc/hosts in a separate area for the heartbeat addresses, adding a comment so you know what they were added for and to keep this area separate from regular host entries.