You're missing an important part: the LPAR definition in the HMC must allow for reconfigurable storage as 'RESERVED'. Moreover, you can move only the chunk you define there. In particular, you can't define more than one chunk, and you can't move just a portion of the chunk. It's all or nothing.
Good news is that this does not require a POR, but you do have to bounce (ACTIVATE) each LPAR involved, both donor(s) and recipient(s), but not all at the same time. Since the OS capability derives from the hardware definition, by far the best way to set the parm is IEASYSxx is this: RSU=OFFLINE This tells RSM to mark a reconfigurable area of storage that is equal to the LPAR's RESERVED amount. This area is treated specially in terms of page fixing in order to allow it to go offline on demand. Be sure to include a command at IPL (in COMMNDxx for example) to put the RESERVED storage online to whichever LPAR should normally own it. To move storage around, issued these commands: On the donor system: CF STOR(E=1),OFF This may take a while to complete depending on relative size and how busy the system is. After this completes: On the recipient system: CF STOR(E=1),ON Assuming there is available storage, the effect is immediate. We use RSU to provide storage for DR images so that they don't tie up any resources unless we IPL them. We don't use RSU for day to day operational adjustments. . . . JO.Skip Robinson Southern California Edison Company SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile [EMAIL PROTECTED] IBM Mainframe Discussion List <[email protected]> wrote on 01/10/2006 08:10:18 AM: > We are z/890 and z/800 running z/os 1.4. > > > > From the archives and the FM, it seems that all I have to do to be able > to move real storage around is to define an RSU value in parmlib and > IPL. > > > > At POR, each LPAR would get what is in the POR storage profiles, but, > after that, I can do what I want. More, I don't have to do a POR to get > this ability. > > > > Am I missing anything? Can it be that simple? Any gotchas? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

