On Jul 28, 2008, at 2:43 PM, Schuh, Richard wrote:
No. Redefining virtual memory causes a virtual system reset. It
takes an IPl after that. You can update the directory to allow
additional, but you cannot redefine the virtual storage of a
running machine without causing the reset.
Well, not quite true.
You could add more swap.
And if you added swap-on-VDISK, it'd really live in memory (assuming
no memory pressure on the Linux guest).
So, define VDISK to the machine at some address. Bring it online
through the /sys/bus/ccw interface. mkswap to format it. swapon /dev/
dasdt1 (or whatever), and you should have a machine able to swap to
your new VFB-512 disk.
Adam