- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up a dedicate LAN for a Package
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-07-2006 06:35 PM
02-07-2006 06:35 PM
I have a 2-Node Cluster, where each Node has 5 LAN-Ports.
1 onboard NIC (lan0)
and two dual-NICs (lan1 and lan2 on first, lan 3 and lan4 on second)
lan0 is used only for heartbeat
lan1 is primary lan
lan3 is standby for that
I would like to use lan 4 (and lan2 as standby for that) for Dataprotector-Package, which is backing up several other Hosts and Clusters. My Intention is to remove this Network-load from the other Packages.
Right now the Cluster is not in a production state, so I can play with it a little bit ...
I searche through lots of Documents, but did never find some hints for this. All i found is configuring dedicated LANs on Windows-boxes and HPs Port Aggregation Package.
I think there must be a simple way too.
Any help or ideas is appreciated
Christian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:51 PM
02-07-2006 06:51 PM
Re: Setting up a dedicate LAN for a Package
machine1 -- machine2
If you are configuring machine1 and machine 2 must have a setting to use data transaction through specific lan only.
# netstat -ian
will give network interface based packet trasaction for monitoring.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:27 PM
02-07-2006 07:27 PM
Re: Setting up a dedicate LAN for a Package
is there a specific order for the parameters
NETWORK_INTERFACE, HEARTBEAT_IP ...
in cluster configuration File or package config File ?
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 08:12 PM
02-07-2006 08:12 PM
Re: Setting up a dedicate LAN for a Package
Then make sure the lans are included in your cluster configuration file, and use it as a HEARTBEAT lan as well.
Then when cretaing your package, you put the relevant IP address for your package "host name" and the SUBNET for the lan into your config and control files where required.
Then when you apply thios package configuration, it will put the floating IP address onto the subnet that is now on lan 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:15 PM
02-08-2006 08:15 PM
Re: Setting up a dedicate LAN for a Package
in fact this is more a DataProtector question. Suppose you have a separate SUBNET on lan4 with IP #### which your DNS resolves as "mediaserver". then you add a client "mediaserver" to your DP cell and add/move the devices which you probably defined for the cell-server package for this mediaserver client.
All clients with access to that "backup subnet" should backup to a device on this mediaserver: then the backup data go through lan4 (to mediaserver IP). The cell-server package with an IP in the lan1 subnet will only receive the metadata about the backup objects through lan1.
Hope this clarified the issue.
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 08:30 PM
02-08-2006 08:30 PM
Re: Setting up a dedicate LAN for a Package
Ip propose you use STATIONARY_IP for lan4, so there is no heartbeat traffic on this Lan card.
NETWORK_INTERFACE lan4
STATIONARY_IP a.b.c.d
NETWORK_INTERFACE lan2 (defines standby)
You configure an IP adress on this package.
You tell your DP clients to use the IP adress a.b.c.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 12:31 AM
02-09-2006 12:31 AM
Re: Setting up a dedicate LAN for a Package
What harm is there in configuring all IP-bearing NICs to serve as redundant paths for Heartbeat on top of their normal data duties?
The cluster configuration file defines HEARTBEAT_INTERVAL as 1 second by default - an eternity in computer cycles, and a packet is tiny so why not permit every NIC to pass HB packets?
Even a dedicated NIC can stand to carry a HB packet from time to time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 12:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 11:14 PM
04-17-2006 11:14 PM