- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configure multiple ip address to existing lan card
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
09-06-2006 08:31 AM
09-06-2006 08:31 AM
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 3.164.120.0 3.164.120.83 171883647 0 303446899 0 0
lo0 4136 127.0.0.0 127.0.0.1 1200846 0 1200846 0 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 08:36 AM
09-06-2006 08:36 AM
Re: configure multiple ip address to existing lan card
Use serial connection for heartbeat.
To configure lan card with multipule ip addresses modify netconf file and add each stanza to make it lan0:1 and la0:2 etc.. at the end of netconf file. Stanza will have name of lancard like lan0:1, ip address, subnet, gateway, broadcast address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 08:40 AM
09-06-2006 08:40 AM
Re: configure multiple ip address to existing lan card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:43 PM
09-06-2006 07:43 PM
Re: configure multiple ip address to existing lan card
You should use cmquerycl -n
In a SG cluster additional (relocatable) IP addresses can be added to a lan that are associated with packages. The package control script would add the IP addresses during package start (and removes them when the package halts). The relocatable IP addresses must belong to the same subnet like the primary IP of the lan.
In a SG cluster it is not allowed to run multiple subnets on a single lan interface.
It is not recommended to use Serial Heartbeat anymore. Serial Heartbeat will be removed from future versions of SG. Serial Heartbeat is also not a replacement for a heartbeat lan.
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
09-07-2006 06:28 AM
09-07-2006 06:28 AM
Re: configure multiple ip address to existing lan card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 08:31 AM
09-07-2006 08:31 AM
Re: configure multiple ip address to existing lan card
Dedicating a network to heartbeat communication is a good idea.
If the dedicated network will only link the cluster nodes, you can use practically any IP, since the network will not be accessible outside the cluster. A crossover cable is supported in a two-node cluster configuration.
Actually, we recommend enabling all ethernets to pass heartbeat traffic, above and beyond the dedicated heartbeat network. This can be accomplished by editting the cluster configuration file and changing STATIONARY_IP to HEARTBEAT_IP for each ethernet NIC represented in the cluster configuration file - prior to cmapplyconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 03:16 AM
09-08-2006 03:16 AM
SolutionMake sure you use hub between two nodes for Heartbeat. You can use cross over cable directly from node1 to 2 without hub but it is good method to use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 05:03 AM
09-08-2006 05:03 AM
Re: configure multiple ip address to existing lan card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 12:44 AM
09-12-2006 12:44 AM
Re: configure multiple ip address to existing lan card
Also, we recommend that all IP-bearing NICs be configured to allow Serviceguard to use them to pass heartbeat traffic. This is done by changing any reference in the cluster configuration ASCII file from STATIONARY_IP to HEARTBEAT_IP, then performing a cmapplyconf on the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 03:47 AM
09-12-2006 03:47 AM
Re: configure multiple ip address to existing lan card
I have few Q's please help me in this.
Already i have VG's and File systems in hand i,e help me on this.
/dev/vgora/lvol10 ---- /psoft1/fin
/dev/vgora/lvol6 ---- /psoft/fin
/dev/vgora/lvol4 ---- /oraexports/fin
now in which file do i need to add this? do i need to add this before staring the below steps or while in step"6"
1) Go to the MC/ServiceGuard user file area and make a CONF:
# cd /etc/cmcluster
2) Generate the cluster configuration template file
# cmquerycl -C CONF -n
3) Customize the CONF.
Set CLUSTER_NAME parameter
Set NODE_TIMEOUT = 8000000
Set MAX_CONFIGURED_PACKAGES value.
Add additional parameters such as Access Control Policy (available
A.11.16) and Faster Failover (if installed)
4) Make a directory for each package:
# mkdir pkg1 ...
5) Make a package config file and package control script in each pkg directory:
# cd pkg1; cmmakepkg -p conf ;cmmakepkg -s pkg1.sh
6) Customize the pkg config file and control script in each pkg directory.
7) Verify your configuration:
# cmcheckconf -C CONF -P pkg1/conf
8) Activate clusterlock disk (see CONF file):
# vgchange -a y vgXX
9) Make and distribute a binary configuration file to all the nodes:
# cmapplyconf -C
10) Deactivate clusterlock disk now:
# vgchange -a n vgXX
11) Now copy all files to the other node:
# rcp -pr /etc/cmcluster node2:/etc/cmcluster
12) Start cluster:
# cmruncl
# cmviewcl (to see cluster status)
13) Halt the cluster:
# cmhaltcl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 08:30 AM
09-18-2006 08:30 AM