Blogs Classifieds Downloads FlashChat Gallery Googlemap Invite Friends Links Projects Reviews Wiki
 


Welcome to the pSeries Tech Forums, our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software.

You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments.

Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community.

Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Our Sponsors
Want to advertise?  


Reply
 
LinkBack Thread Tools
  #1  
Old August 1st, 2007
cdelgadop's Avatar
cdelgadop Offline
Senior Member
 
Join Date: November 2006
Posts: 310
Send a message via MSN to cdelgadop
HACMP questions about networking

Hi

I'm working in the configuration of an active-passive HACMP cluster for SW SWIFT for a customer. Customer network is segmented in several VLANs. I have two nodes whose boot ip addresses are in a given VLAN, let's say 10.0.60.0/24 and the Service ip is in another VLAN, let's say 10.0.41.0/24.

How do you configure such a network ?? using access VLAN (TAG id is inserted into the packet by the switch port) or trunking (AIX must add the tag id using the VLAN objects you can create at OS level). I'm trying to configure using the trunking approach with no success at all, so i think i should use the otrher way..

Any help please.

TIA
__________________
cd3lgad0p
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old August 4th, 2007
jmcphee's Avatar
jmcphee Offline
*nix *****
 
Join Date: March 2007
Location: Phoenix, AZ
Posts: 15
Re: HACMP questions about networking

Please don't flame me, this is just an opinion of an overworked sysadmin. But here it is...

This is going to be a constant headache for you unless you get a second interface and cable that into the second VLAN for your service IP. Or get the IP's on the same VLAN.

These are just options, and are buggier than all heck. I wouldn't run it in a production environment.

Some things to keep in mind when attempting vlan tagging:

Be sure to check that the network switch, the adapter, and the OS/driver all support VLAN trunking/tagging.

You're better off setting up a second virtual interface via VIO or an alias on the host for the service IP. That way when it hoses up terribly, you MAY still have network connectivity across the front. The last time I checked, VLAN tagging wasn't working on VIOS, so you'd have to do the tagging at the AIX level.

Instead of tagging at the OS, if your switch is smart enough, add an alias for the service interface, or if you're running VIOS, add a second virtual adapter. This has 2 advantages. 1, normally the sysadmin doesn't work on the switches, so a problem isn't your problem. and 2, switches tend to be focused on switching, so there's less to misconfigure. Don't be surprised if the network forgets about your special setup every now and again. It's not suppose to, but that's just the way of things.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old August 8th, 2007
steevojb's Avatar
steevojb Offline
Senior Member
 
Join Date: June 2006
Location: manchester, england
Posts: 185
Re: HACMP questions about networking

Hi there,

My thoughts on this topic

All the routable addresses within a HACMP configuration should reside on the same VLAN

I would configure

boot IP addresses on non-routable addresses, ie 10.0.0.1 and 10.0.0.2
persistent addresses (to allow you to communicate with the cluster nodes) on a routable subnet (different than your boot addresses)
a service label on the same subnet and vlan as your persistent address

HTH

Steve
__________________
Take your time and think things through !!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old August 15th, 2007
dh3235's Avatar
dh3235 Offline
Junior Member
 
Join Date: August 2007
Posts: 6
Re: HACMP questions about networking

Hi there,

I have exactly this environment (multiple VLANs) and HACMP. There is no need for VLAN tagging.

The thing you need to get your head wrapped around, is to think of the VLAN as just a physical wired segment of your LAN. The VLAN has an IP network defined on it (10.0.41.0/24, your service IP VLAN), but that doesn't mean it won't switch other IP network traffic as well (say IP network 192.168.1.0/24) (again, just think of the VLAN as a physical ethernet wire). You just can't route your 192.168.1.0/24 network off the VLAN (which isn't needed anyway in HACMP for boot IPs).

So, given the above statements, you provision your AIX adapters into your service VLAN. Your boot addresses go on a non-used IP network (just has to be the same subnet mask as your service network) ie 192.168.1.0/24, your persistant and service IPs then get allocated from the VLAN network, ie 10.0.41.0/24.

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old August 16th, 2007
jmcphee's Avatar
jmcphee Offline
*nix *****
 
Join Date: March 2007
Location: Phoenix, AZ
Posts: 15
Re: HACMP questions about networking

If I understand the above scenario, you might as well just leave the interface down until you bring up its service IP, 'cause you can't route to it when it has its boot IP anyway. But it's a completely viable option if you don't mind not having that NIC on the net. Like if you have a maintenance LAN that you can get into. Or if you prefer to use a console device.

There may be some networking magic that can fix that, but I'm pretty sure that's where VLAN tagging comes in.

Let us know which way you go!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old August 19th, 2007
cdelgadop's Avatar
cdelgadop Offline
Senior Member
 
Join Date: November 2006
Posts: 310
Send a message via MSN to cdelgadop
Re: HACMP questions about networking

Hi

Thanks for your answers. Actually i have applied what you have told me. I have configured both nodes with ip Address in the private net 192.168.10.x/24 with service and persistent in the 10.0.41.0/24 network. Only problem is that i cannot ssh to the nodes without HACMP services up and running. I can use the HMC console.

I'm using Etherchannel to protect networks (and planning to use NIB to eliminate the Switch as SPOF) so i can unplug ethernet cables and no failover is detected, when unplugging both cables there's a Node-Down even and active node goes to the passive one. We are using the disk hearbeat network, even though, we have also the Serial adapters to use as a second one.

This cluster is being configured to provide HA to the SWIFT application running on AIX 5.3. Do you know or have such a environment ?? Any advise ??

Thanks in advanced
__________________
cd3lgad0p
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old August 31st, 2007
dh3235's Avatar
dh3235 Offline
Junior Member
 
Join Date: August 2007
Posts: 6
Re: HACMP questions about networking

Hmm, you should be able to ssh to the persistant IP even without HA running.

Can you validate that you have the following entry in /etc/inittab:
harc:2:wait:/usr/es/sbin/cluster/etc/harc.net # HACMP for AIX network startup

On startup, connected via the HMC, before HA is started, can you post the output of netstat -in?

Is SSH configured to listen to all addresses (post output of netstat -an|grep "22.*LISTEN")?

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

These are the 100 most searched terms
Search Cloud
0042-001 0042-001 nim 0513-001 the system resource controller daemon is not active 0513-001 the system resource controller daemon is not active. 0514-061 0514-061 cannot find a child device 0514-061 cannot find a child device. 0516-787 0516-787 extendlv 0516-787 extendlv: maximum allocation for logical volume 110000ac aa00e1f3 aio aix aix aio aix freeware aixif_arp_dup_addr b150f22a b181fb53 ba010004 c1001020 d133c002 dacnone dcb47997 dlpar fcp_array_err6 fget_config gnu tar aix gsclvmd gtar aix hi yall hmc root password hmc vmware hscl05db ibm p6 ibm p6 520 libpopt aix libpopt.a libpopt.a(libpopt.so.0) is needed by rsync-2.6.2-1 migratelv mksysb navisphere agent nim server pseries pseriestech rsync aix sc_disk_err4 scan_error_chrp vio server websm xhost file ... powered by Simple Search Cloud


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by vbWiki Pro 1.3 RC5. Copyright ©2006-2007, NuHit, LLC

vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48