11-02-2013
6,384,
2,214
Join Date: May 2005
Last Activity: 28 October 2019, 4:59 PM EDT
Location: In the leftmost byte of /dev/kmem
Posts: 6,384
Thanks Given: 143
Thanked 2,214 Times in 1,548 Posts
A suggestion when you want to use LPM:
An LPAR can only move to a managed system where the VIOSes know about the vSCSI disks the LPAR needs (usually the rootvg disks, less commonly the datavg-disks). Therefore we do the following every time we commission a new LPAR:
- create the LUN (zone the storage, ...)
- make the LUN known to all the VIOSes it might want to use
- Install the LPAR, which includes getting a PVid onto the hdisk device
The benefit is twofold: first, we immediately realize if the LUN is not zoned to all the VIOSes (doesn't happen any more now that we commissioned a zoning script, which can't forget anything, but it happened before). Second: we will not have to worry about LPM, because we "built it in" the LPAR from the beginning.
Btw., the same goes for other vSCSI-disks, which aren't rootvg-disks (we use NPIV instead now, but many use vSCSI over the VIOS for data-disks too): before i use the disk on the LPAR i import it on any VIOS i may want to transfer the LPAR to (respectively its managed system).
I hope this helps.
bakunin