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 September 7th, 2007
Sajid Ikram's Avatar
Sajid Ikram Offline
Junior Member
 
Join Date: September 2007
Posts: 3
Dual HMC

Hello ALL,

I am new to this technical forum. We are managing two p5 servers using separate HMCs. Each management host have two logical partitions. In order to achieve improve availablity, we want to network both management hosts and HMCs. After this we can easily manage both management servers using any HMC. If anyone guy have performed this activity successfully, please provide me tips.

Thanks in advance.

Regards,
Sajid Ikram
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 September 7th, 2007
ross.mather's Avatar
ross.mather Offline
Senior Member
 
Join Date: January 2007
Location: Nomadic in the UK
Posts: 405
Re: Dual HMC

You have two choices:
1. Put each HMC on a different VLAN and manage the machines via different HMC ports on the service cards

2. Put everything on one VLAN and let one HMC be your DHCP server

Which one you choose is up to you.
__________________
Ross Mather, IBM AIX IT Specialist.
That said anything I say here is my own opinion and not anything that you can ever hold against IBM.
Ohhh and don't forget that I make mistakes too....
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 September 7th, 2007
john.samons's Avatar
john.samons Offline
Meditating on the code...
 
Join Date: September 2007
Location: Johannesburg, South Africa
Posts: 95
Re: Dual HMC

HI Sajid,

This should be quite easy.

Which model of HMC do you have and how many available network ports on the HMC do you have?

Is your HMC connected to the public network?

How far apart is the equipment from each other?

Best Regards,
John Samons
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 September 7th, 2007
Sajid Ikram's Avatar
Sajid Ikram Offline
Junior Member
 
Join Date: September 2007
Posts: 3
Re: Dual HMC

HMC1 Model : 7310-CR3 IBM x336 having two ports,
(One port for web-based system manager remote client,other for management host)
HMC2 Model : 7310-CR4 IBM x336 having two ports
(One port for web-based system manager remote client,other for management host)

Current each HMC is directy connected (i.e. point-to-point using cross cable) to respective p5 server. Both pair are physically apart, but our network team provide cabling through switch. Our network team will create a differenct VLAN for communication between management hosts and HMCs. Is it necessary to create different VLAN for each HMC port in managed server. Also I am not interested in setting up DHCP setup. I just want to use static IPs.
Regards,
Sajid Ikram
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 September 7th, 2007
ross.mather's Avatar
ross.mather Offline
Senior Member
 
Join Date: January 2007
Location: Nomadic in the UK
Posts: 405
Re: Dual HMC

Use DHCp - its better for you when someone adds a server later. I STRONGLY urge you to use DHCP!

Sounds like you want a single VLAN where all the Servers and both HMCs are connected to the VLAN.
__________________
Ross Mather, IBM AIX IT Specialist.
That said anything I say here is my own opinion and not anything that you can ever hold against IBM.
Ohhh and don't forget that I make mistakes too....
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 September 7th, 2007
john.samons's Avatar
john.samons Offline
Meditating on the code...
 
Join Date: September 2007
Location: Johannesburg, South Africa
Posts: 95
Re: Dual HMC

Ok, obviously you still want WebSM access, so leave the HMC's on the public network, however take the port being used for the managed systems and connect it to, lets say, a 8 port switch. Calling it swA for this example.

Then do the same with the other HMC, however it requires it's own 8 port switch (swB)

Are you referring to non-DHCP for the HMC WebSM? Your WebSM port will still be static, however you can setup your private network to be DHCP.

If this is ok, then select a DHCP address range on the ether card on the HMC for the private network. The address range should be different on BOTH HMC's, as they will function as DHCP servers on the private network.

When this is done, reboot HMC's and connect the each p5 server to both switches. i.e.both HMC1 ports to swA and both HMC2 ports to swB


Now sometimes the p5 server will not be seen on the HMC as the service processor doesn't release the IP and select a new one via DHCP. Depends on your firmware levels It actually acquires an address during service processor boot time.

During your maintenance slot, you can shutdown both p5's, remove power. Replace power and then boot them. They should be now visible from both.


IF you really want to have the private network static as well, you can do it. But you should do this only if your network environment REALLY REALLY requires it. It's more complex...

Setup your HMC's to use two different subnets on the private network, then. you should log onto ASMI and change the IP address of HMC1 & HMC2 ports, again onto the two different subnets.

Hope this helps...

Best Regards,
John Samons
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 September 8th, 2007
Sajid Ikram's Avatar
Sajid Ikram Offline
Junior Member
 
Join Date: September 2007
Posts: 3
Re: Dual HMC

We can not run DHCP in our environment. Our network team has approved for a single VLAN. For the time being, this project is delayed. I will contact you guys then.

Thanks all guys for your responses.

Regards,
Sajid Ikram
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 49 50