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 December 11th, 2007
sbzx's Avatar
sbzx Offline
POWER SE
 
Join Date: September 2006
Location: Szentendre, Hungary
Posts: 27
Question Maximum inter-policy on VIOS LV

Hi,

We're setting up a 55A plus HMC/APV with eight internal disks (2x73GB, 6x146GB). VIOS is installed on the two 73GB disks, and the rest are allocated into two groups of three. The two groups will serve the rootvg disks of six LPARs. We created the two VGs, using "mkvg -vg client1vg hdisk2 hdisk3 hdisk4" and "mkvg -vg client2vg hdisk5 hdisk6 hdisk7". So far so good. Now, when we created the LVs to be virtualized as rootvg disks ("mklv -lv root1vg client1vg 50G hdisk2 hdisk3 hdisk4") we noticed that the LVs had been created with inter-policy minimum on only one disk, and no way of changing that to maximum by padmin. Root can of course do that. In fact, this is exactly what we did. Went to "oem_setup_env" and did the LV creation from there using the "-e x" switch with mklv.

So my question is this: is there any recommendation by IBM to discourage using the maximum inter-policy on such LVs? What sense does it make to restrict standard VIOS mklv in such a severe way? And will my system be supported/are there any risks involved when creating LVs using root instead of padmin?

Thanks.
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 December 13th, 2007
Mark Taylor's Avatar
Mark Taylor Offline
Member
 
Join Date: August 2007
Posts: 40
Re: Maximum inter-policy on VIOS LV

As a rule of thumb you have to take into consideration that commands outside the padmin rksh are not supported .. if you cannot do it with a padmin command then you should not be doing it.

I take it that you have 2 x storage vio servers and you are going to mirror at the client o/s level ?

Rgds
Mark Taylor
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 December 13th, 2007
sbzx's Avatar
sbzx Offline
POWER SE
 
Join Date: September 2006
Location: Szentendre, Hungary
Posts: 27
Re: Maximum inter-policy on VIOS LV

Hey Mark, thanks for the reply. No, I have only one VIO server with two VGs for VIO clients. Clients will mirror between the two.

What triggered my original question is that it makes little sense having multiple disks in a VIOS VG and not being able to distribute an LV across all the PVs in the VG. I find it quite strange. Since there will be 6 client OSs, I expect heavy load on the disks due to possible paging, so I think maximum inter-policy would be most beneficial.

Thanks.
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 December 13th, 2007
Mark Taylor's Avatar
Mark Taylor Offline
Member
 
Join Date: August 2007
Posts: 40
Re: Maximum inter-policy on VIOS LV

You are asking from a performance perspective right ? and yes, i have come across this before where I have wanted to do a "poor mans stripe" to balance the load across more than one spindle but it is not supported as you cannot do this with a padmin command.

I cant see why it wont make it into future code though.

You could instead of just 1 x LV across 2 disks actually have 2 x LVs (one on each disk) and pass them both up to the client, then migrate / spread your client LVs across the 2 x disks ((presented LVs)) and effectivley you have achieved the same setup.

HTH
Mark Taylor
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 December 13th, 2007
sbzx's Avatar
sbzx Offline
POWER SE
 
Join Date: September 2006
Location: Szentendre, Hungary
Posts: 27
Thumbs up Re: Maximum inter-policy on VIOS LV

We have made a decision and we're going with the unsopported version for now. It's a test phase only at this time. We'll have our backups ready so we can revert back to the supported and presumably slower setup in case of an unforeseen error.

By the way, having given it a little more thought, to spread an LV across 3 disks can be achieved in two ways with either maximum intra-policy (poor man's stripe) or minimum intra-policy (with a large enough LV). I don't see the two very different from an "underlying OS vs. VIOS" point of view.

Thanks for your thoughts, Mark.
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 December 14th, 2007
Mark Taylor's Avatar
Mark Taylor Offline
Member
 
Join Date: August 2007
Posts: 40
Re: Maximum inter-policy on VIOS LV

>>I don't see the two very different from an "underlying OS vs. VIOS" point of view.

only in the fact that you will have very little control on the size of the LV .. i.e. you need to make it big enough so that it wont fit on 2 PVs so that it will spill over onto the 3rd and in fact to get it even you will have to make it the size of 3 x PVs ... which you can only pass up to 1 x client.

Rgds
Mark Taylor
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 December 14th, 2007
sbzx's Avatar
sbzx Offline
POWER SE
 
Join Date: September 2006
Location: Szentendre, Hungary
Posts: 27
Re: Maximum inter-policy on VIOS LV

Of course, you are right, but that is not what I mean. I mean VIOS interacts with an LV through LVM and AIX. VIOS probably has no direct connection to the raw LVs so it should not care how the LV is actually distributed across the disks, regardless of LV size. Viewed from VIOS an LV is just an LV, its layout should be irrelevant.
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